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
ab8f1757
Kaydet (Commit)
ab8f1757
authored
Şub 01, 2012
tarafından
Ivan Timofeev
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add comments
üst
581b43d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
cusshow.hxx
sd/inc/cusshow.hxx
+6
-0
No files found.
sd/inc/cusshow.hxx
Dosyayı görüntüle @
ab8f1757
...
@@ -69,8 +69,14 @@ public:
...
@@ -69,8 +69,14 @@ public:
// @@@ copy ctor, but no copy assignment? @@@
// @@@ copy ctor, but no copy assignment? @@@
SdCustomShow
(
const
SdCustomShow
&
rShow
);
SdCustomShow
(
const
SdCustomShow
&
rShow
);
/** Provides a direct access to the collection of the SdPage objects. */
PageVec
&
PagesVector
();
PageVec
&
PagesVector
();
/**
* Replaces all occurences of pOldPage with pNewPage.
* If pNewPage is 0 then removes all occurences of pOldPage.
*/
void
ReplacePage
(
const
SdPage
*
pOldPage
,
const
SdPage
*
pNewPage
);
void
ReplacePage
(
const
SdPage
*
pOldPage
,
const
SdPage
*
pNewPage
);
/** Removes all occurences of pPage. */
void
RemovePage
(
const
SdPage
*
pPage
);
void
RemovePage
(
const
SdPage
*
pPage
);
void
SetName
(
const
String
&
rName
);
void
SetName
(
const
String
&
rName
);
...
...
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