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
cf0367a1
Kaydet (Commit)
cf0367a1
authored
Agu 05, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
be a little more consistent about types, just for tml
Change-Id: I1098616c525b9894264df9e245cddcc14eeae8a8
üst
ed86bcdb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CustomAnimationCreateDialog.cxx
sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+2
-2
CustomAnimationCreateDialog.hxx
sd/source/ui/animations/CustomAnimationCreateDialog.hxx
+1
-1
No files found.
sd/source/ui/animations/CustomAnimationCreateDialog.cxx
Dosyayı görüntüle @
cf0367a1
...
...
@@ -180,7 +180,7 @@ void CategoryListBox::MouseButtonUp( const MouseEvent& rMEvt )
class
CustomAnimationCreateTabPage
:
public
TabPage
{
public
:
CustomAnimationCreateTabPage
(
Window
*
pParent
,
CustomAnimationCreateDialog
*
pDialogParent
,
int
nTabId
,
const
PresetCategoryList
&
rCategoryList
,
bool
bHasText
);
CustomAnimationCreateTabPage
(
Window
*
pParent
,
CustomAnimationCreateDialog
*
pDialogParent
,
sal_uInt16
nTabId
,
const
PresetCategoryList
&
rCategoryList
,
bool
bHasText
);
~
CustomAnimationCreateTabPage
();
PathKind
getCreatePathKind
()
const
;
...
...
@@ -241,7 +241,7 @@ bool ImplStlEffectCategorySortHelper::operator()( const CustomAnimationPresetPtr
return
mxCollator
->
compareString
(
p1
->
getLabel
(),
p2
->
getLabel
())
==
-
1
;
}
CustomAnimationCreateTabPage
::
CustomAnimationCreateTabPage
(
Window
*
pParent
,
CustomAnimationCreateDialog
*
pDialogParent
,
int
nTabId
,
const
PresetCategoryList
&
rCategoryList
,
bool
bHasText
)
CustomAnimationCreateTabPage
::
CustomAnimationCreateTabPage
(
Window
*
pParent
,
CustomAnimationCreateDialog
*
pDialogParent
,
sal_uInt16
nTabId
,
const
PresetCategoryList
&
rCategoryList
,
bool
bHasText
)
:
TabPage
(
pParent
,
"CustomAnimationCreateTab"
,
"modules/simpress/ui/customanimationcreatetab.ui"
)
,
mpParent
(
pDialogParent
)
,
mnId
(
nTabId
)
...
...
sd/source/ui/animations/CustomAnimationCreateDialog.hxx
Dosyayı görüntüle @
cf0367a1
...
...
@@ -67,7 +67,7 @@ private:
TabControl
*
mpTabControl
;
CustomAnimationCreateTabPage
*
mpTabPages
[
5
];
sal_Int16
mnEntranceId
,
mnEmphasisId
,
mnExitId
,
mnMPathId
,
mnMiscId
;
sal_
u
Int16
mnEntranceId
,
mnEmphasisId
,
mnExitId
,
mnMPathId
,
mnMiscId
;
};
}
...
...
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