/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 465 !pAktNode->StartOfSectionIndex() )) in _MoveNodes() 845 aTmpEIdx = pAktNode->StartOfSectionIndex(); in _MoveNodes() 892 ->GetNodeType() && pAktNode->StartOfSectionIndex() && in _MoveNodes() 974 pAktNode->StartOfSectionIndex() && in _MoveNodes() 1299 if( ( !aRg.aStart.GetNode().StartOfSectionIndex() && in Delete() 1395 pAktNode->StartOfSectionIndex() ) in Delete() 1430 pAktNode->StartOfSectionIndex() ) in Delete() 1642 nSttIdx = (*ppEndNdArr)->StartOfSectionIndex() + 1; in DelNodes() 2002 !pAktNode->StartOfSectionIndex() )) in _CopyNodes() 2018 if (aRg.aEnd.GetNode().StartOfSectionIndex() != 0) in _CopyNodes() [all …]
|
H A D | node.cxx | 291 if( IsEndNode() && 0 == pStartOfSection->StartOfSectionIndex() ) in GetSectionLevel() 296 for( nLevel = 1; 0 != pNode->StartOfSectionIndex(); ++nLevel ) in GetSectionLevel()
|
H A D | ndsect.cxx | 432 !( pNxtNd->StartOfSectionIndex() < nCmp && in IsInsRegionAvailable()
|
H A D | ndcopy.cxx | 445 rIdx >= pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() ) in MakeCopy()
|
H A D | ndtbl.cxx | 373 rPos.nNode >= GetNodes().GetEndOfInserts().StartOfSectionIndex() ) in InsertTable() 3197 pDNd->StartOfSectionIndex() ) in lcl_BoxSetSplitBoxFmts()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edws.cxx | 191 if ( 1 != (pNd->GetIndex() - pNd->StartOfSectionIndex()) ) in HasOtherCnt() 195 if ( 1 != (pNd->GetIndex() - pNd->StartOfSectionIndex()) ) in HasOtherCnt()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | pam.cxx | 260 sal_uLong nStt = rEndNd.StartOfSectionIndex(), nEnd = rEndNd.GetIndex(); in lcl_TstIdx() 287 if( !pNd->StartOfSectionIndex() ) in lcl_ChkOneRange() 962 if( pPos->nNode < rNodes.GetEndOfContent().StartOfSectionIndex() ) in GoStartSection() 978 if( pPos->nNode < rNodes.GetEndOfContent().StartOfSectionIndex() ) in GoEndSection()
|
H A D | callnk.cxx | 201 if( rStNd.EndOfSectionNode()->StartOfSectionIndex() > nNode || in ~SwCallLink()
|
H A D | trvltbl.cxx | 95 StartOfSectionIndex() ); in GoNextCell()
|
/aoo42x/main/sw/inc/ |
H A D | node.hxx | 128 inline sal_uLong StartOfSectionIndex() const; 713 inline sal_uLong SwNode::StartOfSectionIndex() const in StartOfSectionIndex() function in SwNode
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 130 sal_uLong nIdx = rNds.GetEndOfAutotext().StartOfSectionIndex() + 1; in ConnectImageMaps() 1331 if( pCNd && pCNd->StartOfSectionIndex()+2 < in StripTrailingPara() 1412 pCNd->StartOfSectionIndex()+2 == in StripTrailingPara()
|
H A D | wrthtml.cxx | 519 pEndNd->StartOfSectionIndex() ); in lcl_html_IsMultiColEnd()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feflyole.cxx | 69 sal_uLong nSttIdx = GetNodes().GetEndOfAutotext().StartOfSectionIndex() + 1, in FindFlyFrm()
|
H A D | fetab.cxx | 983 EndOfSectionNode()->StartOfSectionIndex() && in HasWholeTabSelection() 1010 ( pNd = pPam->GetNode())->StartOfSectionIndex() && in HasBoxSelection()
|
H A D | tblsel.cxx | 245 const sal_uLong nMarkSectionStart = pMarkNode->StartOfSectionIndex(); in GetTblSel() 253 pLine = rTbl.GetTblBox( rCrsr.GetNode( sal_True )->StartOfSectionIndex() )->GetUpper(); in GetTblSel()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doc.cxx | 2169 pNd->StartOfSectionIndex()+2 < pNd->EndOfSectionIndex() ) in Summary() 2207 if ( ( 2 == pTxtNd->EndOfSectionIndex() - pTxtNd->StartOfSectionIndex() ) || in RemoveInvisibleContent() 2243 if ( ( 2 == pTxtNd->EndOfSectionIndex() - pTxtNd->StartOfSectionIndex() ) || in RemoveInvisibleContent() 2317 if( pSectNd->StartOfSectionNode()->StartOfSectionIndex() == in RemoveInvisibleContent()
|
H A D | doctxm.cxx | 857 (pSectNd->GetNodes().GetEndOfContent().StartOfSectionIndex() + 1) ) in Update() 1470 sal_uLong nIdx = rNds.GetEndOfAutotext().StartOfSectionIndex() + 2, in UpdateCntnt()
|
H A D | docsort.cxx | 774 sal_uLong nCount = pNd->EndOfSectionIndex() - pNd->StartOfSectionIndex(); in MoveCell()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unins.cxx | 930 rDoc.GetNodes()[NODE.nNode-1]->StartOfSectionIndex()]->GetTableNode(); in UndoImpl() 975 rDoc.GetNodes()[NODE.nNode-1]->StartOfSectionIndex()]->GetTableNode(); in RedoImpl()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 2361 if( pTxtNode->StartOfSectionIndex() > in UpdateField() 2437 if( pFld->GetTxtNode().StartOfSectionIndex() > in ChangeExpansion()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 325 pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in Continue() 480 pAktNd->StartOfSectionIndex()+2 < in Continue() 4153 if( pCNd && pCNd->StartOfSectionIndex()+2 < in DelLastNode()
|
H A D | rtffly.cxx | 1381 pAnchorNd->StartOfSectionIndex() ); in _SetPictureSize()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 1378 if( StartOfSectionIndex() < rNodes.GetEndOfAutotext().GetIndex() ) in InsertHint() 1459 if( StartOfSectionIndex() > rNodes.GetEndOfRedlines().GetIndex() ) in InsertHint()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlimp.cxx | 890 if( pCNd && pCNd->StartOfSectionIndex()+2 < in endDocument()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1058 pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in SwFltShell()
|