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
74355588
Kaydet (Commit)
74355588
authored
Agu 07, 2012
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Basic framework for Remote Dialog.
Change-Id: Ie744c1a0db1661b9dd57976d6f27b12a6f0ba824
üst
57aae276
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
144 additions
and
1 deletion
+144
-1
DrawImpressCommands.xcu
...try/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+9
-0
AllLangResTarget_sd.mk
sd/AllLangResTarget_sd.mk
+1
-0
Library_sdui.mk
sd/Library_sdui.mk
+1
-0
app.hrc
sd/inc/app.hrc
+1
-0
sdabstdlg.hxx
sd/inc/sdabstdlg.hxx
+1
-0
sdcommands.h
sd/inc/sdcommands.h
+1
-0
RemoteDialog.cxx
sd/source/ui/dlg/RemoteDialog.cxx
+26
-0
RemoteDialog.src
sd/source/ui/dlg/RemoteDialog.src
+34
-0
sddlgfact.cxx
sd/source/ui/dlg/sddlgfact.cxx
+8
-1
sddlgfact.hxx
sd/source/ui/dlg/sddlgfact.hxx
+1
-0
RemoteDialog.hrc
sd/source/ui/inc/RemoteDialog.hrc
+14
-0
RemoteDialog.hxx
sd/source/ui/inc/RemoteDialog.hxx
+29
-0
RemoteServer.hxx
sd/source/ui/inc/RemoteServer.hxx
+1
-0
Server.cxx
sd/source/ui/remotecontrol/Server.cxx
+6
-0
drviews6.cxx
sd/source/ui/view/drviews6.cxx
+10
-0
menubar.xml
sd/uiconfig/simpress/menubar/menubar.xml
+1
-0
No files found.
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
Dosyayı görüntüle @
74355588
...
@@ -42,6 +42,15 @@
...
@@ -42,6 +42,15 @@
<value>
1
</value>
<value>
1
</value>
</prop>
</prop>
</node>
</node>
<node
oor:name=
".uno:Remote"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Impress ~Remote
</value>
</prop>
<prop
oor:name=
"Properties"
oor:type=
"xs:int"
>
<value>
1
</value>
</prop>
</node>
<node
oor:name=
".uno:RehearseTimings"
oor:op=
"replace"
>
<node
oor:name=
".uno:RehearseTimings"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
...
...
sd/AllLangResTarget_sd.mk
Dosyayı görüntüle @
74355588
...
@@ -92,6 +92,7 @@ $(eval $(call gb_SrsTarget_add_files,sd/res,\
...
@@ -92,6 +92,7 @@ $(eval $(call gb_SrsTarget_add_files,sd/res,\
sd/source/ui/dlg/present.src \
sd/source/ui/dlg/present.src \
sd/source/ui/dlg/prltempl.src \
sd/source/ui/dlg/prltempl.src \
sd/source/ui/dlg/prntopts.src \
sd/source/ui/dlg/prntopts.src \
sd/source/ui/dlg/RemoteDialog.src \
sd/source/ui/dlg/sdpreslt.src \
sd/source/ui/dlg/sdpreslt.src \
sd/source/ui/dlg/tabtempl.src \
sd/source/ui/dlg/tabtempl.src \
sd/source/ui/dlg/tpaction.src \
sd/source/ui/dlg/tpaction.src \
...
...
sd/Library_sdui.mk
Dosyayı görüntüle @
74355588
...
@@ -82,6 +82,7 @@ $(eval $(call gb_Library_add_exception_objects,sdui,\
...
@@ -82,6 +82,7 @@ $(eval $(call gb_Library_add_exception_objects,sdui,\
sd/source/ui/dlg/present \
sd/source/ui/dlg/present \
sd/source/ui/dlg/prltempl \
sd/source/ui/dlg/prltempl \
sd/source/ui/dlg/prntopts \
sd/source/ui/dlg/prntopts \
sd/source/ui/dlg/RemoteDialog \
sd/source/ui/dlg/sddlgfact \
sd/source/ui/dlg/sddlgfact \
sd/source/ui/dlg/sdpreslt \
sd/source/ui/dlg/sdpreslt \
sd/source/ui/dlg/sduiexp \
sd/source/ui/dlg/sduiexp \
...
...
sd/inc/app.hrc
Dosyayı görüntüle @
74355588
...
@@ -355,6 +355,7 @@
...
@@ -355,6 +355,7 @@
#define SID_CUSTOM_ANIMATION_SCHEMES_PANEL (SID_SD_START+333)
#define SID_CUSTOM_ANIMATION_SCHEMES_PANEL (SID_SD_START+333)
#define SID_SLIDE_TRANSITIONS_PANEL (SID_SD_START+334)
#define SID_SLIDE_TRANSITIONS_PANEL (SID_SD_START+334)
// free
// free
#define SID_REMOTE_DLG (SID_SD_START+337)
#define SID_CONNECTION_DLG (SID_SD_START+338)
#define SID_CONNECTION_DLG (SID_SD_START+338)
#define SID_PRESENTATION_DLG (SID_SD_START+339)
#define SID_PRESENTATION_DLG (SID_SD_START+339)
#define SID_HYPHENATION (SID_SD_START+340)
#define SID_HYPHENATION (SID_SD_START+340)
...
...
sd/inc/sdabstdlg.hxx
Dosyayı görüntüle @
74355588
...
@@ -202,6 +202,7 @@ public:
...
@@ -202,6 +202,7 @@ public:
virtual
SfxAbstractTabDialog
*
CreateSdParagraphTabDlg
(
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
)
=
0
;
virtual
SfxAbstractTabDialog
*
CreateSdParagraphTabDlg
(
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
)
=
0
;
virtual
AbstractSdStartPresDlg
*
CreateSdStartPresentationDlg
(
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
,
virtual
AbstractSdStartPresDlg
*
CreateSdStartPresentationDlg
(
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
,
const
std
::
vector
<
String
>
&
rPageNames
,
List
*
pCSList
)
=
0
;
const
std
::
vector
<
String
>
&
rPageNames
,
List
*
pCSList
)
=
0
;
// virtual VclAbstractDialog* CreateSdRemoteDlg( ::Window* pWindow );
virtual
SfxAbstractTabDialog
*
CreateSdPresLayoutTemplateDlg
(
SfxObjectShell
*
pDocSh
,
::
Window
*
pParent
,
SdResId
DlgId
,
SfxStyleSheetBase
&
rStyleBase
,
PresentationObjects
ePO
,
SfxStyleSheetBasePool
*
pSSPool
)
=
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
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
;
virtual
SfxAbstractTabDialog
*
CreateSdTabTemplateDlg
(
::
Window
*
pParent
,
const
SfxObjectShell
*
pDocShell
,
SfxStyleSheetBase
&
rStyleBase
,
SdrModel
*
pModel
,
SdrView
*
pView
)
=
0
;
...
...
sd/inc/sdcommands.h
Dosyayı görüntüle @
74355588
...
@@ -93,6 +93,7 @@
...
@@ -93,6 +93,7 @@
#define CMD_SID_OUTLINE_TEXT_AUTOFIT ".uno.OutlineTextAutofit"
#define CMD_SID_OUTLINE_TEXT_AUTOFIT ".uno.OutlineTextAutofit"
#define CMD_SID_PAGESETUP ".uno:PageSetup"
#define CMD_SID_PAGESETUP ".uno:PageSetup"
#define CMD_SID_PRESENTATION ".uno:Presentation"
#define CMD_SID_PRESENTATION ".uno:Presentation"
#define CMD_SID_REMOTE ".uno:Remote"
#define CMD_SID_PRESENTATION_LAYOUT ".uno:PresentationLayout"
#define CMD_SID_PRESENTATION_LAYOUT ".uno:PresentationLayout"
#define CMD_SID_RENAMELAYER ".uno:RenameLayer"
#define CMD_SID_RENAMELAYER ".uno:RenameLayer"
#define CMD_SID_RENAMEPAGE ".uno:RenamePage"
#define CMD_SID_RENAMEPAGE ".uno:RenamePage"
...
...
sd/source/ui/dlg/RemoteDialog.cxx
0 → 100644
Dosyayı görüntüle @
74355588
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <svl/itemset.hxx>
#include "sdattr.hxx"
#include "sdresid.hxx"
#include "cusshow.hxx"
#include "RemoteDialog.hxx"
#include "RemoteDialog.hrc"
SdRemoteDlg
::
SdRemoteDlg
(
Window
*
pWindow
)
:
ModalDialog
(
pWindow
,
SdResId
(
DLG_PAIR_REMOTE
)
)
{
FreeResource
();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
sd/source/ui/dlg/RemoteDialog.src
0 → 100644
Dosyayı görüntüle @
74355588
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "helpids.h"
#include <svx/svxids.hrc>
#include "RemoteDialog.hrc"
ModalDialog DLG_PAIR_REMOTE
{
HelpID = CMD_SID_REMOTE ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 256, 205 ) ;
Text [ en-US ] = "Impress Remote" ;
Moveable = TRUE ;
OKButton BTN_CONNECT
{
Pos = MAP_APPFONT ( 200, 6 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
sd/source/ui/dlg/sddlgfact.cxx
Dosyayı görüntüle @
74355588
...
@@ -49,6 +49,7 @@
...
@@ -49,6 +49,7 @@
#include "OutlineBulletDlg.hxx"
#include "OutlineBulletDlg.hxx"
#include "paragr.hxx"
#include "paragr.hxx"
#include "present.hxx"
#include "present.hxx"
#include "RemoteDialog.hxx"
#include "prltempl.hxx"
#include "prltempl.hxx"
#include "sdpreslt.hxx"
#include "sdpreslt.hxx"
#include "tabtempl.hxx"
#include "tabtempl.hxx"
...
@@ -322,7 +323,6 @@ void AbstractSdStartPresDlg_Impl::GetAttr( SfxItemSet& rOutAttrs )
...
@@ -322,7 +323,6 @@ void AbstractSdStartPresDlg_Impl::GetAttr( SfxItemSet& rOutAttrs )
{
{
pDlg
->
GetAttr
(
rOutAttrs
);
pDlg
->
GetAttr
(
rOutAttrs
);
}
}
// AbstractSdStartPresDlg_Impl end
//AbstractSdPresLayoutDlg_Impl begin
//AbstractSdPresLayoutDlg_Impl begin
void
AbstractSdPresLayoutDlg_Impl
::
GetAttr
(
SfxItemSet
&
rOutAttrs
)
void
AbstractSdPresLayoutDlg_Impl
::
GetAttr
(
SfxItemSet
&
rOutAttrs
)
...
@@ -491,6 +491,13 @@ AbstractSdStartPresDlg * SdAbstractDialogFactory_Impl::CreateSdStartPresentatio
...
@@ -491,6 +491,13 @@ AbstractSdStartPresDlg * SdAbstractDialogFactory_Impl::CreateSdStartPresentatio
}
}
// add for SdStartPresentationDlg end
// add for SdStartPresentationDlg end
// add for SdRemoteDlg begin
// VclAbstractDialog * SdAbstractDialogFactory_Impl::CreateSdRemoteDlg( ::Window* pWindow )
// {
// return new VclAbstractDialog_Impl( new SdRemoteDlg( pWindow ) );
// }
// add for SdRemoteDlg end
// add for SdPresLayoutTemplateDlg begin
// add for SdPresLayoutTemplateDlg begin
SfxAbstractTabDialog
*
SdAbstractDialogFactory_Impl
::
CreateSdPresLayoutTemplateDlg
(
SfxObjectShell
*
pDocSh
,
::
Window
*
pParent
,
SdResId
DlgId
,
SfxStyleSheetBase
&
rStyleBase
,
PresentationObjects
ePO
,
SfxStyleSheetBasePool
*
pSSPool
)
SfxAbstractTabDialog
*
SdAbstractDialogFactory_Impl
::
CreateSdPresLayoutTemplateDlg
(
SfxObjectShell
*
pDocSh
,
::
Window
*
pParent
,
SdResId
DlgId
,
SfxStyleSheetBase
&
rStyleBase
,
PresentationObjects
ePO
,
SfxStyleSheetBasePool
*
pSSPool
)
{
{
...
...
sd/source/ui/dlg/sddlgfact.hxx
Dosyayı görüntüle @
74355588
...
@@ -276,6 +276,7 @@ public:
...
@@ -276,6 +276,7 @@ public:
virtual
SfxAbstractTabDialog
*
CreateSdParagraphTabDlg
(
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
);
virtual
SfxAbstractTabDialog
*
CreateSdParagraphTabDlg
(
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
);
virtual
AbstractSdStartPresDlg
*
CreateSdStartPresentationDlg
(
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
,
virtual
AbstractSdStartPresDlg
*
CreateSdStartPresentationDlg
(
::
Window
*
pWindow
,
const
SfxItemSet
&
rInAttrs
,
const
std
::
vector
<
String
>
&
rPageNames
,
List
*
pCSList
);
const
std
::
vector
<
String
>
&
rPageNames
,
List
*
pCSList
);
// virtual VclAbstractDialog* CreateSdRemoteDlg( ::Window* pWindow );
virtual
SfxAbstractTabDialog
*
CreateSdPresLayoutTemplateDlg
(
SfxObjectShell
*
pDocSh
,
::
Window
*
pParent
,
SdResId
DlgId
,
SfxStyleSheetBase
&
rStyleBase
,
PresentationObjects
ePO
,
SfxStyleSheetBasePool
*
pSSPool
);
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
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
);
virtual
SfxAbstractTabDialog
*
CreateSdTabTemplateDlg
(
::
Window
*
pParent
,
const
SfxObjectShell
*
pDocShell
,
SfxStyleSheetBase
&
rStyleBase
,
SdrModel
*
pModel
,
SdrView
*
pView
);
...
...
sd/source/ui/inc/RemoteDialog.hrc
0 → 100644
Dosyayı görüntüle @
74355588
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <sfx2/sfx.hrc>
#define DLG_PAIR_REMOTE RID_APP_START+700
#define BTN_CONNECT 1
sd/source/ui/inc/RemoteDialog.hxx
0 → 100644
Dosyayı görüntüle @
74355588
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef _SD_REMOTEDIALOG_HXX_
#define _SD_REMOTEDIALOG_HXX_
#include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/field.hxx>
class
SdRemoteDlg
:
public
ModalDialog
{
public
:
SdRemoteDlg
(
Window
*
pWindow
);
};
#endif // _SD_REMOTEDIALOG_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
sd/source/ui/inc/RemoteServer.hxx
Dosyayı görüntüle @
74355588
...
@@ -51,6 +51,7 @@ namespace sd
...
@@ -51,6 +51,7 @@ namespace sd
static
RemoteServer
*
spServer
;
static
RemoteServer
*
spServer
;
osl
::
AcceptorSocket
mSocket
;
osl
::
AcceptorSocket
mSocket
;
osl
::
StreamSocket
mStreamSocket
;
osl
::
StreamSocket
mStreamSocket
;
void
pairClient
();
void
listenThread
();
void
listenThread
();
void
execute
();
void
execute
();
static
Transmitter
*
pTransmitter
;
static
Transmitter
*
pTransmitter
;
...
...
sd/source/ui/remotecontrol/Server.cxx
Dosyayı görüntüle @
74355588
...
@@ -97,6 +97,12 @@ void RemoteServer::listenThread()
...
@@ -97,6 +97,12 @@ void RemoteServer::listenThread()
fprintf
(
stderr
,
"Finished listening
\n
"
);
fprintf
(
stderr
,
"Finished listening
\n
"
);
}
}
void
RemoteServer
::
pairClient
()
{
// Pairing: client sends PIN, server asks user, replies with accepted/rejected.
// We have to wait here until the user opens the dialog via the menu,
// typs in the pin etc.
}
void
RemoteServer
::
execute
()
void
RemoteServer
::
execute
()
{
{
...
...
sd/source/ui/view/drviews6.cxx
Dosyayı görüntüle @
74355588
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
#include "NavigatorChildWindow.hxx"
#include "NavigatorChildWindow.hxx"
#include "LayerDialogChildWindow.hxx"
#include "LayerDialogChildWindow.hxx"
#include "sdresid.hxx"
#include "sdresid.hxx"
// #include "sdabstdlg.hxx"
#include "fupoor.hxx"
#include "fupoor.hxx"
#include "fusldlg.hxx"
#include "fusldlg.hxx"
#include "drawdoc.hxx"
#include "drawdoc.hxx"
...
@@ -632,6 +633,15 @@ void DrawViewShell::FuTemp04(SfxRequest& rReq)
...
@@ -632,6 +633,15 @@ void DrawViewShell::FuTemp04(SfxRequest& rReq)
}
}
break
;
break
;
case
SID_REMOTE_DLG
:
{
// SdAbstractDialogFactory* pFact = SdAbstractDialogFactory::Create();
// VclAbstractDialog* pDlg = pFact ? pFact->CreateSdRemoteDlg(GetActiveWindow()) : 0;
// if (pDlg)
// pDlg->Execute();
}
break
;
case
SID_CUSTOMSHOW_DLG
:
case
SID_CUSTOMSHOW_DLG
:
{
{
SetCurrentFunction
(
FuCustomShowDlg
::
Create
(
this
,
GetActiveWindow
(),
mpDrawView
,
GetDoc
(),
rReq
)
);
SetCurrentFunction
(
FuCustomShowDlg
::
Create
(
this
,
GetActiveWindow
(),
mpDrawView
,
GetDoc
(),
rReq
)
);
...
...
sd/uiconfig/simpress/menubar/menubar.xml
Dosyayı görüntüle @
74355588
...
@@ -289,6 +289,7 @@
...
@@ -289,6 +289,7 @@
<menu:menuitem
menu:id=
".uno:Presentation"
/>
<menu:menuitem
menu:id=
".uno:Presentation"
/>
<menu:menuitem
menu:id=
".uno:PresentationDialog"
/>
<menu:menuitem
menu:id=
".uno:PresentationDialog"
/>
<menu:menuitem
menu:id=
".uno:RehearseTimings"
/>
<menu:menuitem
menu:id=
".uno:RehearseTimings"
/>
<menu:menuitem
menu:id=
".uno:Remote"
/>
<menu:menuseparator/>
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:AnimationEffects"
/>
<menu:menuitem
menu:id=
".uno:AnimationEffects"
/>
<!--menu:menuitem menu:id=".uno:CustomAnimationSchemes" / -->
<!--menu:menuitem menu:id=".uno:CustomAnimationSchemes" / -->
...
...
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