/aoo42x/main/sw/inc/ |
H A D | node.hxx | 173 inline sal_Bool IsStartNode() const; 664 inline sal_Bool SwNode::IsStartNode() const in IsStartNode() function in SwNode 719 const SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionIndex() 724 const SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionNode() 729 SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionNode()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edsect.cxx | 375 aBegin.GetNode().IsStartNode() ) in lcl_SpecialInsertNode() 403 DBG_ASSERT( ( pReturn == NULL ) || pReturn->IsStartNode() || in lcl_SpecialInsertNode() 436 pInsertNode->IsStartNode() ? -1 : 0 ); in DoSpecialInsert()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8glsy.cxx | 110 while( !( aStart.GetNode().IsStartNode() && SwNormalStartNode == in MakeEntries() 186 } while( aStart.GetNode().IsStartNode() && in MakeEntries()
|
H A D | WW8TableInfo.cxx | 812 if (rNode.IsStartNode()) in processTableBox() 1229 if (pNode->IsStartNode()) in connectCells()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docnum.cxx | 498 while( aSttRg.GetNode().IsStartNode() ) in MoveOutlinePara() 508 while( aEndRg.GetNode().IsStartNode() ) in MoveOutlinePara() 531 while( aInsertPos.GetNode().IsStartNode() ) in MoveOutlinePara() 1937 if( pTmp1->IsStartNode() ) in MoveParagraph() 1994 if( !pTmp1->IsStartNode() ) in MoveParagraph() 2002 if( !pTmp2->IsStartNode() ) in MoveParagraph()
|
H A D | docglbl.cxx | 405 while( aEndIdx.GetNode().IsStartNode() ) in SplitDoc() 756 while( aEndIdx.GetNode().IsStartNode() ) in SplitDoc()
|
H A D | dbgoutsw.cxx | 676 else if (rNode.IsStartNode()) in lcl_dbg_out() 763 if (pNode->IsStartNode() && nIndex != nStartIndex) in lcl_dbg_nodes_inner()
|
H A D | docredln.cxx | 260 while( pSttStart && (!pSttStart->IsStartNode() || pSttStart->IsSectionNode() || in CheckPosition() 264 while( pEndStart && (!pEndStart->IsStartNode() || pEndStart->IsSectionNode() || in CheckPosition() 2710 if( rCurNd.IsStartNode() ) in InsertWithValidRanges()
|
H A D | doc.cxx | 710 if( pNd->IsStartNode() && in SplitNode() 713 ((( pNd = GetNodes()[ --nPrevPos ])->IsStartNode() && in SplitNode()
|
H A D | doccomp.cxx | 1264 if( pNd->IsStartNode() ) in NextIdx()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 637 if( !IDX.GetNode().IsStartNode() ) in IsInProtectTable() 726 if( ( pNd = &IDX.GetNode())->IsStartNode() || HasMark() ) in IsInProtectTable() 2007 if( (bNext && !aCellIdx.GetNode().IsStartNode()) || in GoPrevNextCell() 2385 if( !pNd->IsStartNode() ) in ParkCrsr() 2391 if( !pNd->IsStartNode() ) in ParkCrsr()
|
H A D | trvltbl.cxx | 84 if( !aCellStt.GetNode().IsStartNode() ) in GoNextCell()
|
H A D | pam.cxx | 280 if( !pNd->IsStartNode() ) in lcl_ChkOneRange()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 660 else if( pNd->IsStartNode() ) in _MoveNodes() 864 ( pAktNode->IsStartNode() && in _MoveNodes() 1148 if( pAktNode->IsStartNode() ) // selbst StartNode in SectionUp() 1163 if( pAktNode->IsStartNode() ) in SectionUp()
|
H A D | ndsect.cxx | 425 pPrvNd = pNd->IsStartNode() ? (SwStartNode*)pNd in IsInsRegionAvailable() 943 if( pNd->IsStartNode() ) in InsertTextSection()
|
H A D | node2lay.cxx | 123 else if( pNd->IsStartNode() && !pNd->IsSectionNode() ) in GoPreviousWithFrm()
|
H A D | node.cxx | 295 const SwNode* pNode = IsStartNode() ? this : pStartOfSection; in GetSectionLevel() 817 SwStartNode* pTmp = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in FindSttNodeByType()
|
H A D | ndtbl.cxx | 1254 if (rNode.IsStartNode()) in ExpandRangeForTableBox() 1430 if( aCellNodeIdx.GetNode().IsStartNode() ) in TextToTable() 3504 ASSERT( pBoxNd->IsStartNode(), "das muss ein StartNode sein!" ); in SplitTable() 3705 ASSERT( pBoxNd->IsStartNode(), "das muss ein StartNode sein!" ); in MergeTable()
|
H A D | ndcopy.cxx | 371 ASSERT( aNewIdx.GetNode().IsStartNode(), "Index nicht auf einem StartNode" ); in lcl_CopyTblBox()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 281 else if ( pNd->IsStartNode() && (SwTableBoxStartNode == in IsFmtInDoc() 479 ? ( !pNd->IsStartNode() || (SwFlyStartNode != in RestoreFlyAnchor()
|
H A D | undobj1.cxx | 517 ? ( !pNd->IsStartNode() || SwFlyStartNode != in GetAnchor()
|
H A D | rolbck.cxx | 162 else if ( pNode->IsStartNode() && (SwTableBoxStartNode == in SetInDoc()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 374 if( aPrev.GetNode().IsStartNode() && in SetFlysInDoc()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 1919 if (aCellIndex.GetNode().IsStartNode()) in ConvertCell()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 1591 else if( pNd->IsStartNode() && in _InsertCnt()
|