Home
last modified time | relevance | path

Searched refs:IsStartNode (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sw/inc/
H A Dnode.hxx173 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()
/trunk/main/sw/source/core/edit/
H A Dedsect.cxx375 aBegin.GetNode().IsStartNode() ) in lcl_SpecialInsertNode()
403 DBG_ASSERT( ( pReturn == NULL ) || pReturn->IsStartNode() || in lcl_SpecialInsertNode()
436 pInsertNode->IsStartNode() ? -1 : 0 ); in DoSpecialInsert()
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx110 while( !( aStart.GetNode().IsStartNode() && SwNormalStartNode == in MakeEntries()
186 } while( aStart.GetNode().IsStartNode() && in MakeEntries()
H A DWW8TableInfo.cxx812 if (rNode.IsStartNode()) in processTableBox()
1229 if (pNode->IsStartNode()) in connectCells()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx498 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 Ddocglbl.cxx405 while( aEndIdx.GetNode().IsStartNode() ) in SplitDoc()
756 while( aEndIdx.GetNode().IsStartNode() ) in SplitDoc()
H A Ddbgoutsw.cxx676 else if (rNode.IsStartNode()) in lcl_dbg_out()
763 if (pNode->IsStartNode() && nIndex != nStartIndex) in lcl_dbg_nodes_inner()
H A Ddocredln.cxx260 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 Ddoc.cxx710 if( pNd->IsStartNode() && in SplitNode()
713 ((( pNd = GetNodes()[ --nPrevPos ])->IsStartNode() && in SplitNode()
H A Ddoccomp.cxx1264 if( pNd->IsStartNode() ) in NextIdx()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx637 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 Dtrvltbl.cxx84 if( !aCellStt.GetNode().IsStartNode() ) in GoNextCell()
H A Dpam.cxx280 if( !pNd->IsStartNode() ) in lcl_ChkOneRange()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx660 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 Dndsect.cxx425 pPrvNd = pNd->IsStartNode() ? (SwStartNode*)pNd in IsInsRegionAvailable()
943 if( pNd->IsStartNode() ) in InsertTextSection()
H A Dnode2lay.cxx123 else if( pNd->IsStartNode() && !pNd->IsSectionNode() ) in GoPreviousWithFrm()
H A Dnode.cxx295 const SwNode* pNode = IsStartNode() ? this : pStartOfSection; in GetSectionLevel()
817 SwStartNode* pTmp = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in FindSttNodeByType()
H A Dndtbl.cxx1254 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 Dndcopy.cxx371 ASSERT( aNewIdx.GetNode().IsStartNode(), "Index nicht auf einem StartNode" ); in lcl_CopyTblBox()
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx281 else if ( pNd->IsStartNode() && (SwTableBoxStartNode == in IsFmtInDoc()
479 ? ( !pNd->IsStartNode() || (SwFlyStartNode != in RestoreFlyAnchor()
H A Dundobj1.cxx517 ? ( !pNd->IsStartNode() || SwFlyStartNode != in GetAnchor()
H A Drolbck.cxx162 else if ( pNode->IsStartNode() && (SwTableBoxStartNode == in SetInDoc()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx374 if( aPrev.GetNode().IsStartNode() && in SetFlysInDoc()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1919 if (aCellIndex.GetNode().IsStartNode()) in ConvertCell()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1591 else if( pNd->IsStartNode() && in _InsertCnt()

Completed in 174 milliseconds

12