Home
last modified time | relevance | path

Searched refs:SwSectionNode (Results 1 – 25 of 54) sorted by relevance

123

/aoo42x/main/sw/source/core/docnode/
H A Dndsect.cxx201 SwSectionNode* pNewSectNode = 0; in InsertSwSection()
536 const SwSectionNode* pSectNd; in DelSectionFmt()
844 SwSectionNode *const pSectNd = in InsertTextSection()
1006 SwSectionNode *const pParent = in lcl_initParent()
1016 SwSectionNode::SwSectionNode(SwNodeIndex const& rIdx, in SwSectionNode() function in SwSectionNode
1061 SwSectionNode::~SwSectionNode() in ~SwSectionNode()
1223 void SwSectionNode::DelFrms() in DelFrms()
1262 SwSectionNode* SwSectionNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const in MakeCopy()
1280 SwSectionNode *const pSectNd = in MakeCopy()
1368 void SwSectionNode::NodesArrChgd() in NodesArrChgd()
[all …]
H A Dsection.cxx94 inline SwSectionNode* GetSectNode() in GetSectNode()
97 return const_cast<SwSectionNode*>( dynamic_cast<const SwSectionNode*>( pSectNd ) ); in GetSectNode()
553 SwSectionNode* pSectNd = GetFmt()->GetSectionNode( sal_False ); in Modify()
641 const SwSectionNode* pParent; in MakeChildLinksVisible()
677 SwSectionNode* pSectNd; in ~SwSectionFmt()
726 SwSectionNode* pSectNd; in DelFrms()
772 SwSectionNode* pSectNd; in MakeFrms()
900 const SwSectionNode* pNd = GetSectionNode(); in GetInfo()
1110 SwSectionNode* SwSectionFmt::GetSectionNode(bool const bAlways) in GetSectionNode()
1121 const SwSectionNode* pNd = GetSectionNode(); in GetGlobalDocSection()
[all …]
H A Dnodes.cxx428 ((SwSectionNode*)pFrmNd)->MakeFrms( aIdx ); in ChgNode()
666 ((SwSectionNode*)pSttNode)->NodesArrChgd(); in _MoveNodes()
750 SwSectionNode* pSctNd = pSttNd->GetSectionNode(); in _MoveNodes()
2119 SwSectionNode* pSectNd = ((SwSectionNode*)pAktNode)-> in _CopyNodes()
2251 const SwSection& rSect = ((SwSectionNode*)pNd)->GetSection(); in GoNextSection()
2263 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoNextSection()
2273 const SwSectionNode* pSectNd; in GoNextSection()
2306 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoPrevSection()
2320 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoPrevSection()
2330 const SwSectionNode* pSectNd; in GoPrevSection()
[all …]
H A Dnode2lay.cxx238 SwSectionNode* pNd = pSct->GetSection()->GetFmt()->GetSectionNode(); in NextFrm()
300 (&((SwSectionNode*)pNode)->GetSection() == in UpperFrm()
322 pUpper = new SwSectionFrm(((SwSectionNode*)pNode)->GetSection(), rpFrm); in UpperFrm()
/aoo42x/main/sw/inc/
H A Dnode.hxx60 class SwSectionNode;
170 inline SwSectionNode *GetSectionNode();
171 inline const SwSectionNode *GetSectionNode() const;
198 SwSectionNode *FindSectionNode();
199 inline const SwSectionNode *FindSectionNode() const;
571 class SwSectionNode class
581 virtual ~SwSectionNode();
584 SwSectionNode(SwNodeIndex const&,
646 inline SwSectionNode *SwNode::GetSectionNode() in GetSectionNode()
650 inline const SwSectionNode *SwNode::GetSectionNode() const in GetSectionNode()
[all …]
H A Dsection.hxx51 class SwSectionNode;
165 friend class SwSectionNode;
264 void MakeChildLinksVisible( const SwSectionNode& rSectNd );
353 SwSectionNode* GetSectionNode(bool const bEvenIfInUndo = false);
354 const SwSectionNode* GetSectionNode(bool const bEvenIfInUndo = false) const in GetSectionNode()
H A Dftnidx.hxx32 class SwSectionNode;
65 static const SwSectionNode* FindSectNdWithEndAttr(
68 sal_uInt16 GetNumber( const SwTxtFtn& rTxtFtn, const SwSectionNode& rNd );
H A Dswserv.hxx29 class SwSectionNode;
44 SwSectionNode* pSectNd;
60 SwServerObject( SwSectionNode& rSectNd ) in SwServerObject()
H A Dndarr.hxx59 class SwSectionNode;
316 SwSectionNode* InsertTextSection(SwNodeIndex const& rNdIdx,
/aoo42x/main/sw/source/core/layout/
H A Dlayhelp.hxx40 class SwSectionNode;
93 SwSectionNode *pSectNode;
97 SwSectionNode *pNd );
101 SwSectionNode *GetSectionNode() { return pSectNode;} in GetSectionNode()
/aoo42x/main/sw/source/core/undo/
H A Dunsect.cxx126 SwSectionNode *const pNd = in UndoImpl()
189 SwSectionNode *const pSectNd = in RedoImpl()
349 SwSectionNode* pInsertedSectNd = rDoc.GetNodes().InsertTextSection( in UndoImpl()
385 SwSectionNode *const pNd = in RedoImpl()
439 SwSectionNode *const pSectNd = in UndoImpl()
/aoo42x/main/sw/source/core/crsr/
H A Dtrvlreg.cxx44 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoPrevRegion()
99 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoNextRegion()
154 SwSectionNode* pNd = rCurCrsr.GetNode()->FindSectionNode(); in GotoCurrRegion()
187 SwSectionNode* pNd = pCurrNd->FindSectionNode(); in GotoCurrRegionAndSkip()
H A Dcrsrsh.cxx1352 const SwSectionNode* pSectNd = rIdx.GetNode().FindSectionNode(); in lcl_CheckHiddenSection()
1610 const SwSectionNode* pSectNd = pShellCrsr->GetNode()->FindSectionNode(); in UpdateCrsr()
2392 const SwSectionNode* pSectNd = pTxtNd->FindSectionNode(); in SetVisCrsr()
2918 const SwSectionNode* pSectNd = rNdIdx.GetNode().FindSectionNode(); in FindValidCntntNode()
2945 const SwSectionNode* pSNd = pCNd->FindSectionNode(); in FindValidCntntNode()
H A Dcrstrvl.cxx309 const SwSectionNode* pSectNd; in GotoNextTOXBase()
359 const SwSectionNode* pSectNd; in GotoPrevTOXBase()
413 const SwSectionNode* pSectNd; in GotoTOXMarkBase()
1901 const SwSectionNode* pSectNd = pCNd->FindSectionNode(); in SetShadowCrsrPos()
/aoo42x/main/sw/source/core/doc/
H A Dftnidx.cxx333 const SwSectionNode* SwUpdFtnEndNtAtEnd::FindSectNdWithEndAttr( in FindSectNdWithEndAttr()
339 const SwSectionNode* pNd = rTxtFtn.GetTxtNode().FindSectionNode(); in FindSectNdWithEndAttr()
350 const SwSectionNode& rNd ) in GetNumber()
389 const SwSectionNode* pSectNd = FindSectNdWithEndAttr( rTxtFtn ); in ChkNumber()
H A Ddoccomp.cxx951 const SwSectionNode& rSNd = (SwSectionNode&)rNode; in GetEndNode()
1021 const SwSectionNode& rSSrcNd = (SwSectionNode&)rSrcNd, in CompareNode()
1022 & rSDstNd = (SwSectionNode&)rDstNd; in CompareNode()
1104 const SwSectionNode& rSNd = (SwSectionNode&)rNode; in GetText()
1266 const SwSectionNode* pSNd; in NextIdx()
1280 const SwSectionNode* pSNd; in PrevIdx()
H A Ddoctxm.cxx373 SwSectionNode *const pSectNd = pNewSection->GetFmt()->GetSectionNode(); in InsertTableOf()
418 SwSectionNode* pSectNd = pNd->FindSectionNode(); in InsertTableOf()
439 SwSectionNode *const pNewSectionNode = in InsertTableOf()
460 const SwSectionNode* pSectNd = rNd.FindSectionNode(); in GetCurTOX()
544 SwSectionNode * pMyNode = pFmt->GetSectionNode(); in DeleteTOX()
656 const SwSectionNode* pSectNd; in GetUniqueTOXBaseName()
767 const SwSectionNode* pSectNd = GetFmt()->GetSectionNode(); in SetPosAtStartEnd()
796 const SwSectionNode* pSectNd; in Update()
891 ((SwSectionNode*)pSectNd)->DelFrms(); in Update()
2391 const SwSectionNode* pSectNode; in IsTOXBaseInReadonly()
H A Ddocglbl.cxx411 SwSectionNode* pSectNd = pSttNd->FindSectionNode(); in SplitDoc()
762 SwSectionNode* pSectNd = pSttNd->FindSectionNode(); in SplitDoc()
/aoo42x/main/sw/source/core/inc/
H A Ddocfld.hxx33 class SwSectionNode;
70 _SetGetExpFld( const SwSectionNode& rSectNode,
161 void GetBodyNode( const SwSectionNode&);
/aoo42x/main/sw/source/filter/html/
H A Dwrthtml.cxx297 SwSectionNode * pSNd = pCurPam->GetNode()->FindSectionNode(); in WriteStream()
500 const SwSectionNode *pSectNd = in lcl_html_IsMultiColStart()
647 static Writer& OutHTML_Section( Writer& rWrt, const SwSectionNode& rSectNd ) in OutHTML_Section()
663 const SwSectionNode *pSurrSectNd = 0; in OutHTML_Section()
/aoo42x/main/sw/source/core/edit/
H A Dedglbldc.cxx392 const SwSectionNode* pSectNd = pTOX->GetFmt()->GetSectionNode(); in SwGlblDocContent()
401 const SwSectionNode* pSectNd = pSect->GetFmt()->GetSectionNode(); in SwGlblDocContent()
/aoo42x/main/sw/source/filter/ww8/
H A Ddocxexport.hxx43 class SwSectionNode;
H A Drtfexport.hxx45 class SwSectionNode;
/aoo42x/main/sw/source/core/ole/
H A Dndole.cxx513 const SwSectionNode* pSectNd = pAnchorNd->FindSectionNode(); in IsInGlobalDocSection()
525 pSectNd = (SwSectionNode*)pAnchorNd; in IsInGlobalDocSection()
/aoo42x/main/sw/source/core/unocore/
H A Dunotext.cxx700 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentBefore()
762 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentAfter()
816 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentBefore()
873 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentAfter()

Completed in 120 milliseconds

123