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
335b38d8
Kaydet (Commit)
335b38d8
authored
Şub 15, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: add doxygen comments for some document model / layout classes
üst
3626c2ce
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
1 deletion
+10
-1
doc.hxx
sw/inc/doc.hxx
+1
-0
index.hxx
sw/inc/index.hxx
+1
-0
ndindex.hxx
sw/inc/ndindex.hxx
+1
-0
ndtxt.hxx
sw/inc/ndtxt.hxx
+1
-1
pam.hxx
sw/inc/pam.hxx
+2
-0
hffrm.hxx
sw/source/core/inc/hffrm.hxx
+2
-0
pagefrm.hxx
sw/source/core/inc/pagefrm.hxx
+1
-0
rootfrm.hxx
sw/source/core/inc/rootfrm.hxx
+1
-0
No files found.
sw/inc/doc.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -249,6 +249,7 @@ void SetAllScriptItem( SfxItemSet& rSet, const SfxPoolItem& rItem );
// global function to start grammar checking in the document
void
StartGrammarChecking
(
SwDoc
&
rDoc
);
/// Represents the model of a Writer document.
class
SW_DLLPUBLIC
SwDoc
:
public
IInterface
,
public
IDocumentSettingAccess
,
...
...
sw/inc/index.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -48,6 +48,7 @@ struct SwPosition;
#define INLINE inline
#endif
/// Marks a character position inside a document model node.
class
SW_DLLPUBLIC
SwIndex
{
private
:
...
...
sw/inc/ndindex.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -38,6 +38,7 @@
class
SwNode
;
class
SwNodes
;
/// Marks a node in the document model.
class
SW_DLLPUBLIC
SwNodeIndex
{
friend
void
SwNodes
::
RegisterIndex
(
SwNodeIndex
&
);
...
...
sw/inc/ndtxt.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -79,7 +79,7 @@ namespace com { namespace sun { namespace star {
typedef
std
::
set
<
xub_StrLen
>
SwSoftPageBreakList
;
//
SwTxtNode
//
/ SwTxtNode is a paragraph in the document model.
class
SW_DLLPUBLIC
SwTxtNode
:
public
SwCntntNode
,
public
::
sfx2
::
Metadatable
{
...
...
sw/inc/pam.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -53,6 +53,7 @@ namespace utl {
class
TextSearch
;
}
/// Marks a position in the document model.
struct
SW_DLLPUBLIC
SwPosition
{
SwNodeIndex
nNode
;
...
...
@@ -157,6 +158,7 @@ extern SwGoInDoc fnGoCntntCellsSkipHidden;
void
_InitPam
();
/// PaM is Point and Mark: a selection of the document model.
class
SW_DLLPUBLIC
SwPaM
:
public
Ring
{
SwPosition
m_Bound1
;
...
...
sw/source/core/inc/hffrm.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -49,6 +49,7 @@ public:
virtual
void
PaintSubsidiaryLines
(
const
SwPageFrm
*
,
const
SwRect
&
)
const
;
};
/// Header in the document layout, inside a page.
class
SwHeaderFrm
:
public
SwHeadFootFrm
{
public
:
...
...
@@ -57,6 +58,7 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL
(
SwHeaderFrm
)
};
/// Footer in the document layout, inside a page.
class
SwFooterFrm
:
public
SwHeadFootFrm
{
public
:
...
...
sw/source/core/inc/pagefrm.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -58,6 +58,7 @@ enum SwPageChg
CHG_CHGPAGE
};
/// A page of the document layout.
class
SwPageFrm
:
public
SwFtnBossFrm
{
friend
class
SwFrm
;
...
...
sw/source/core/inc/rootfrm.hxx
Dosyayı görüntüle @
335b38d8
...
...
@@ -62,6 +62,7 @@ struct SwCrsrMoveState;
#include <vector>
/// The root element of a Writer document layout.
class
SwRootFrm
:
public
SwLayoutFrm
{
//Muss das Superfluous temporaer abschalten.
...
...
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