| /AOO41X/main/sw/source/core/docnode/ |
| H A D | node.cxx | 74 TYPEINIT2( SwCntntNode, SwModify, SwIndexReg ) 87 const SwCntntNode& rNode, in GetNewAutoStyle() 103 const SwCntntNode& rNode, in SetParent() 139 const SwCntntNode& rNode, in Put() 149 int Put( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, const SwCntntNode& rNode, in Put() 180 const SwCntntNode& rNode, const SfxPoolItem& rAttr, in Put_BC() 199 const SwCntntNode& rNode, const SfxItemSet& rSet, in Put_BC() 235 const SwCntntNode& rNode, sal_uInt16 nWhich, in ClearItem_BC() 248 const SwCntntNode& rNode, in ClearItem_BC() 427 const SwCntntNode* pNd; in IsInVisibleArea() [all …]
|
| H A D | nodes.cxx | 216 ((SwCntntNode&)rNd).InvalidateNumRule(); in ChgNode() 274 SwCntntNode * pCNd = pNd->GetCntntNode(); in ChgNode() 411 if( pFrmNd && !((SwCntntNode*)pFrmNd)->GetDepends() ) in ChgNode() 422 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in ChgNode() 430 ((SwCntntNode*)pFrmNd)->MakeFrms( *pCNd ); in ChgNode() 588 SwCntntNode* pCNd = 0; in _MoveNodes() 592 pCNd = (SwCntntNode*)pTmpNd; in _MoveNodes() 906 ((SwCntntNode*)pAktNode)->DelFrms( sal_False ); in _MoveNodes() 916 ((SwCntntNode*)pAktNode)->DelFrms(); in _MoveNodes() 1416 ((SwCntntNode*)pAktNode)->InvalidateNumRule(); in Delete() [all …]
|
| H A D | node2lay.cxx | 88 bFound = ( SwIterator<SwFrm,SwCntntNode>::FirstElement(*(SwCntntNode*)pNd) != 0); in GoNextWithFrm() 120 bFound = ( SwIterator<SwFrm,SwCntntNode>::FirstElement(*(SwCntntNode*)pNd) != 0); in GoPreviousWithFrm() 366 pNew = ((SwCntntNode*)pNd)->MakeFrm( pUp ); in RestoreUpperFrms()
|
| H A D | ndtbl.cxx | 408 const SwCntntNode * pCntntNd = rPos.nNode.GetNode().GetCntntNode(); in InsertTable() 470 SwCntntNode* pNextNd = GetNodes()[ pTblNd->EndOfSectionIndex()+1 ] in InsertTable() 643 static_cast<SwCntntNode *>(pTmpNd)->SetAttr(*pItem); in InsertTable() 675 SwCntntNode * pSttCntntNd = pStt->nNode.GetNode().GetCntntNode(); in TextToTable() 844 SwCntntNode* pNd = GetNodes()[ nSttNd ]->GetCntntNode(); in TextToTable() 905 SwCntntNode* pCNd = GetNodes().GoNext( &rTmp.GetPoint()->nNode ); in TextToTable() 1025 SwCntntNode* pNewNd = pTxtNd->SplitCntntNode( aCntPos ); in TextToTable() 1122 SwCntntNode * pSttCntntNd = rTableNodes.begin()->begin()->aStart.GetNode().GetCntntNode(); in TextToTable() 1348 static_cast<SwCntntNode&>(rNode).DelFrms(); in TextToTable() 1666 SwCntntNode* pCNd = GoNext( &aIdx ); in TableToText() [all …]
|
| H A D | ndsect.cxx | 250 const SwCntntNode* pCNd; in InsertSwSection() 299 const SwCntntNode* pCNd = pPos->nNode.GetNode().GetCntntNode(); in InsertSwSection() 400 const SwCntntNode* pCNd = pEnd->nNode.GetNode().GetCntntNode(); in IsInsRegionAvailable() 600 SwCntntNode* pCNd; in DelSectionFmt() 963 ((SwCntntNode*)pNd)->DelFrms(); in InsertTextSection() 1098 SwCntntNode* pCNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeFrms() 1106 pCNd->MakeFrms( (SwCntntNode&)rIdx.GetNode() ); in MakeFrms()
|
| /AOO41X/main/sw/inc/ |
| H A D | node.hxx | 47 class SwCntntNode; 143 inline SwCntntNode *GetCntntNode(); 144 inline const SwCntntNode *GetCntntNode() const; 369 class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg class 381 SwCntntNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeType, 383 virtual ~SwCntntNode(); 405 virtual SwCntntNode *SplitCntntNode(const SwPosition & ) = 0; 407 virtual SwCntntNode *JoinNext(); 408 virtual SwCntntNode *JoinPrev(); 439 void MakeFrms( SwCntntNode& rNode ); [all …]
|
| H A D | swbaslnk.hxx | 29 class SwCntntNode; 37 SwCntntNode* pCntntNode; 47 SwCntntNode* pNode = 0 ) in SwBaseLink() 56 SwBaseLink( sal_uInt16 nMode, sal_uInt16 nFormat, SwCntntNode* pNode = 0 ) in SwBaseLink() 70 SwCntntNode *GetCntntNode() { return pCntntNode; } in GetCntntNode()
|
| H A D | ndtxt.hxx | 83 class SW_DLLPUBLIC SwTxtNode: public SwCntntNode, public ::sfx2::Metadatable 226 using SwCntntNode::GetAttr; 355 virtual SwCntntNode *SplitCntntNode( const SwPosition & ); 356 virtual SwCntntNode *JoinNext(); 357 virtual SwCntntNode *JoinPrev(); 359 SwCntntNode *AppendNode( const SwPosition & ); 695 virtual SwCntntNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const;
|
| H A D | ndarr.hxx | 45 class SwCntntNode; 194 SwCntntNode* GoNext(SwNodeIndex *) const; 195 SwCntntNode* GoPrevious(SwNodeIndex *) const; 204 SwCntntNode* GoNextSection( SwNodeIndex *, int bSkipHidden = sal_True, 206 SwCntntNode* GoPrevSection( SwNodeIndex *, int bSkipHidden = sal_True,
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | cntfrm.hxx | 30 class SwCntntNode; 67 SwCntntFrm( SwCntntNode * const, SwFrm* ); 76 inline SwCntntNode *GetNode(); 77 inline const SwCntntNode *GetNode() const; 109 void RegisterToNode( SwCntntNode& ); 110 static void DelFrms( const SwCntntNode& ); 139 inline SwCntntNode *SwCntntFrm::GetNode() in GetNode() 141 return (SwCntntNode*)GetDep(); in GetNode() 143 inline const SwCntntNode *SwCntntFrm::GetNode() const in GetNode() 145 return (SwCntntNode*)GetDep(); in GetNode()
|
| H A D | txmsrt.hxx | 33 class SwCntntNode; 52 const SwCntntNode* pNd; 57 SwTOXSource( const SwCntntNode* pNode, xub_StrLen n, sal_Bool bMain ) in SwTOXSource() 129 const SwCntntNode* pTOXSrc, 236 SwTOXPara( const SwCntntNode&, SwTOXElement, sal_uInt16 nLevel = FORM_ALPHA_DELIMITTER ); 257 SwTOXTable( const SwCntntNode& rNd ); 279 SwTOXAuthority( const SwCntntNode& rNd, SwFmtFld& rField, const SwTOXInternational& rIntl );
|
| H A D | pamtyp.hxx | 55 SW_DLLPUBLIC SwCntntNode* GoNextNds( SwNodeIndex * pIdx, sal_Bool ); 56 SwCntntNode* GoPreviousNds( SwNodeIndex * pIdx, sal_Bool ); 71 typedef SwCntntNode* (*GoNds)( SwNodeIndex*, sal_Bool ); 94 SwCntntNode* GetNode( SwPaM&, sal_Bool&, SwMoveFn, sal_Bool bInReadOnly = sal_False );
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | pam.cxx | 55 inline xub_StrLen GetSttOrEnd( sal_Bool bCondition, const SwCntntNode& rNd ) in GetSttOrEnd() 86 SwPosition::SwPosition( SwCntntNode & rNode, const xub_StrLen nOffset ) in SwPosition() 335 return ((SwCntntNode*)pNd)->GoNext( pIdx, nMode ); in GoNext() 343 return ((SwCntntNode*)pNd)->GoPrevious( pIdx, nMode ); in GoPrevious() 348 SwCntntNode* GoNextNds( SwNodeIndex* pIdx, sal_Bool bChk ) in GoNextNds() 351 SwCntntNode* pNd = aIdx.GetNodes().GoNext( &aIdx ); in GoNextNds() 364 SwCntntNode* GoPreviousNds( SwNodeIndex * pIdx, sal_Bool bChk ) in GoPreviousNds() 367 SwCntntNode* pNd = aIdx.GetNodes().GoPrevious( &aIdx ); in GoPreviousNds() 635 const SwCntntNode *pNd ; in GetPageNum() 678 const SwCntntNode* pNd = GetPoint()->nNode.GetNode().GetCntntNode(); in HasReadonlySel() [all …]
|
| H A D | swcrsr.cxx | 264 SwCntntNode* pCNd = bGoNxt in IsSelOvr() 345 const SwCntntFrm* pFrm = ((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ); in IsSelOvr() 362 pFrm = ((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ); in IsSelOvr() 371 SwCntntNode* pCNd; in IsSelOvr() 372 if( pFrm && 0 != (pCNd = (SwCntntNode*)pFrm->GetNode()) ) in IsSelOvr() 417 && !((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ) in IsSelOvr() 535 SwCntntNode* pCNd = (SwCntntNode*)pMyNd; in IsSelOvr() 565 SwCntntNode* pCNd = GetCntntNode(); in IsInProtectTable() 642 SwCntntNode* pTmpCNd = GetCntntNode(); in IsInProtectTable() 703 SwCntntNode* pTmpCNd = GetCntntNode(); in IsInProtectTable() [all …]
|
| H A D | trvlreg.cxx | 65 SwCntntNode* pCNd = pNd->GetNodes().GoNextSection( &aIdx, in GotoPrevRegion() 77 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoPrevRegion() 121 SwCntntNode* pCNd = pNd->GetNodes().GoNextSection( &aIdx, in GotoNextRegion() 133 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoNextRegion() 161 SwCntntNode* pCNd; in GotoCurrRegion() 196 SwCntntNode* pCNd; in GotoCurrRegionAndSkip()
|
| H A D | crstrvl.cxx | 269 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in SetCrsrInHdFt() 305 SwCntntNode* pFnd = 0; in GotoNextTOXBase() 321 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in GotoNextTOXBase() 355 SwCntntNode* pFnd = 0; in GotoPrevTOXBase() 371 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in GotoPrevTOXBase() 423 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in GotoTOXMarkBase() 496 const SwCntntNode* pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in GotoNxtPrvTblFormula() 1336 SwCntntNode* pCNd = GetDoc()->GetNodes().GoNextSection( in GetContentAtPos() 1603 pTxtNd->SwCntntNode::GetAttr( aSet ); in GetContentAtPos() 1731 SwCntntNode* pCntntNode = aTemp.GetCntntNode(); in IsInRTLText() [all …]
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | rolbck.cxx | 155 static_cast<SwCntntNode*>(pNode)->SetAttr( *m_pAttr ); in SetInDoc() 202 static_cast<SwCntntNode*>(pNode)->ResetAttr( m_nWhich ); in SetInDoc() 540 SwCntntNode * pCntntNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetCntntNode(); in SetInDoc() 636 SwCntntNode* const pCntntNd = rNds[m_nNode]->GetCntntNode(); in SetInDoc() 653 SwCntntNode* const pCntntNd = rNds[m_nOtherNode]->GetCntntNode(); in SetInDoc() 799 static_cast<SwCntntNode*>(pNode)->SetAttr( m_OldSet ); in SetInDoc() 802 static_cast<SwCntntNode*>(pNode)->ResetAttr( m_ResetArray ); in SetInDoc() 880 SwCntntNode * pCntntNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetCntntNode(); in SetInDoc() 931 SwCntntNode* pCNd = pNd->GetCntntNode(); in SetInDoc() 1497 if( GetRegisteredIn()->ISA( SwCntntNode ) ) in _MakeSetWhichIds() [all …]
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 79 extern SwCntntNode* GoNextNds( SwNodeIndex * pIdx, sal_Bool bChk ); 114 SwCntntNode *const pCNd = aIdx.GetNode().GetCntntNode(); in IsEqualFly() 156 sal_Bool lcl_HasBreakAttrs( const SwCntntNode& rNd ) in lcl_HasBreakAttrs() 171 void lcl_CpyBreakAttrs( SwCntntNode* pSrcNd, SwCntntNode* pDstNd, in lcl_CpyBreakAttrs() 197 SwCntntNode* pOldNd = pDstNd; in lcl_CpyBreakAttrs() 287 SwCntntNode *const pCNd = pFlySave->nEndNd.GetNode().GetCntntNode(); in SetFlysInDoc() 415 SwCntntNode* pSrcNd = pDoc->GetNodes()[ pSttNd->GetIndex() + 1 ]->GetCntntNode(); in SetFlysInDoc() 468 SwCntntNode* pSrcNd = aRg.aStart.GetNode().GetCntntNode(); in SetFlysInDoc() 469 SwCntntNode* pDstNd = pFlySave->nSttNd.GetNode().GetCntntNode(); in SetFlysInDoc() 1215 SwCntntNode* pSrcNd = pFlySave->nSttNd.GetNode().GetCntntNode(); in ReadFly() [all …]
|
| /AOO41X/main/sw/source/core/tox/ |
| H A D | txmsrt.cxx | 148 SwTOXSortTabBase::SwTOXSortTabBase( TOXSortType nTyp, const SwCntntNode* pNd, in SwTOXSortTabBase() 599 SwTOXPara::SwTOXPara( const SwCntntNode& rNd, SwTOXElement eT, sal_uInt16 nLevel ) in SwTOXPara() 611 const SwCntntNode* pNd = aTOXSources[0].pNd; in GetText_Impl() 686 const SwCntntNode* pNd = aTOXSources[0].pNd; in GetLevel() 704 const SwCntntNode* pNd = aTOXSources[0].pNd; in GetURL() 791 SwTOXTable::SwTOXTable( const SwCntntNode& rNd ) in SwTOXTable() 837 SwTOXAuthority::SwTOXAuthority( const SwCntntNode& rNd, in SwTOXAuthority()
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlsect.cxx | 184 SwCntntNode *pCNd; in NewDivision() 237 SwCntntNode *pCNd = in NewDivision() 449 ->SwCntntNode::GetAttr( RES_UL_SPACE )); in FixHeaderFooterDistance() 482 ->SwCntntNode::GetAttr( RES_UL_SPACE )); in FixHeaderFooterDistance() 796 SwCntntNode *pCNd = pDoc->GetNodes()[rFlyCntIdx.GetIndex()+1] in InsertFlyFrame() 810 SwCntntNode* pDestCntntNd = in MovePageDescAttrs() 817 SwCntntNode* pSrcCntntNd = pSrcNd->GetCntntNode(); in MovePageDescAttrs()
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | trvlfrm.cxx | 520 if( pPam->GetNode() != (SwCntntNode*)GetNode() ) in LeftMargin() 522 ((SwCntntNode*)GetNode())-> in LeftMargin() 529 if( pPam->GetNode() != (SwCntntNode*)GetNode() ) in RightMargin() 531 ((SwCntntNode*)GetNode())-> in RightMargin() 597 ASSERT( pPam->GetNode() == (SwCntntNode*)pStart->GetNode(), in lcl_UpDown() 854 SwCntntNode *pCNd = (SwCntntNode*)pCnt->GetNode(); in lcl_UpDown() 952 SwCntntNode* pCNd = (SwCntntNode*)pCntnt->GetNode(); in SetCurrPage() 1072 SwCntntNode *pCNd = (SwCntntNode*)pCnt->GetNode(); in GetFrmInPage() 1430 SwCntntNode* pCNd = (SwCntntNode*)pAct->GetNode(); in GetCntntPosition() 1874 const SwCntntNode* pTmpStartNode = rTblCrsr.GetCntntNode(); in MakeTblCrsrs() [all …]
|
| H A D | ssfrm.cxx | 445 SwCntntFrm::SwCntntFrm( SwCntntNode * const pCntnt, SwFrm* pSib ) : in SwCntntFrm() 456 SwCntntNode* pCNd; in ~SwCntntFrm() 457 if( 0 != ( pCNd = PTR_CAST( SwCntntNode, GetRegisteredIn() )) && in ~SwCntntFrm() 494 void SwCntntFrm::RegisterToNode( SwCntntNode& rNode ) in RegisterToNode() 499 void SwCntntFrm::DelFrms( const SwCntntNode& rNode ) in DelFrms() 501 SwIterator<SwCntntFrm,SwCntntNode> aIter( rNode ); in DelFrms()
|
| H A D | atrfrm.cxx | 216 ((SwCntntNode*)pNode)->GetDepends() ) in DelHFFormat() 218 … SwCrsrShell *pShell = SwIterator<SwCrsrShell,SwCntntNode>::FirstElement( *(SwCntntNode*)pNode ); in DelHFFormat() 678 if( pMod->ISA( SwCntntNode ) ) in SwClientNotify() 679 ((SwCntntNode*)pMod)->SetAttr( aDfltDesc ); in SwClientNotify() 720 else if( IS_TYPE( SwCntntNode, pDefinedIn )) in Modify() 723 sal_Bool bDel = ((SwCntntNode*)pDefinedIn)->ResetAttr( RES_PAGEDESC ); in Modify() 727 ((SwCntntNode*)pDefinedIn)->ResetAttr( RES_PAGEDESC ); in Modify() 2760 SwCntntNode *pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in MakeFrms() 2769 if( SwIterator<SwFrm,SwCntntNode>::FirstElement( *pCNd ) ) in MakeFrms() 2800 SwCntntNode *pCNd = aAnchorAttr.GetCntntAnchor()->nNode.GetNode().GetCntntNode(); in MakeFrms() [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docredln.cxx | 243 const SwCntntNode* pCNd; in IsPrevPos() 1719 SwCntntNode* pCSttNd = pDelStt->nNode.GetNode().GetCntntNode(); in lcl_AcceptRedline() 1720 SwCntntNode* pCEndNd = pDelEnd->nNode.GetNode().GetCntntNode(); in lcl_AcceptRedline() 1829 SwCntntNode* pCSttNd = pDelStt->nNode.GetNode().GetCntntNode(); in lcl_RejectRedline() 1830 SwCntntNode* pCEndNd = pDelEnd->nNode.GetNode().GetCntntNode(); in lcl_RejectRedline() 2322 SwCntntNode* pCNd = GetNodes().GoPrevSection( &aTmp ); in SelNextRedline() 2376 SwCntntNode* pCNd; in SelNextRedline() 2439 SwCntntNode* pCNd = GetNodes().GoNextSection( &aTmp ); in SelPrevRedline() 2495 SwCntntNode* pCNd; in SelPrevRedline() 2660 SwCntntNode* pC; in InsertWithValidRanges() [all …]
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 100 TYPEINIT1( SwTxtNode, SwCntntNode ) in TYPEINIT1() argument 168 ((SwCntntNode*)pNd)->MakeFrms( *pNode ); 211 : SwCntntNode( rWhere, ND_TEXTNODE, pTxtColl ), in SwTxtNode() 321 SwCntntNode *pNd = aIdx.GetNode().GetCntntNode(); in lcl_ChangeFtnRef() 328 SwIterator<SwCntntFrm,SwCntntNode> aIter( *pNd ); in lcl_ChangeFtnRef() 371 SwCntntNode *SwTxtNode::SplitCntntNode( const SwPosition &rPos ) in SplitCntntNode() 643 SwCntntNode *SwTxtNode::JoinNext() in JoinNext() 647 if( SwCntntNode::CanJoinNext( &aIdx ) ) in JoinNext() 738 SwCntntNode *SwTxtNode::JoinPrev() in JoinPrev() 742 if( SwCntntNode::CanJoinPrev( &aIdx ) ) in JoinPrev() [all …]
|