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
4a932d3b
Kaydet (Commit)
4a932d3b
authored
Tem 05, 2017
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: comment cosmetics
Change-Id: I572bf8b28738e82e2f207b5201a0c27d9d9b623d
üst
a62c9ecf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
doc.hxx
sw/inc/doc.hxx
+7
-10
ndarr.hxx
sw/inc/ndarr.hxx
+0
-1
node.hxx
sw/inc/node.hxx
+0
-1
No files found.
sw/inc/doc.hxx
Dosyayı görüntüle @
4a932d3b
...
@@ -1032,23 +1032,21 @@ public:
...
@@ -1032,23 +1032,21 @@ public:
// Outline - promote / demote.
// Outline - promote / demote.
bool
OutlineUpDown
(
const
SwPaM
&
rPam
,
short
nOffset
);
bool
OutlineUpDown
(
const
SwPaM
&
rPam
,
short
nOffset
);
//
Oun
tline - move up / move down.
//
/ Ou
tline - move up / move down.
bool
MoveOutlinePara
(
const
SwPaM
&
rPam
,
SwOutlineNodes
::
difference_type
nOffset
);
bool
MoveOutlinePara
(
const
SwPaM
&
rPam
,
SwOutlineNodes
::
difference_type
nOffset
);
bool
GotoOutline
(
SwPosition
&
rPos
,
const
OUString
&
rName
)
const
;
bool
GotoOutline
(
SwPosition
&
rPos
,
const
OUString
&
rName
)
const
;
/** Accept changes of outline styles for OUtlineRule.
/** Accept changes of outline styles for OutlineRule.
re-use unused 3rd parameter
@param bResetIndentAttrs Optional parameter - default value false:
Optional parameter <bResetIndentAttrs> - default value false:
If <bResetIndentAttrs> equals true, the indent attributes "before text"
If <bResetIndentAttrs> equals true, the indent attributes "before text"
and "first line indent" are additionally reset at the provided PaM, if
and "first line indent" are additionally reset at the provided PaM, if
the list style makes use of the new list level attributes.
the list style makes use of the new list level attributes.
Parameters <bCreateNewList> and <sContinuedListId>:
@param bCreateNewList indicates if a new list is created by applying the given list style.
<bCreateNewList> indicates, if a new list is created by applying the given list style.
@param sContinuedListId If bCreateNewList is false, may contain the
If <bCreateNewList> equals false, <sContinuedListId> may contain the
list Id of a list which has to be continued by applying the given list style
list Id of a list, which has to be continued by applying the given list style
Returns
the set ListId if bSetItem is true */
@return
the set ListId if bSetItem is true */
OUString
SetNumRule
(
const
SwPaM
&
,
OUString
SetNumRule
(
const
SwPaM
&
,
const
SwNumRule
&
,
const
SwNumRule
&
,
bool
bCreateNewList
,
bool
bCreateNewList
,
...
@@ -1604,7 +1602,6 @@ public:
...
@@ -1604,7 +1602,6 @@ public:
/**
/**
* Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default)
* Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default)
* @since 3.5
*/
*/
void
dumpAsXml
(
struct
_xmlTextWriter
*
=
nullptr
)
const
;
void
dumpAsXml
(
struct
_xmlTextWriter
*
=
nullptr
)
const
;
...
...
sw/inc/ndarr.hxx
Dosyayı görüntüle @
4a932d3b
...
@@ -323,7 +323,6 @@ public:
...
@@ -323,7 +323,6 @@ public:
/**
/**
* Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default)
* Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default)
* @since 3.5
*/
*/
void
dumpAsXml
(
xmlTextWriterPtr
pWriter
)
const
;
void
dumpAsXml
(
xmlTextWriterPtr
pWriter
)
const
;
};
};
...
...
sw/inc/node.hxx
Dosyayı görüntüle @
4a932d3b
...
@@ -283,7 +283,6 @@ public:
...
@@ -283,7 +283,6 @@ public:
/**
/**
* Dumps the node structure to the given destination (file nodes.xml in the current directory by default)
* Dumps the node structure to the given destination (file nodes.xml in the current directory by default)
* @since 3.5
*/
*/
virtual
void
dumpAsXml
(
struct
_xmlTextWriter
*
pWriter
)
const
;
virtual
void
dumpAsXml
(
struct
_xmlTextWriter
*
pWriter
)
const
;
...
...
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