Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ae5140e0
Kaydet (Commit)
ae5140e0
authored
Agu 08, 2012
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remote dialog now showing.
Change-Id: I20857202e70a975d249ac0f121947691ac274602
üst
dfa5adcb
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
69 additions
and
16 deletions
+69
-16
sdabstdlg.hxx
sd/inc/sdabstdlg.hxx
+1
-1
sdcommands.h
sd/inc/sdcommands.h
+1
-1
SlideSorterController.sdi
sd/sdi/SlideSorterController.sdi
+4
-0
drviewsh.sdi
sd/sdi/drviewsh.sdi
+4
-0
outlnvsh.sdi
sd/sdi/outlnvsh.sdi
+4
-0
sdraw.sdi
sd/sdi/sdraw.sdi
+25
-0
RemoteDialog.cxx
sd/source/ui/dlg/RemoteDialog.cxx
+8
-1
RemoteDialog.src
sd/source/ui/dlg/RemoteDialog.src
+2
-1
sddlgfact.cxx
sd/source/ui/dlg/sddlgfact.cxx
+4
-4
sddlgfact.hxx
sd/source/ui/dlg/sddlgfact.hxx
+1
-1
RemoteDialog.hxx
sd/source/ui/inc/RemoteDialog.hxx
+9
-2
SlsSlotManager.cxx
sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+1
-0
drviews6.cxx
sd/source/ui/view/drviews6.cxx
+5
-5
No files found.
sd/inc/sdabstdlg.hxx
Dosyayı görüntüle @
ae5140e0
...
...
@@ -202,7 +202,7 @@ public:
virtual
SfxAbstractTabDialog
*
CreateSdParagraphTabDlg
(
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
)
=
0
;
virtual
AbstractSdStartPresDlg
*
CreateSdStartPresentationDlg
(
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
,
const
std
::
vector
<
String
>
&
rPageNames
,
List
*
pCSList
)
=
0
;
// virtual VclAbstractDialog* CreateSdRemoteDlg( ::Window* pWindow )
;
virtual
VclAbstractDialog
*
CreateRemoteDialog
(
::
Window
*
pWindow
)
=
0
;
virtual
SfxAbstractTabDialog
*
CreateSdPresLayoutTemplateDlg
(
SfxObjectShell
*
pDocSh
,
::
Window
*
pParent
,
SdResId
DlgId
,
SfxStyleSheetBase
&
rStyleBase
,
PresentationObjects
ePO
,
SfxStyleSheetBasePool
*
pSSPool
)
=
0
;
virtual
AbstractSdPresLayoutDlg
*
CreateSdPresLayoutDlg
(
::
sd
::
DrawDocShell
*
pDocShell
,
::
sd
::
ViewShell
*
pViewShell
,
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
)
=
0
;
virtual
SfxAbstractTabDialog
*
CreateSdTabTemplateDlg
(
::
Window
*
pParent
,
const
SfxObjectShell
*
pDocShell
,
SfxStyleSheetBase
&
rStyleBase
,
SdrModel
*
pModel
,
SdrView
*
pView
)
=
0
;
...
...
sd/inc/sdcommands.h
Dosyayı görüntüle @
ae5140e0
...
...
@@ -93,7 +93,7 @@
#define CMD_SID_OUTLINE_TEXT_AUTOFIT ".uno.OutlineTextAutofit"
#define CMD_SID_PAGESETUP ".uno:PageSetup"
#define CMD_SID_PRESENTATION ".uno:Presentation"
#define CMD_SID_REMOTE
".uno:Remote"
#define CMD_SID_REMOTE
_DLG
".uno:Remote"
#define CMD_SID_PRESENTATION_LAYOUT ".uno:PresentationLayout"
#define CMD_SID_RENAMELAYER ".uno:RenameLayer"
#define CMD_SID_RENAMEPAGE ".uno:RenamePage"
...
...
sd/sdi/SlideSorterController.sdi
Dosyayı görüntüle @
ae5140e0
...
...
@@ -223,6 +223,10 @@ interface SlideSorterView
[
ExecMethod = FuTemporary ;
]
SID_REMOTE_DLG
[
ExecMethod = FuTemporary ;
]
SID_CUSTOMSHOW_DLG
[
ExecMethod = FuTemporary ;
...
...
sd/sdi/drviewsh.sdi
Dosyayı görüntüle @
ae5140e0
...
...
@@ -110,6 +110,10 @@ interface ImpressEditView : DrawView
[
ExecMethod = FuTemporary ;
]
SID_REMOTE_DLG
[
ExecMethod = FuTemporary ;
]
SID_CUSTOMSHOW_DLG
[
ExecMethod = FuTemporary ;
...
...
sd/sdi/outlnvsh.sdi
Dosyayı görüntüle @
ae5140e0
...
...
@@ -349,6 +349,10 @@ interface OutlineView
[
ExecMethod = FuTemporary ;
]
SID_REMOTE_DLG
[
ExecMethod = FuTemporary ;
]
SID_CUSTOMSHOW_DLG
[
ExecMethod = FuTemporary ;
...
...
sd/sdi/sdraw.sdi
Dosyayı görüntüle @
ae5140e0
...
...
@@ -5203,6 +5203,31 @@ SfxVoidItem PresentationDialog SID_PRESENTATION_DLG
GroupId = GID_OPTIONS;
]
//--------------------------------------------------------------------------
SfxVoidItem Remote SID_REMOTE_DLG
()
[
/* flags: */
AutoUpdate = FALSE,
Cachable = Cachable,
FastCall = TRUE,
HasCoreId = FALSE,
HasDialog = TRUE,
ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerItem;
Synchron;
/* config: */
AccelConfig = FALSE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_OPTIONS;
]
//--------------------------------------------------------------------------
SfxVoidItem PresentationEnd SID_PRESENTATION_END
()
...
...
sd/source/ui/dlg/RemoteDialog.cxx
Dosyayı görüntüle @
ae5140e0
...
...
@@ -16,10 +16,16 @@
#include "RemoteDialog.hxx"
#include "RemoteDialog.hrc"
SdRemoteDlg
::
SdRemoteDlg
(
Window
*
pWindow
)
:
using
namespace
sd
;
RemoteDialog
::
RemoteDialog
(
Window
*
pWindow
)
:
ModalDialog
(
pWindow
,
SdResId
(
DLG_PAIR_REMOTE
)
)
{
FreeResource
();
}
RemoteDialog
::~
RemoteDialog
()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
sd/source/ui/dlg/RemoteDialog.src
Dosyayı görüntüle @
ae5140e0
...
...
@@ -13,12 +13,13 @@
ModalDialog DLG_PAIR_REMOTE
{
HelpID = CMD_SID_REMOTE ;
HelpID = CMD_SID_REMOTE
_DLG
;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 256, 205 ) ;
Text [ en-US ] = "Impress Remote" ;
Moveable = TRUE ;
Closeable = TRUE ;
OKButton BTN_CONNECT
{
...
...
sd/source/ui/dlg/sddlgfact.cxx
Dosyayı görüntüle @
ae5140e0
...
...
@@ -492,10 +492,10 @@ AbstractSdStartPresDlg * SdAbstractDialogFactory_Impl::CreateSdStartPresentatio
// add for SdStartPresentationDlg end
// add for SdRemoteDlg begin
// VclAbstractDialog * SdAbstractDialogFactory_Impl::CreateSdRemoteDl
g( ::Window* pWindow )
//
{
// return new VclAbstractDialog_Impl( new SdRemoteDl
g( pWindow ) );
//
}
VclAbstractDialog
*
SdAbstractDialogFactory_Impl
::
CreateRemoteDialo
g
(
::
Window
*
pWindow
)
{
return
new
VclAbstractDialog_Impl
(
new
::
sd
::
RemoteDialo
g
(
pWindow
)
);
}
// add for SdRemoteDlg end
// add for SdPresLayoutTemplateDlg begin
...
...
sd/source/ui/dlg/sddlgfact.hxx
Dosyayı görüntüle @
ae5140e0
...
...
@@ -276,7 +276,7 @@ public:
virtual
SfxAbstractTabDialog
*
CreateSdParagraphTabDlg
(
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
);
virtual
AbstractSdStartPresDlg
*
CreateSdStartPresentationDlg
(
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
,
const
std
::
vector
<
String
>
&
rPageNames
,
List
*
pCSList
);
// virtual VclAbstractDialog* CreateSdRemoteDlg( ::Window* pWindow );
virtual
VclAbstractDialog
*
CreateRemoteDialog
(
::
Window
*
pWindow
);
// ad for RemoteDialog
virtual
SfxAbstractTabDialog
*
CreateSdPresLayoutTemplateDlg
(
SfxObjectShell
*
pDocSh
,
::
Window
*
pParent
,
SdResId
DlgId
,
SfxStyleSheetBase
&
rStyleBase
,
PresentationObjects
ePO
,
SfxStyleSheetBasePool
*
pSSPool
);
virtual
AbstractSdPresLayoutDlg
*
CreateSdPresLayoutDlg
(
::
sd
::
DrawDocShell
*
pDocShell
,
::
sd
::
ViewShell
*
pViewShell
,
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
);
virtual
SfxAbstractTabDialog
*
CreateSdTabTemplateDlg
(
::
Window
*
pParent
,
const
SfxObjectShell
*
pDocShell
,
SfxStyleSheetBase
&
rStyleBase
,
SdrModel
*
pModel
,
SdrView
*
pView
);
...
...
sd/source/ui/inc/RemoteDialog.hxx
Dosyayı görüntüle @
ae5140e0
...
...
@@ -15,14 +15,20 @@
#include <vcl/dialog.hxx>
#include <vcl/field.hxx>
class
SdRemoteDlg
:
public
ModalDialog
namespace
sd
{
class
RemoteDialog
:
public
ModalDialog
{
public
:
SdRemoteDlg
(
Window
*
pWindow
);
RemoteDialog
(
Window
*
pWindow
);
~
RemoteDialog
();
};
}
#endif // _SD_REMOTEDIALOG_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
Dosyayı görüntüle @
ae5140e0
...
...
@@ -1186,6 +1186,7 @@ void SlotManager::ChangeSlideExclusionState (
SfxBindings
&
rBindings
(
mrSlideSorter
.
GetViewShell
()
->
GetViewFrame
()
->
GetBindings
());
rBindings
.
Invalidate
(
SID_PRESENTATION
);
rBindings
.
Invalidate
(
SID_REMOTE_DLG
);
rBindings
.
Invalidate
(
SID_REHEARSE_TIMINGS
);
rBindings
.
Invalidate
(
SID_HIDE_SLIDE
);
rBindings
.
Invalidate
(
SID_SHOW_SLIDE
);
...
...
sd/source/ui/view/drviews6.cxx
Dosyayı görüntüle @
ae5140e0
...
...
@@ -58,7 +58,6 @@
#include "NavigatorChildWindow.hxx"
#include "LayerDialogChildWindow.hxx"
#include "sdresid.hxx"
// #include "sdabstdlg.hxx"
#include "fupoor.hxx"
#include "fusldlg.hxx"
#include "drawdoc.hxx"
...
...
@@ -69,6 +68,7 @@
#include "FrameView.hxx"
#include "Window.hxx"
#include "DrawDocShell.hxx"
#include "sdabstdlg.hxx"
#include "framework/FrameworkHelper.hxx"
namespace
sd
{
...
...
@@ -635,10 +635,10 @@ void DrawViewShell::FuTemp04(SfxRequest& rReq)
case
SID_REMOTE_DLG
:
{
//
SdAbstractDialogFactory* pFact = SdAbstractDialogFactory::Create();
// VclAbstractDialog* pDlg = pFact ? pFact->CreateSdRemoteDl
g(GetActiveWindow()) : 0;
//
if (pDlg)
//
pDlg->Execute();
SdAbstractDialogFactory
*
pFact
=
SdAbstractDialogFactory
::
Create
();
VclAbstractDialog
*
pDlg
=
pFact
?
pFact
->
CreateRemoteDialo
g
(
GetActiveWindow
())
:
0
;
if
(
pDlg
)
pDlg
->
Execute
();
}
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment