/aoo4110/main/sw/inc/ |
H A D | node.hxx | 114 virtual ~SwNode(); 304 SwNode( const SwNode & rNodes ); 305 SwNode & operator= ( const SwNode & rNodes ); 311 class SwStartNode: public SwNode 313 friend class SwNode; 345 class SwEndNode : public SwNode 663 inline sal_Bool SwNode::IsEndNode() const in IsEndNode() 667 inline sal_Bool SwNode::IsTxtNode() const in IsTxtNode() 683 inline sal_Bool SwNode::IsOLENode() const in IsOLENode() 724 inline SwNodes& SwNode::GetNodes() in GetNodes() [all …]
|
H A D | ndarr.hxx | 50 class SwNode; 78 typedef SwNode * SwNodePtr; 88 friend class SwNode; 158 SwNode& GetEndOfPostIts() const { return *pEndOfPostIts; } in GetEndOfPostIts() 199 SwNode* GoNextWithFrm(SwNodeIndex *) const; 200 SwNode* GoPreviousWithFrm(SwNodeIndex *) const; 252 void UpdateOutlineNode(SwNode & rNd); 334 SwNode* FindPrvNxtFrmNode( SwNodeIndex& rFrmIdx, 335 const SwNode* pEnd = 0 ) const; 338 SwNode * DocumentSectionStartNode(SwNode * pNode) const; [all …]
|
H A D | pam.hxx | 39 class SwNode; 58 explicit SwPosition( const SwNode& rNode ); 134 SwPaM( const SwNode& rMk, const SwNode& rPt, 138 SwPaM( const SwNode& rMk, xub_StrLen nMkCntnt, 139 const SwNode& rPt, xub_StrLen nPtCntnt, SwPaM* pRing = 0 ); 140 SwPaM( const SwNode& rNd, xub_StrLen nCntnt = 0, SwPaM* pRing = 0 ); 171 xub_StrLen &nStart, xub_StrLen &nEnde,xub_StrLen nTxtLen,SwNode* pNode, SwPaM* pPam); 224 SwNode * GetNode ( bool bPoint = true ) const in GetNode()
|
H A D | ndindex.hxx | 33 class SwNode; 47 SwNode* pNd; 59 SwNodeIndex( const SwNode&, long nDiff = 0 ); 90 SwNodeIndex& operator=( const SwNode& ); 97 SwNodeIndex& Assign( const SwNode& rNd, long nOffset = 0 ); 103 SwNode& GetNode() const { return *pNd; } in GetNode() 121 SwNodeRange( const SwNode& rS, long nSttDiff, 122 const SwNode& rE, long nEndDiff = 0 );
|
H A D | hints.hxx | 34 class SwNode; 260 const SwNode *pNd, *pFnd; 262 SwFindNearestNode( const SwNode& rNd ); 263 void CheckNode( const SwNode& rNd ); 265 const SwNode* GetFoundNode() const { return pFnd; } in GetFoundNode()
|
H A D | expfld.hxx | 158 const SwNode* pOutlChgNd; 198 void SetChapter( SwSetExpField& rFld, const SwNode& rNd ); 201 const SwNode* GetOutlineChgNd() const { return pOutlChgNd; } in GetOutlineChgNd() 202 void SetOutlineChgNd( const SwNode* p ) { pOutlChgNd = p; } in SetOutlineChgNd() 433 virtual const SwNode* GetNodeOfFormula() const;
|
H A D | pagedesc.hxx | 39 class SwNode; 228 const SwFrmFmt* GetPageFmtOfNode( const SwNode& rNd, 230 sal_Bool IsFollowNextPageOfNode( const SwNode& rNd ) const; 233 static const SwPageDesc* GetPageDescOfNode(const SwNode& rNd);
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | node.cxx | 330 long SwNode::nSerial = 0; 333 SwNode::SwNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType ) in SwNode() function in SwNode 367 SwNode::SwNode( SwNodes& rNodes, sal_uLong nPos, const sal_uInt8 nNdType ) in SwNode() function in SwNode 400 SwNode::~SwNode() in ~SwNode() 478 sal_Bool SwNode::IsProtect() const in IsProtect() 573 const SwNode* pNd = this; in FindPageDesc() 835 SwNode* pNd = (SwNode*)this; in FindOutlineNodeOfLevel() 1005 : SwNode( rWhere, ND_ENDNODE ) in SwEndNode() 1028 SwNode( rWhere, nNdType ), in SwCntntNode() 1824 const SwNode* pNd = this; in CanJoinNext() [all …]
|
H A D | nodes.cxx | 128 SwNode *pNode; in ~SwNodes() 462 SwNode * pAktNode; in _MoveNodes() 1214 SwNode * pAktNode; in SectionUpDown() 1289 SwNode * pAktNode; in Delete() 1549 SwNode* pNd = 0; in GoPrevious() 1999 SwNode * pAktNode; in _CopyNodes() 2245 const SwNode* pNd; in GoNextSection() 2298 const SwNode* pNd; in GoPrevSection() 2378 SwNode* pNd; in FindPrvNxtFrmNode() 2620 SwNode * SwNodes::DocumentSectionStartNode(SwNode * pNode) const in DocumentSectionStartNode() [all …]
|
H A D | ndindex.cxx | 56 SwNodeRange::SwNodeRange( const SwNode& rS, long nSttDiff, in SwNodeRange() 57 const SwNode& rE, long nEndDiff ) in SwNodeRange() 88 SwNodeIndex::SwNodeIndex( const SwNode& rNd, long nDiff ) in SwNodeIndex() 94 pNd = (SwNode*)&rNd; in SwNodeIndex() 121 SwNodeIndex& SwNodeIndex::operator=( const SwNode& rNd ) in operator =() 126 pNd = (SwNode*)&rNd; in operator =() 130 pNd = (SwNode*)&rNd; in operator =() 147 SwNodeIndex& SwNodeIndex::Assign( const SwNode& rNd, long nOffset ) in Assign() 152 pNd = (SwNode*)&rNd; in Assign() 156 pNd = (SwNode*)&rNd; in Assign()
|
H A D | node2lay.cxx | 54 SwNode2LayImpl( const SwNode& rNode, sal_uLong nIdx, sal_Bool bSearch ); 57 SwLayoutFrm* UpperFrm( SwFrm* &rpFrm, const SwNode &rNode ); 76 SwNode* GoNextWithFrm(const SwNodes& rNodes, SwNodeIndex *pIdx) in GoNextWithFrm() 82 SwNode* pNd = 0; in GoNextWithFrm() 108 SwNode* GoPreviousWithFrm(SwNodeIndex *pIdx) in GoPreviousWithFrm() 114 SwNode* pNd(0); in GoPreviousWithFrm() 144 const SwNode* pNd; in SwNode2LayImpl() 292 const SwNode* pNode = rNode.StartOfSectionNode(); in UpperFrm() 347 SwNode* pNd; in RestoreUpperFrms() 429 SwNode2Layout::SwNode2Layout( const SwNode& rNd, sal_uLong nIdx ) in SwNode2Layout() [all …]
|
H A D | ndsect.cxx | 70 const SwNode& _rNd, in lcl_IsInSameTblBox() 137 const SwNode& rStt, const SwNode& rEnd ) in lcl_CheckEmptyLayFrm() 161 const SwNode* pPrvNd = 0; in InsertSwSection() 391 const SwNode** ppSttNd ) const in IsInsRegionAvailable() 401 const SwNode* pNd = &pStt->nNode.GetNode(); in IsInsRegionAvailable() 559 DeleteSection( (SwNode*)pSectNd ); in DelSectionFmt() 830 SwNode* pNd; in InsertTextSection() 863 const SwNode* pTemp; in InsertTextSection() 934 SwNode* pNd = (*this)[n]; in InsertTextSection() 983 SwSectionNode* SwNode::FindSectionNode() in FindSectionNode() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.hxx | 38 class SwNode; 107 const SwNode * getNode() const; 172 const SwNode * mpNode; 175 const SwNode * mpNextNode; 180 WW8TableNodeInfo(WW8TableInfo * pParent, const SwNode * pTxtNode); 195 void setNextNode(const SwNode * pNode); 203 const SwNode * getNode() const; 207 const SwNode * getNextNode() const; 224 size_t operator()(const SwNode * pNode) const in operator ()() 325 insertTableNodeInfo(const SwNode * pNode, [all …]
|
H A D | WW8TableInfo.cxx | 164 const SwNode * WW8TableNodeInfoInner::getNode() const in getNode() 166 const SwNode * pResult = NULL; in getNode() 334 const SwNode * pNode) in WW8TableNodeInfo() 453 void WW8TableNodeInfo::setNextNode(const SwNode * pNode) in setNextNode() 496 const SwNode * WW8TableNodeInfo::getNode() const in getNode() 516 const SwNode * WW8TableNodeInfo::getNextNode() const in getNextNode() 864 (const SwNode * pNode, in insertTableNodeInfo() 935 (const SwNode * pNode) in getTableNodeInfo() 946 const SwNode * WW8TableInfo::getNextNode(const SwNode * pNode) in getNextNode() 948 const SwNode * pResult = NULL; in getNextNode() [all …]
|
H A D | writerhelper.hxx | 122 const SwNode *mpStartFrameContent; 182 const SwNode *GetContent() const { return mpStartFrameContent; } in GetContent() 670 Frames GetFramesInNode(const Frames &rFrames, const SwNode &rNode); 694 const SwNode &rStart, const SwNode &rEnd); 753 bool HasPageBreak(const SwNode &rNode);
|
H A D | wrtww8.hxx | 161 const SwNode* pPDNd; 172 sal_uLong nLnRestart, sal_uInt16 nPgRestart = 0, const SwNode* pNd = NULL ) in WW8_SepInfo() 207 const SwNode& rNd, 255 const SwNode& rNd, 689 const SwSectionFmt* GetSectionFormat( const SwNode& rNd ) const; 692 sal_uLong GetSectionLineNo( const SfxItemSet* pSet, const SwNode& rNd ) const; 695 void OutputSectionBreaks( const SfxItemSet *pSet, const SwNode& rNd ); 780 bool SetAktPageDescFromNode(const SwNode &rNd); 787 const SwNode& rNd, 1077 const SwNode& rNd,
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 843 const SwNode& rNode; 845 SwCompareLine( const SwNode& rNd ); 852 static sal_Bool CompareNode( const SwNode& rDstNd, const SwNode& rSrcNd ); 861 const SwNode& GetEndNode() const; 872 sal_uLong PrevIdx( const SwNode* pNd ); 873 sal_uLong NextIdx( const SwNode* pNd ); 942 const SwNode* pNd = &rNode; in GetEndNode() 989 sal_Bool SwCompareLine::CompareNode( const SwNode& rDstNd, const SwNode& rSrcNd ) in CompareNode() 1377 const SwNode* pLineNd; in ShowDelete() 1627 _SaveMergeRedlines( const SwNode& rDstNd, [all …]
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 507 const SwNode* pMyNd = GetNode(); in IsSelOvr() 653 SwNode* pNd; in IsInProtectTable() 682 SwNode* pNd; in IsInProtectTable() 738 const SwNode* pNd = &pPos->nNode.GetNode(); in IsAtValidPos() 908 int lcl_MakeSelFwrd( const SwNode& rSttNd, const SwNode& rEndNd, in lcl_MakeSelFwrd() 940 int lcl_MakeSelBkwrd( const SwNode& rSttNd, const SwNode& rEndNd, in lcl_MakeSelBkwrd() 1599 SwNode& rNode = GetPoint()->nNode.GetNode(); in DoSetBidiLevelLeftRight() 1990 const SwNode* pTmpNode = bNext ? in GoPrevNextCell() 2211 const SwNode* pNd = &aIdx.GetNode(); in MakeBoxSels() 2266 const SwNode* pNd = &aIdx.GetNode(); in MakeBoxSels() [all …]
|
H A D | pam.cxx | 81 SwPosition::SwPosition( const SwNode& rNode ) in SwPosition() 258 CHKSECTION lcl_TstIdx( sal_uLong nSttIdx, sal_uLong nEndIdx, const SwNode& rEndNd ) in lcl_TstIdx() 269 const SwNode& rBaseEnd, sal_uLong nStt, sal_uLong nEnd ) in lcl_ChkOneRange() 279 const SwNode *pTmp, *pNd = rNds[ nStt ]; in lcl_ChkOneRange() 332 sal_Bool GoNext(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ) in GoNext() 340 sal_Bool GoPrevious( SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ) in GoPrevious() 433 SwPaM::SwPaM( const SwNode& rMark, const SwNode& rPoint, in SwPaM() 468 SwPaM::SwPaM( const SwNode& rMark , xub_StrLen nMarkCntnt, in SwPaM() 469 const SwNode& rPoint, xub_StrLen nPointCntnt, SwPaM* pRing ) in SwPaM() 483 SwPaM::SwPaM( const SwNode& rNode, xub_StrLen nCntnt, SwPaM* pRing ) in SwPaM() [all …]
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edsect.cxx | 320 const SwNode* lcl_SpecialInsertNode(const SwPosition* pCurrentPos) in lcl_SpecialInsertNode() 322 const SwNode* pReturn = NULL; in lcl_SpecialInsertNode() 327 const SwNode& rCurrentNode = pCurrentPos->nNode.GetNode(); in lcl_SpecialInsertNode() 333 const SwNode* pInnermostNode = NULL; in lcl_SpecialInsertNode() 335 const SwNode* pTableNode = rCurrentNode.FindTableNode(); in lcl_SpecialInsertNode() 336 const SwNode* pSectionNode = rCurrentNode.FindSectionNode(); in lcl_SpecialInsertNode() 428 const SwNode* pInsertNode = lcl_SpecialInsertNode( pCursorPos ); in DoSpecialInsert()
|
/aoo4110/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 394 SwNode* pNd = (SwNode*)pPara; in RelNmsToBoxNms() 424 SwNode* pNd = (SwNode*)pPara; in RelBoxNmsToPtr() 455 SwNode* pNd = (SwNode*)pPara; in BoxNmsToRelNm() 544 const SwNode* pNd = 0; in PtrToBoxNm() 569 const SwNode* pNd = 0; in BoxNmToPtr() 594 const SwNode* pNd = 0; in ToRelBoxNm() 1008 const SwNode* pNd = GetNodeOfFormula(); in _HasValidBoxes() 1036 const SwNode* pNd = GetNodeOfFormula(); in HasValidBoxes() 1119 const SwNode* pNd = GetNodeOfFormula(); in _SplitMergeBoxNm() 1210 const SwNode* pNd = GetNodeOfFormula(); in ToSplitMergeBoxNm()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | node2lay.hxx | 53 class SwNode; 63 SwNode2Layout( const SwNode& rNd ); 66 SwNode2Layout( const SwNode& rNd, sal_uLong nIdx ); 69 SwLayoutFrm* UpperFrm( SwFrm* &rpFrm, const SwNode& rNode );
|
H A D | pamtyp.hxx | 53 sal_Bool GoNext(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ); 54 sal_Bool GoPrevious(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ); 70 typedef sal_Bool (*GoNd)( SwNode*, SwIndex*, sal_uInt16 );
|
/aoo4110/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 98 const SwNode* pNd = rOld.GetNodeOfFormula(); in SwHistorySetFmt() 152 SwNode * pNode = pDoc->GetNodes()[ m_nNodeIndex ]; in SetInDoc() 199 SwNode * pNode = pDoc->GetNodes()[ m_nNodeIndex ]; in SetInDoc() 449 SwNode* pSaveNd = pDoc->GetNodes()[ m_nNodeIndex ]; in SwHistorySetFootnote() 764 const SwNode* pNd = rOld.GetNodeOfFormula(); in SwHistorySetAttrSet() 796 SwNode * pNode = pDoc->GetNodes()[ m_nNodeIndex ]; in SetInDoc() 930 SwNode* pNd = pDoc->GetNodes()[ m_nOldNodeIndex ]; in SetInDoc() 1364 SwRegHistory::SwRegHistory( SwModify* pRegIn, const SwNode& rNd, in SwRegHistory() 1373 SwRegHistory::SwRegHistory( const SwNode& rNd, SwHistory* pHst ) in SwRegHistory() 1471 void SwRegHistory::RegisterInModify( SwModify* pRegIn, const SwNode& rNd ) in RegisterInModify()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 298 static const SwFrm* lcl_GetFrmOfNode( const SwNode& rNd ) in lcl_GetFrmOfNode() 320 const SwPageDesc* SwPageDesc::GetPageDescOfNode(const SwNode& rNd) in GetPageDescOfNode() 329 const SwFrmFmt* SwPageDesc::GetPageFmtOfNode( const SwNode& rNd, in GetPageFmtOfNode() 354 sal_Bool SwPageDesc::IsFollowNextPageOfNode( const SwNode& rNd ) const in IsFollowNextPageOfNode()
|