Home
last modified time | relevance | path

Searched refs:SwCntntNode (Results 1 – 25 of 169) sorted by relevance

1234567

/trunk/main/sw/source/core/docnode/
H A Dnode.cxx74 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 Dnodes.cxx216 ((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 Dnode2lay.cxx88 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 Dndtbl.cxx408 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 …]
/trunk/main/sw/inc/
H A Dnode.hxx47 class SwCntntNode;
149 inline SwCntntNode *GetCntntNode();
150 inline const SwCntntNode *GetCntntNode() const;
375 class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg class
387 SwCntntNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeType,
389 virtual ~SwCntntNode();
411 virtual SwCntntNode *SplitCntntNode(const SwPosition & ) = 0;
413 virtual SwCntntNode *JoinNext();
414 virtual SwCntntNode *JoinPrev();
445 void MakeFrms( SwCntntNode& rNode );
[all …]
H A Dswbaslnk.hxx29 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 Dndtxt.hxx84 class SW_DLLPUBLIC SwTxtNode: public SwCntntNode, public ::sfx2::Metadatable
230 using SwCntntNode::GetAttr;
359 virtual SwCntntNode *SplitCntntNode( const SwPosition & );
360 virtual SwCntntNode *JoinNext();
361 virtual SwCntntNode *JoinPrev();
363 SwCntntNode *AppendNode( const SwPosition & );
699 virtual SwCntntNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const;
H A Dndarr.hxx45 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,
/trunk/main/sw/source/core/inc/
H A Dcntfrm.hxx30 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 Dtxmsrt.hxx33 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 Dpamtyp.hxx55 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 );
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx55 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 Dswcrsr.cxx264 SwCntntNode* pCNd = bGoNxt in IsSelOvr()
345 const SwCntntFrm* pFrm = ((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ); in IsSelOvr()
363 pFrm = ((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ); in IsSelOvr()
372 SwCntntNode* pCNd = (pFrm != NULL) ? (SwCntntNode*)pFrm->GetNode() : NULL; in IsSelOvr()
429 && !((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ) in IsSelOvr()
547 SwCntntNode* pCNd = (SwCntntNode*)pMyNd; in IsSelOvr()
577 SwCntntNode* pCNd = GetCntntNode(); in IsInProtectTable()
654 SwCntntNode* pTmpCNd = GetCntntNode(); in IsInProtectTable()
715 SwCntntNode* pTmpCNd = GetCntntNode(); in IsInProtectTable()
752 if( pNd->IsCntntNode() && !((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ) && in IsAtValidPos()
[all …]
H A Dtrvlreg.cxx65 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 Dcrstrvl.cxx269 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 …]
H A Dcrsrsh.cxx197 const SwCntntNode* pCNd; in GetCrsr()
638 SwCntntNode* pCNd = rNodes.GoPrevious( &pPos->nNode ); in ExtendedSelectAll()
698 SwCntntNode* pCNd = rIdx.GetNode().GetCntntNode(); in lcl_IsInHeaderFooter()
787 SwFrm* pOld = ((SwCntntNode&)aPos.nNode.GetNode()).getLayoutFrm( in SetCrsr()
789 SwFrm* pNew = ((SwCntntNode&)aPos.nNode.GetNode()).getLayoutFrm( in SetCrsr()
1328 SwCntntNode *pCNode = pShellCrsr->GetCntntNode(); in UpdateCrsrPos()
1376 SwCntntNode* pCntnt = aTmp.GetNodes().GoNext( &aTmp ); in lcl_CheckHiddenPara()
2204 SwCntntNode *pNd = pCurCrsr->GetCntntNode(); in GetCurrFrm()
2478 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in IsEndOfDoc()
2699 SwCntntNode* pCNd = rNds.GoNext( &aNodeIdx ); // gehe zum 1. ContentNode in SwCrsrShell()
[all …]
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx155 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()
1530 if( GetRegisteredIn()->ISA( SwCntntNode ) ) in _MakeSetWhichIds()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx73 extern SwCntntNode* GoNextNds( SwNodeIndex * pIdx, sal_Bool bChk );
108 SwCntntNode *const pCNd = aIdx.GetNode().GetCntntNode(); in IsEqualFly()
150 sal_Bool lcl_HasBreakAttrs( const SwCntntNode& rNd ) in lcl_HasBreakAttrs()
165 void lcl_CpyBreakAttrs( SwCntntNode* pSrcNd, SwCntntNode* pDstNd, in lcl_CpyBreakAttrs()
191 SwCntntNode* pOldNd = pDstNd; in lcl_CpyBreakAttrs()
281 SwCntntNode *const pCNd = pFlySave->nEndNd.GetNode().GetCntntNode(); in SetFlysInDoc()
409 SwCntntNode* pSrcNd = pDoc->GetNodes()[ pSttNd->GetIndex() + 1 ]->GetCntntNode(); in SetFlysInDoc()
462 SwCntntNode* pSrcNd = aRg.aStart.GetNode().GetCntntNode(); in SetFlysInDoc()
463 SwCntntNode* pDstNd = pFlySave->nSttNd.GetNode().GetCntntNode(); in SetFlysInDoc()
1209 SwCntntNode* pSrcNd = pFlySave->nSttNd.GetNode().GetCntntNode(); in ReadFly()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx184 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()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx148 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()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx520 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 Dssfrm.cxx445 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 Datrfrm.cxx221 ((SwCntntNode*)pNode)->GetDepends() ) in DelHFFormat()
223 … SwCrsrShell *pShell = SwIterator<SwCrsrShell,SwCntntNode>::FirstElement( *(SwCntntNode*)pNode ); in DelHFFormat()
683 if( pMod->ISA( SwCntntNode ) ) in SwClientNotify()
684 ((SwCntntNode*)pMod)->SetAttr( aDfltDesc ); in SwClientNotify()
725 else if( IS_TYPE( SwCntntNode, pDefinedIn )) in Modify()
728 sal_Bool bDel = ((SwCntntNode*)pDefinedIn)->ResetAttr( RES_PAGEDESC ); in Modify()
732 ((SwCntntNode*)pDefinedIn)->ResetAttr( RES_PAGEDESC ); in Modify()
2829 SwCntntNode *pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in MakeFrms()
2838 if( SwIterator<SwFrm,SwCntntNode>::FirstElement( *pCNd ) ) in MakeFrms()
2869 SwCntntNode *pCNd = aAnchorAttr.GetCntntAnchor()->nNode.GetNode().GetCntntNode(); in MakeFrms()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx243 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 …]
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx103 TYPEINIT1( SwTxtNode, SwCntntNode ) in TYPEINIT1() argument
171 ((SwCntntNode*)pNd)->MakeFrms( *pNode );
212 : SwCntntNode( rWhere, ND_TEXTNODE, pTxtColl ), in SwTxtNode()
326 SwCntntNode *pNd = aIdx.GetNode().GetCntntNode(); in lcl_ChangeFtnRef()
333 SwIterator<SwCntntFrm,SwCntntNode> aIter( *pNd ); in lcl_ChangeFtnRef()
376 SwCntntNode *SwTxtNode::SplitCntntNode( const SwPosition &rPos ) in SplitCntntNode()
648 SwCntntNode *SwTxtNode::JoinNext() in JoinNext()
652 if( SwCntntNode::CanJoinNext( &aIdx ) ) in JoinNext()
743 SwCntntNode *SwTxtNode::JoinPrev() in JoinPrev()
747 if( SwCntntNode::CanJoinPrev( &aIdx ) ) in JoinPrev()
[all …]

1234567