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
b48874cd
Kaydet (Commit)
b48874cd
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial
Change-Id: I4b7583a69ddd8de0e428a0ce848c95f805433952
üst
cb6bc9bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
20 deletions
+13
-20
PresenterHelper.hxx
sdext/source/presenter/PresenterHelper.hxx
+13
-20
No files found.
sdext/source/presenter/PresenterHelper.hxx
Dosyayı görüntüle @
b48874cd
...
@@ -24,43 +24,36 @@
...
@@ -24,43 +24,36 @@
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/presentation/XSlideShowController.hpp>
#include <com/sun/star/presentation/XSlideShowController.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <boost/noncopyable.hpp>
namespace
sdext
{
namespace
presenter
{
namespace
sdext
{
namespace
presenter
{
/** Collection of helper functions that do not fit in anywhere else.
/** Collection of helper functions that do not fit in anywhere else.
Provide access to frequently used strings of the drawing framework.
Provide access to frequently used strings of the drawing framework.
*/
*/
class
PresenterHelper
namespace
PresenterHelper
:
::
boost
::
noncopyable
{
{
public
:
extern
const
OUString
msPaneURLPrefix
;
static
const
OUString
msPaneURLPrefix
;
extern
const
OUString
msCenterPaneURL
;
static
const
OUString
msCenterPaneURL
;
extern
const
OUString
msFullScreenPaneURL
;
static
const
OUString
msFullScreenPaneURL
;
static
const
OUString
msViewURLPrefix
;
extern
const
OUString
msViewURLPrefix
;
static
const
OUString
msPresenterScreenURL
;
extern
const
OUString
msPresenterScreenURL
;
static
const
OUString
msSlideSorterURL
;
extern
const
OUString
msSlideSorterURL
;
static
const
OUString
msResourceActivationEvent
;
extern
const
OUString
msResourceActivationEvent
;
static
const
OUString
msResourceDeactivationEvent
;
extern
const
OUString
msResourceDeactivationEvent
;
static
const
OUString
msDefaultPaneStyle
;
extern
const
OUString
msDefaultPaneStyle
;
static
const
OUString
msDefaultViewStyle
;
extern
const
OUString
msDefaultViewStyle
;
/** Return the slide show controller of a running presentation that has
/** Return the slide show controller of a running presentation that has
the same document as the given framework controller.
the same document as the given framework controller.
@return
@return
When no presentation is running this method returns an empty reference.
When no presentation is running this method returns an empty reference.
*/
*/
static
css
::
uno
::
Reference
<
css
::
presentation
::
XSlideShowController
>
GetSlideShowController
(
css
::
uno
::
Reference
<
css
::
presentation
::
XSlideShowController
>
GetSlideShowController
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XController
>&
rxController
);
const
css
::
uno
::
Reference
<
css
::
frame
::
XController
>&
rxController
);
}
private
:
PresenterHelper
(
void
);
~
PresenterHelper
(
void
);
};
}
}
// end of namespace presenter
}
}
// end of namespace presenter
...
...
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