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
f1ecbd9e
Kaydet (Commit)
f1ecbd9e
authored
Haz 05, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: let's export the debug-logging stuff so msword filters can use it
Change-Id: I2caec82a89e44ee60bb49c6c0069dc30c8de400f
üst
1fb3ec2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.hxx
sw/inc/index.hxx
+1
-1
pam.hxx
sw/inc/pam.hxx
+2
-2
No files found.
sw/inc/index.hxx
Dosyayı görüntüle @
f1ecbd9e
...
...
@@ -109,7 +109,7 @@ public:
void
SetMark
(
const
sw
::
mark
::
IMark
*
pMark
);
};
std
::
ostream
&
operator
<<
(
std
::
ostream
&
s
,
const
SwIndex
&
index
);
SW_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
s
,
const
SwIndex
&
index
);
class
SwIndexReg
{
...
...
sw/inc/pam.hxx
Dosyayı görüntüle @
f1ecbd9e
...
...
@@ -77,7 +77,7 @@ struct SW_DLLPUBLIC SwPosition
void
dumpAsXml
(
struct
_xmlTextWriter
*
pWriter
)
const
;
};
std
::
ostream
&
operator
<<
(
std
::
ostream
&
s
,
const
SwPosition
&
position
);
SW_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
s
,
const
SwPosition
&
position
);
// Result of comparing positions.
enum
SwComparePosition
{
...
...
@@ -322,7 +322,7 @@ public:
void
dumpAsXml
(
struct
_xmlTextWriter
*
pWriter
)
const
;
};
std
::
ostream
&
operator
<<
(
std
::
ostream
&
s
,
const
SwPaM
&
pam
);
SW_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
s
,
const
SwPaM
&
pam
);
bool
CheckNodesRange
(
const
SwNodeIndex
&
,
const
SwNodeIndex
&
,
bool
bChkSection
);
...
...
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