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
1aa69bd5
Kaydet (Commit)
1aa69bd5
authored
Eki 24, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:countusersofdefaultparams in sd..slideshow
Change-Id: Iaf10935d8f231676333018a5954d97defe35acf6
üst
967436ba
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
30 additions
and
30 deletions
+30
-30
sdpage.hxx
sd/inc/sdpage.hxx
+1
-1
filters-test.cxx
sd/qa/unit/filters-test.cxx
+1
-1
sdmodeltestbase.hxx
sd/qa/unit/sdmodeltestbase.hxx
+1
-1
pptin.cxx
sd/source/filter/ppt/pptin.cxx
+1
-1
CustomAnimationDialog.hxx
sd/source/ui/animations/CustomAnimationDialog.hxx
+1
-1
DrawDocShell.hxx
sd/source/ui/inc/DrawDocShell.hxx
+5
-5
DrawViewShell.hxx
sd/source/ui/inc/DrawViewShell.hxx
+2
-2
GraphicDocShell.hxx
sd/source/ui/inc/GraphicDocShell.hxx
+3
-3
GraphicViewShell.hxx
sd/source/ui/inc/GraphicViewShell.hxx
+1
-1
OutlineViewShell.hxx
sd/source/ui/inc/OutlineViewShell.hxx
+1
-1
PresentationViewShell.hxx
sd/source/ui/inc/PresentationViewShell.hxx
+1
-1
dlgpage.hxx
sd/source/ui/inc/dlgpage.hxx
+1
-1
optsitem.hxx
sd/source/ui/inc/optsitem.hxx
+4
-4
unomodel.hxx
sd/source/ui/inc/unomodel.hxx
+2
-2
sdview3.cxx
sd/source/ui/view/sdview3.cxx
+1
-1
newhelp.hxx
sfx2/source/appl/newhelp.hxx
+1
-1
templdgi.hxx
sfx2/source/inc/templdgi.hxx
+1
-1
spiralwipe.hxx
slideshow/source/engine/transitions/spiralwipe.hxx
+1
-1
waterfallwipe.hxx
slideshow/source/engine/transitions/waterfallwipe.hxx
+1
-1
No files found.
sd/inc/sdpage.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -151,7 +151,7 @@ protected:
...
@@ -151,7 +151,7 @@ protected:
public
:
public
:
SdPage
(
SdDrawDocument
&
rNewDoc
,
bool
bMasterPage
=
false
);
SdPage
(
SdDrawDocument
&
rNewDoc
,
bool
bMasterPage
);
virtual
~
SdPage
()
override
;
virtual
~
SdPage
()
override
;
virtual
SdrPage
*
Clone
()
const
override
;
virtual
SdrPage
*
Clone
()
const
override
;
virtual
SdrPage
*
Clone
(
SdrModel
*
pNewModel
)
const
override
;
virtual
SdrPage
*
Clone
(
SdrModel
*
pNewModel
)
const
override
;
...
...
sd/qa/unit/filters-test.cxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -69,7 +69,7 @@ bool SdFiltersTest::load(const OUString &rFilter, const OUString &rURL,
...
@@ -69,7 +69,7 @@ bool SdFiltersTest::load(const OUString &rFilter, const OUString &rURL,
rUserData
,
OUString
()
));
rUserData
,
OUString
()
));
const_cast
<
SfxFilter
*>
(
pFilter
.
get
())
->
SetVersion
(
nFilterVersion
);
const_cast
<
SfxFilter
*>
(
pFilter
.
get
())
->
SetVersion
(
nFilterVersion
);
::
sd
::
DrawDocShellRef
xDocShRef
=
new
::
sd
::
DrawDocShell
();
::
sd
::
DrawDocShellRef
xDocShRef
=
new
::
sd
::
DrawDocShell
(
SfxObjectCreateMode
::
EMBEDDED
,
false
);
SfxMedium
*
pSrcMed
=
new
SfxMedium
(
rURL
,
StreamMode
::
STD_READ
);
SfxMedium
*
pSrcMed
=
new
SfxMedium
(
rURL
,
StreamMode
::
STD_READ
);
pSrcMed
->
SetFilter
(
pFilter
);
pSrcMed
->
SetFilter
(
pFilter
);
bool
bLoaded
=
xDocShRef
->
DoLoad
(
pSrcMed
);
bool
bLoaded
=
xDocShRef
->
DoLoad
(
pSrcMed
);
...
...
sd/qa/unit/sdmodeltestbase.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -134,7 +134,7 @@ protected:
...
@@ -134,7 +134,7 @@ protected:
pFilter
->
SetVersion
(
SOFFICE_FILEFORMAT_CURRENT
);
pFilter
->
SetVersion
(
SOFFICE_FILEFORMAT_CURRENT
);
std
::
shared_ptr
<
const
SfxFilter
>
pFilt
(
pFilter
);
std
::
shared_ptr
<
const
SfxFilter
>
pFilt
(
pFilter
);
::
sd
::
DrawDocShellRef
xDocShRef
=
new
::
sd
::
DrawDocShell
();
::
sd
::
DrawDocShellRef
xDocShRef
=
new
::
sd
::
DrawDocShell
(
SfxObjectCreateMode
::
EMBEDDED
,
false
);
SfxMedium
*
pSrcMed
=
new
SfxMedium
(
rURL
,
StreamMode
::
STD_READ
,
pFilt
,
pParams
);
SfxMedium
*
pSrcMed
=
new
SfxMedium
(
rURL
,
StreamMode
::
STD_READ
,
pFilt
,
pParams
);
if
(
!
xDocShRef
->
DoLoad
(
pSrcMed
)
||
!
xDocShRef
.
Is
()
)
if
(
!
xDocShRef
->
DoLoad
(
pSrcMed
)
||
!
xDocShRef
.
Is
()
)
{
{
...
...
sd/source/filter/ppt/pptin.cxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -2772,7 +2772,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportPPT(const OUString &rURL
...
@@ -2772,7 +2772,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportPPT(const OUString &rURL
xDocStream
->
SetVersion
(
xStorage
->
GetVersion
());
xDocStream
->
SetVersion
(
xStorage
->
GetVersion
());
xDocStream
->
SetCryptMaskKey
(
xStorage
->
GetKey
());
xDocStream
->
SetCryptMaskKey
(
xStorage
->
GetKey
());
::
sd
::
DrawDocShellRef
xDocShRef
=
new
::
sd
::
DrawDocShell
();
::
sd
::
DrawDocShellRef
xDocShRef
=
new
::
sd
::
DrawDocShell
(
SfxObjectCreateMode
::
EMBEDDED
,
false
);
SdDrawDocument
*
pDoc
=
xDocShRef
->
GetDoc
();
SdDrawDocument
*
pDoc
=
xDocShRef
->
GetDoc
();
bool
bRet
=
ImportPPT
(
pDoc
,
*
xDocStream
,
*
xStorage
,
aSrcMed
);
bool
bRet
=
ImportPPT
(
pDoc
,
*
xDocStream
,
*
xStorage
,
aSrcMed
);
...
...
sd/source/ui/animations/CustomAnimationDialog.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -142,7 +142,7 @@ class STLPropertySet;
...
@@ -142,7 +142,7 @@ class STLPropertySet;
class
CustomAnimationDialog
:
public
TabDialog
class
CustomAnimationDialog
:
public
TabDialog
{
{
public
:
public
:
CustomAnimationDialog
(
vcl
::
Window
*
pParent
,
STLPropertySet
*
pSet
,
const
OString
&
Page
=
OString
()
);
CustomAnimationDialog
(
vcl
::
Window
*
pParent
,
STLPropertySet
*
pSet
,
const
OString
&
Page
);
virtual
~
CustomAnimationDialog
()
override
;
virtual
~
CustomAnimationDialog
()
override
;
virtual
void
dispose
()
override
;
virtual
void
dispose
()
override
;
...
...
sd/source/ui/inc/DrawDocShell.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -58,19 +58,19 @@ private:
...
@@ -58,19 +58,19 @@ private:
public
:
public
:
DrawDocShell
(
DrawDocShell
(
SfxObjectCreateMode
eMode
=
SfxObjectCreateMode
::
EMBEDDED
,
SfxObjectCreateMode
eMode
,
bool
bSdDataObj
=
false
,
bool
bSdDataObj
,
DocumentType
=
DocumentType
::
Impress
);
DocumentType
=
DocumentType
::
Impress
);
DrawDocShell
(
DrawDocShell
(
SfxModelFlags
nModelCreationFlags
,
SfxModelFlags
nModelCreationFlags
,
bool
bSdDataObj
=
false
,
bool
bSdDataObj
,
DocumentType
=
DocumentType
::
Impress
);
DocumentType
=
DocumentType
::
Impress
);
DrawDocShell
(
DrawDocShell
(
SdDrawDocument
*
pDoc
,
SdDrawDocument
*
pDoc
,
SfxObjectCreateMode
eMode
=
SfxObjectCreateMode
::
EMBEDDED
,
SfxObjectCreateMode
eMode
,
bool
bSdDataObj
=
false
,
bool
bSdDataObj
,
DocumentType
=
DocumentType
::
Impress
);
DocumentType
=
DocumentType
::
Impress
);
virtual
~
DrawDocShell
()
override
;
virtual
~
DrawDocShell
()
override
;
...
...
sd/source/ui/inc/DrawViewShell.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -88,8 +88,8 @@ public:
...
@@ -88,8 +88,8 @@ public:
SfxViewFrame
*
pFrame
,
SfxViewFrame
*
pFrame
,
ViewShellBase
&
rViewShellBase
,
ViewShellBase
&
rViewShellBase
,
vcl
::
Window
*
pParentWindow
,
vcl
::
Window
*
pParentWindow
,
PageKind
ePageKind
=
PageKind
::
Standard
,
PageKind
ePageKind
,
FrameView
*
pFrameView
=
nullptr
);
FrameView
*
pFrameView
);
virtual
~
DrawViewShell
()
override
;
virtual
~
DrawViewShell
()
override
;
...
...
sd/source/ui/inc/GraphicDocShell.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -46,13 +46,13 @@ public:
...
@@ -46,13 +46,13 @@ public:
SFX_DECL_OBJECTFACTORY
();
SFX_DECL_OBJECTFACTORY
();
GraphicDocShell
(
GraphicDocShell
(
SfxObjectCreateMode
eMode
=
SfxObjectCreateMode
::
EMBEDDED
,
SfxObjectCreateMode
eMode
,
bool
bSdDataObj
=
false
,
bool
bSdDataObj
,
DocumentType
=
DocumentType
::
Draw
);
DocumentType
=
DocumentType
::
Draw
);
GraphicDocShell
(
GraphicDocShell
(
SfxModelFlags
nModelCreationFlags
,
SfxModelFlags
nModelCreationFlags
,
bool
bSdDataObj
=
false
,
bool
bSdDataObj
,
DocumentType
=
DocumentType
::
Draw
);
DocumentType
=
DocumentType
::
Draw
);
virtual
~
GraphicDocShell
()
override
;
virtual
~
GraphicDocShell
()
override
;
...
...
sd/source/ui/inc/GraphicViewShell.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -59,7 +59,7 @@ public:
...
@@ -59,7 +59,7 @@ public:
SfxViewFrame
*
pFrame
,
SfxViewFrame
*
pFrame
,
ViewShellBase
&
rViewShellBase
,
ViewShellBase
&
rViewShellBase
,
vcl
::
Window
*
pParentWindow
,
vcl
::
Window
*
pParentWindow
,
FrameView
*
pFrameView
=
nullptr
);
FrameView
*
pFrameView
);
virtual
~
GraphicViewShell
()
override
;
virtual
~
GraphicViewShell
()
override
;
...
...
sd/source/ui/inc/OutlineViewShell.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -56,7 +56,7 @@ public:
...
@@ -56,7 +56,7 @@ public:
SfxViewFrame
*
pFrame
,
SfxViewFrame
*
pFrame
,
ViewShellBase
&
rViewShellBase
,
ViewShellBase
&
rViewShellBase
,
vcl
::
Window
*
pParentWindow
,
vcl
::
Window
*
pParentWindow
,
FrameView
*
pFrameView
=
nullptr
);
FrameView
*
pFrameView
);
virtual
~
OutlineViewShell
()
override
;
virtual
~
OutlineViewShell
()
override
;
...
...
sd/source/ui/inc/PresentationViewShell.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -38,7 +38,7 @@ private:
...
@@ -38,7 +38,7 @@ private:
static
void
InitInterface_Impl
();
static
void
InitInterface_Impl
();
public
:
public
:
PresentationViewShell
(
SfxViewFrame
*
pFrame
,
ViewShellBase
&
rViewShellBase
,
vcl
::
Window
*
pParentWindow
,
FrameView
*
pFrameView
=
nullptr
);
PresentationViewShell
(
SfxViewFrame
*
pFrame
,
ViewShellBase
&
rViewShellBase
,
vcl
::
Window
*
pParentWindow
,
FrameView
*
pFrameView
);
virtual
~
PresentationViewShell
()
override
;
virtual
~
PresentationViewShell
()
override
;
/** This method is used by a simple class that passes some
/** This method is used by a simple class that passes some
...
...
sd/source/ui/inc/dlgpage.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -43,7 +43,7 @@ private:
...
@@ -43,7 +43,7 @@ private:
sal_uInt16
mnTransparence
;
sal_uInt16
mnTransparence
;
public
:
public
:
SdPageDlg
(
SfxObjectShell
*
pDocSh
,
vcl
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
,
bool
bAreaPage
=
true
);
SdPageDlg
(
SfxObjectShell
*
pDocSh
,
vcl
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
,
bool
bAreaPage
);
virtual
~
SdPageDlg
()
override
{};
virtual
~
SdPageDlg
()
override
{};
virtual
void
PageCreated
(
sal_uInt16
nId
,
SfxTabPage
&
rPage
)
override
;
virtual
void
PageCreated
(
sal_uInt16
nId
,
SfxTabPage
&
rPage
)
override
;
...
...
sd/source/ui/inc/optsitem.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -144,7 +144,7 @@ class SD_DLLPUBLIC SdOptionsLayoutItem : public SfxPoolItem
...
@@ -144,7 +144,7 @@ class SD_DLLPUBLIC SdOptionsLayoutItem : public SfxPoolItem
public
:
public
:
explicit
SdOptionsLayoutItem
();
explicit
SdOptionsLayoutItem
();
SdOptionsLayoutItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
=
nullptr
);
SdOptionsLayoutItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
);
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
...
@@ -177,7 +177,7 @@ class SD_DLLPUBLIC SdOptionsContentsItem : public SfxPoolItem
...
@@ -177,7 +177,7 @@ class SD_DLLPUBLIC SdOptionsContentsItem : public SfxPoolItem
{
{
public
:
public
:
SdOptionsContentsItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
=
nullptr
);
SdOptionsContentsItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
);
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
...
@@ -324,7 +324,7 @@ class SD_DLLPUBLIC SdOptionsMiscItem : public SfxPoolItem
...
@@ -324,7 +324,7 @@ class SD_DLLPUBLIC SdOptionsMiscItem : public SfxPoolItem
public
:
public
:
explicit
SdOptionsMiscItem
();
explicit
SdOptionsMiscItem
();
SdOptionsMiscItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
=
nullptr
);
SdOptionsMiscItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
);
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
...
@@ -393,7 +393,7 @@ class SD_DLLPUBLIC SdOptionsSnapItem : public SfxPoolItem
...
@@ -393,7 +393,7 @@ class SD_DLLPUBLIC SdOptionsSnapItem : public SfxPoolItem
public
:
public
:
explicit
SdOptionsSnapItem
();
explicit
SdOptionsSnapItem
();
SdOptionsSnapItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
=
nullptr
);
SdOptionsSnapItem
(
SdOptions
*
pOpts
,
::
sd
::
FrameView
*
pView
);
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
override
;
...
...
sd/source/ui/inc/unomodel.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -131,8 +131,8 @@ private:
...
@@ -131,8 +131,8 @@ private:
sd
::
DrawViewShell
*
GetViewShell
();
sd
::
DrawViewShell
*
GetViewShell
();
public
:
public
:
SdXImpressDocument
(
::
sd
::
DrawDocShell
*
pShell
,
bool
bClipBoard
=
false
)
throw
();
SdXImpressDocument
(
::
sd
::
DrawDocShell
*
pShell
,
bool
bClipBoard
)
throw
();
SdXImpressDocument
(
SdDrawDocument
*
pDoc
,
bool
bClipBoard
=
false
)
throw
();
SdXImpressDocument
(
SdDrawDocument
*
pDoc
,
bool
bClipBoard
)
throw
();
virtual
~
SdXImpressDocument
()
throw
()
override
;
virtual
~
SdXImpressDocument
()
throw
()
override
;
static
rtl
::
Reference
<
SdXImpressDocument
>
GetModel
(
SdDrawDocument
*
pDoc
);
static
rtl
::
Reference
<
SdXImpressDocument
>
GetModel
(
SdDrawDocument
*
pDoc
);
...
...
sd/source/ui/view/sdview3.cxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -680,7 +680,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper,
...
@@ -680,7 +680,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper,
if
(
aDataHelper
.
GetSotStorageStream
(
SotClipboardFormatId
::
DRAWING
,
xStm
)
)
if
(
aDataHelper
.
GetSotStorageStream
(
SotClipboardFormatId
::
DRAWING
,
xStm
)
)
{
{
DrawDocShellRef
xShell
=
new
DrawDocShell
(
SfxObjectCreateMode
::
INTERNAL
);
DrawDocShellRef
xShell
=
new
DrawDocShell
(
SfxObjectCreateMode
::
INTERNAL
,
false
);
xShell
->
DoInitNew
();
xShell
->
DoInitNew
();
SdDrawDocument
*
pModel
=
xShell
->
GetDoc
();
SdDrawDocument
*
pModel
=
xShell
->
GetDoc
();
...
...
sfx2/source/appl/newhelp.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -565,7 +565,7 @@ class SfxAddHelpBookmarkDialog_Impl : public ModalDialog
...
@@ -565,7 +565,7 @@ class SfxAddHelpBookmarkDialog_Impl : public ModalDialog
private
:
private
:
VclPtr
<
Edit
>
m_pTitleED
;
VclPtr
<
Edit
>
m_pTitleED
;
public
:
public
:
SfxAddHelpBookmarkDialog_Impl
(
vcl
::
Window
*
pParent
,
bool
bRename
=
true
);
SfxAddHelpBookmarkDialog_Impl
(
vcl
::
Window
*
pParent
,
bool
bRename
);
virtual
~
SfxAddHelpBookmarkDialog_Impl
()
override
;
virtual
~
SfxAddHelpBookmarkDialog_Impl
()
override
;
virtual
void
dispose
()
override
;
virtual
void
dispose
()
override
;
...
...
sfx2/source/inc/templdgi.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -105,7 +105,7 @@ protected:
...
@@ -105,7 +105,7 @@ protected:
SvTreeListEntry
*
pTarget
,
SvTreeListEntry
*
pEntry
,
SvTreeListEntry
*
pTarget
,
SvTreeListEntry
*
pEntry
,
SvTreeListEntry
*&
rpNewParent
,
sal_uIntPtr
&
rNewChildPos
)
override
;
SvTreeListEntry
*&
rpNewParent
,
sal_uIntPtr
&
rNewChildPos
)
override
;
public
:
public
:
StyleTreeListBox_Impl
(
SfxCommonTemplateDialog_Impl
*
pParent
,
WinBits
nWinStyle
=
0
);
StyleTreeListBox_Impl
(
SfxCommonTemplateDialog_Impl
*
pParent
,
WinBits
nWinStyle
);
void
Recalc
();
void
Recalc
();
...
...
slideshow/source/engine/transitions/spiralwipe.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -47,7 +47,7 @@ protected:
...
@@ -47,7 +47,7 @@ protected:
class
BoxSnakesWipe
:
public
SpiralWipe
class
BoxSnakesWipe
:
public
SpiralWipe
{
{
public
:
public
:
BoxSnakesWipe
(
sal_Int32
nElements
,
bool
fourBox
=
false
)
BoxSnakesWipe
(
sal_Int32
nElements
,
bool
fourBox
)
:
SpiralWipe
(
nElements
),
m_fourBox
(
fourBox
)
{}
:
SpiralWipe
(
nElements
),
m_fourBox
(
fourBox
)
{}
virtual
::
basegfx
::
B2DPolyPolygon
operator
()
(
double
t
)
override
;
virtual
::
basegfx
::
B2DPolyPolygon
operator
()
(
double
t
)
override
;
private
:
private
:
...
...
slideshow/source/engine/transitions/waterfallwipe.hxx
Dosyayı görüntüle @
1aa69bd5
...
@@ -31,7 +31,7 @@ namespace internal {
...
@@ -31,7 +31,7 @@ namespace internal {
class
WaterfallWipe
:
public
ParametricPolyPolygon
class
WaterfallWipe
:
public
ParametricPolyPolygon
{
{
public
:
public
:
WaterfallWipe
(
sal_Int32
nElements
,
bool
flipOnYAxis
=
false
);
WaterfallWipe
(
sal_Int32
nElements
,
bool
flipOnYAxis
);
virtual
::
basegfx
::
B2DPolyPolygon
operator
()
(
double
t
)
override
;
virtual
::
basegfx
::
B2DPolyPolygon
operator
()
(
double
t
)
override
;
private
:
private
:
bool
m_flipOnYAxis
;
bool
m_flipOnYAxis
;
...
...
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