/trunk/main/sw/source/core/txtnode/ |
H A D | atrftn.cxx | 101 if( pTxtAttr->GetStartNode() ) in GetFtnText() 103 SwNodeIndex aIdx( *pTxtAttr->GetStartNode(), 1 ); in GetFtnText() 289 if (m_pStartNode && !rDest.GetStartNode()) in CopyFtn() 295 if (m_pStartNode && rDest.GetStartNode()) in CopyFtn() 307 SwNodeIndex aStart( *(rDest.GetStartNode()) ); in CopyFtn() 534 if( GetStartNode() ) in CheckCondColl() 535 ((SwStartNode&)GetStartNode()->GetNode()).CheckSectionCondColl(); in CheckCondColl()
|
/trunk/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 464 ( (pAktNode = &aIndex.GetNode())->GetStartNode() && in _MoveNodes() 973 if( ( pAktNode = &aRg.aStart.GetNode())->GetStartNode() && in _MoveNodes() 1085 if( pRange->aEnd.GetNode().GetStartNode() ) in SectionDown() 1218 SwStartNode* pTmp = aStart.GetNode().GetStartNode(); in SectionUpDown() 1228 if( pAktNode->GetStartNode() ) in SectionUpDown() 1306 while( ( pAktNode = &aRg.aEnd.GetNode())->GetStartNode() || in Delete() 1370 else if( pAktNode->GetStartNode() ) // StartNode gefunden in Delete() 1394 ( pAktNode = &aRg.aEnd.GetNode())->GetStartNode() && in Delete() 1429 ( pAktNode = &aRg.aStart.GetNode())->GetStartNode() && in Delete() 1709 if( rpNode->GetStartNode() ) in _HighestLevel() [all …]
|
H A D | node.cxx | 345 if( 0 == ( pStartOfSection = pNd->GetStartNode()) ) in SwNode() 378 if( 0 == ( pStartOfSection = pNd->GetStartNode()) ) in SwNode() 707 if( 0 != ( pTxtFtn = rFtnArr[ n ])->GetStartNode() && in FindPageDesc() 709 &pTxtFtn->GetStartNode()->GetNode() ) in FindPageDesc() 1939 if( 0 != ( pTxtFtn = rFtnArr[ n ])->GetStartNode() && in IsAnyCondition() 1940 pSrchNd == &pTxtFtn->GetStartNode()->GetNode() ) in IsAnyCondition()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoftn.cxx | 485 const SwStartNode *SwXFootnote::GetStartNode() const in GetStartNode() function in SwXFootnote 493 return pTxtFtn->GetStartNode()->GetNode().GetStartNode(); in GetStartNode() 516 SwPosition aPos( *pTxtFtn->GetStartNode() ); in createTextCursor() 545 SwNode const*const pFtnStartNode = &pTxtFtn->GetStartNode()->GetNode(); in createTextCursorByRange() 571 SwPosition aPos( *pTxtFtn->GetStartNode() ); in createEnumeration()
|
H A D | unotext.cxx | 188 const SwStartNode *SwXText::GetStartNode() const in GetStartNode() function in SwXText 333 const SwStartNode *const pOwnStartNode = GetStartNode(); in insertString() 566 const SwStartNode* pOwnStartNode = GetStartNode(); in insertTextContent() 989 const SwStartNode* pStartNode = GetStartNode(); in setString() 1236 SwStartNode const*const pStartNode = GetStartNode(); in getPropertyValue() 1367 const SwStartNode* pStartNode = m_rThis.GetStartNode(); in finishOrAppendParagraph() 1579 SwStartNode const*const pStartNode = GetStartNode(); in appendTextContent() 1711 (pStartStartNode != GetStartNode())) in convertToTextFrame() 2396 SwNodeIndex rNdIndex( *GetStartNode( ), 1 ); in copyText() 2786 const SwStartNode *SwXHeadFootText::GetStartNode() const in GetStartNode() function in SwXHeadFootText [all …]
|
H A D | unoredline.cxx | 63 const SwStartNode* SwXRedlineText::GetStartNode() const in GetStartNode() function in SwXRedlineText 65 return aNodeIndex.GetNode().GetStartNode(); in GetStartNode() 147 != GetStartNode() ) in createTextCursor()
|
H A D | unorefmk.cxx | 616 virtual const SwStartNode *GetStartNode() const; 654 const SwStartNode *SwXMetaText::GetStartNode() const in GetStartNode() function in SwXMetaText 658 return (pParent) ? pParent->GetStartNode() : 0; in GetStartNode()
|
/trunk/main/sw/inc/ |
H A D | node.hxx | 147 inline SwStartNode *GetStartNode(); 148 inline const SwStartNode *GetStartNode() const; 630 inline SwStartNode *SwNode::GetStartNode() in GetStartNode() function in SwNode 634 inline const SwStartNode *SwNode::GetStartNode() const in GetStartNode() function in SwNode
|
H A D | txtftn.hxx | 46 inline SwNodeIndex *GetStartNode() const { return m_pStartNode; } in GetStartNode() function in SwTxtFtn
|
H A D | unotextbodyhf.hxx | 138 virtual const SwStartNode *GetStartNode() const;
|
H A D | unofootnote.hxx | 70 virtual const SwStartNode *GetStartNode() const;
|
H A D | unoredline.hxx | 47 virtual const SwStartNode *GetStartNode() const;
|
H A D | htmltbl.hxx | 76 const SwStartNode *GetStartNode() const;
|
/trunk/main/sw/source/core/doc/ |
H A D | docchart.cxx | 137 while( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in _UpdateCharts() 195 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in SetTableName() 242 while (0 != (pStNd = aIdx.GetNode().GetStartNode())) in CreateChartInternalDataProviders()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 222 const SwStartNode *GetStartNode() const { return pStartNode; } in GetStartNode() function in SwXMLTableCell_Impl 1814 if( pPrevCell->GetStartNode() ) in GetPrevStartNode() 1815 pSttNd = pPrevCell->GetStartNode(); in GetPrevStartNode() 2056 if( pCell->GetStartNode() ) in MakeTableBox() 2058 pBox = NewTableBox( pCell->GetStartNode(), pUpper ); in MakeTableBox() 2075 pCell->GetStartNode() && pCell->GetFormula().getLength() == 0 && in MakeTableBox() 2084 if( pCell->GetStartNode() && !sStyleName.isEmpty() && in MakeTableBox() 2093 if( pCell->GetStartNode() ) in MakeTableBox() 2118 SwNodeIndex aNodeIndex( *(pCell->GetStartNode()), 1 ); in MakeTableBox() 2337 ( pCell->GetStartNode() || pCell->GetSubTable() ) ) in MakeTableLine()
|
/trunk/main/sw/source/core/crsr/ |
H A D | trvlfnfl.cxx | 70 GetPoint()->nNode = *((SwTxtFtn*)pFtn)->GetStartNode(); in GotoFtnTxt() 143 if( 0 != ( pTxtFtn = rFtnArr[ n ])->GetStartNode() && in GotoFtnAnchor() 144 pSttNd == &pTxtFtn->GetStartNode()->GetNode() ) in GotoFtnAnchor()
|
H A D | crstrvl.cxx | 1335 pCurCrsr->GetPoint()->nNode = *((SwTxtFtn*)pTxtAttr)->GetStartNode(); in GetContentAtPos() 1726 if(pTxtFtn->GetStartNode()) in IsInRTLText() 1728 SwStartNode* pSttNd = pTxtFtn->GetStartNode()->GetNode().GetStartNode(); in IsInRTLText()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8glsy.cxx | 111 aStart.GetNode().GetStartNode()->GetStartNodeType()) && in MakeEntries() 188 GetStartNode()->GetStartNodeType()); in MakeEntries()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 202 const SwStartNode *GetStartNode() const { return pStartNode; } in GetStartNode() function in HTMLTableCnts 1199 ( pLayoutCnts->GetStartNode() && in CreateLayoutInfo() 1301 return ( pPrevCnts->GetStartNode() ? pPrevCnts->GetStartNode() in GetPrevBoxStartNode() 1853 if( pCnts->GetStartNode() ) in MakeTableBox() 1856 pBox = NewTableBox( pCnts->GetStartNode(), pUpper ); in MakeTableBox() 1885 if( pCnts->GetStartNode() ) in MakeTableBox() 1900 SwTableBox* pCntBox = NewTableBox( pCnts->GetStartNode(), in MakeTableBox() 3418 pCnts->GetStartNode() && in StartNoBreak() 3419 pCnts->GetStartNode()->GetIndex() + 1 == in StartNoBreak()
|
H A D | htmlftn.cxx | 269 pStartNodeIdx = pFootEndNoteImpl->aTxtFtns[i]->GetStartNode(); in GetFootEndNoteSection() 386 SwNodeIndex *pSttNdIdx = pTxtFtn->GetStartNode(); in OutFootEndNotes()
|
H A D | htmlfly.cxx | 1422 const SwStartNode* pSttNd = rWrt.pDoc->GetNodes()[nStt]->GetStartNode(); in OutHTML_FrmFmtAsMulticol() 1513 const SwStartNode* pSttNd = rWrt.pDoc->GetNodes()[nStt]->GetStartNode(); in OutHTML_FrmFmtAsDivOrSpan() 1704 const SwStartNode* pSttNd = rWrt.pDoc->GetNodes()[nStt]->GetStartNode(); in OutHTML_HeaderFooter()
|
/trunk/main/sw/source/core/layout/ |
H A D | ftnfrm.cxx | 1326 SwNodeIndex aIdx( *pCheck->GetAttr()->GetStartNode(), 1 ); in ResetFtn() 1758 if ( !pAttr->GetStartNode() ) in AppendFtn() 1785 SwNodeIndex aIdx( *pAttr->GetStartNode(), 1 ); in AppendFtn() 1877 ASSERT( pAttr->GetStartNode(), "FtnAtr ohne StartNode." ); in FindFtn() 1878 SwNodeIndex aIdx( *pAttr->GetStartNode(), 1 ); in FindFtn()
|
/trunk/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 443 ASSERT( pTxtFtn->GetStartNode(), in SwHistorySetFootnote() 453 SwNodeIndex aSttIdx( *pTxtFtn->GetStartNode() ); in SwHistorySetFootnote() 468 ASSERT( rTxtFtn.GetStartNode(), in SwHistorySetFootnote()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | feflyole.cxx | 72 0 != (pStNd = GetNodes()[ nSttIdx ]->GetStartNode()) ) in FindFlyFrm()
|
/trunk/main/sw/source/core/view/ |
H A D | vnew.cxx | 346 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in ~ViewShell()
|