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
720a130b
Kaydet (Commit)
720a130b
authored
Agu 08, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Tor Lillqvist
Agu 08, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove usage of list.hxx
Change-Id: I5815bdc2ef0d7eff15d518f6d66e913e31592d83
üst
daccbc1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
outliner.hxx
editeng/inc/editeng/outliner.hxx
+2
-2
present.cxx
sd/source/ui/dlg/present.cxx
+1
-0
No files found.
editeng/inc/editeng/outliner.hxx
Dosyayı görüntüle @
720a130b
...
...
@@ -36,7 +36,7 @@
#include <editeng/editdata.hxx>
#include <i18npool/lang.h>
#include <tools/color.hxx>
#include <tools/
list
.hxx>
#include <tools/
contnr
.hxx>
#include <vcl/graph.hxx>
#include <tools/link.hxx>
#include <rsc/rscsfx.hxx>
...
...
@@ -699,7 +699,7 @@ public:
OutlinerView
*
GetView
(
size_t
nIndex
)
const
;
size_t
GetViewCount
()
const
;
Paragraph
*
Insert
(
const
String
&
rText
,
sal_uLong
nAbsPos
=
LIST
_APPEND
,
sal_Int16
nDepth
=
0
);
Paragraph
*
Insert
(
const
String
&
rText
,
sal_uLong
nAbsPos
=
CONTAINER
_APPEND
,
sal_Int16
nDepth
=
0
);
void
SetText
(
const
OutlinerParaObject
&
);
void
AddText
(
const
OutlinerParaObject
&
);
void
SetText
(
const
String
&
rText
,
Paragraph
*
pParagraph
);
...
...
sd/source/ui/dlg/present.cxx
Dosyayı görüntüle @
720a130b
...
...
@@ -35,6 +35,7 @@
#include <com/sun/star/container/XIndexAccess.hpp>
#include <comphelper/processfactory.hxx>
#include <svl/itemset.hxx>
#include <tools/list.hxx>
#include "sdattr.hxx"
#include "present.hxx"
...
...
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