Searched refs:aStt (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | edglss.cxx | 123 SwNodeIndex aStt( pMyDoc->GetNodes().GetEndOfExtras(), 1 ); in SaveGlossaryDoc() local 124 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc() 149 SwNodeIndex aStt( pMyDoc->GetNodes().GetEndOfExtras(), 1 ); in SaveGlossaryDoc() local 150 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc() 161 aStt = pGDoc->GetNodes().GetEndOfExtras(); in SaveGlossaryDoc() 162 pCntntNd = pGDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc() 163 SwPosition aInsPos( aStt, SwIndex( pCntntNd )); in SaveGlossaryDoc()
|
/aoo42x/main/sw/source/filter/writer/ |
H A D | writer.cxx | 227 SwNodeIndex aStt( *pNds, nStartIdx ); in NewSwPaM() local 228 SwCntntNode* pCNode = aStt.GetNode().GetCntntNode(); in NewSwPaM() 229 if( !pCNode && 0 == ( pCNode = pNds->GoNext( &aStt )) ) in NewSwPaM() 234 SwPaM* pNew = new SwPaM( aStt ); in NewSwPaM() 236 aStt = nEndIdx; in NewSwPaM() 237 if( 0 == (pCNode = aStt.GetNode().GetCntntNode()) && in NewSwPaM() 238 0 == (pCNode = pNds->GoPrevious( &aStt )) ) in NewSwPaM() 243 pNew->GetPoint()->nNode = aStt; in NewSwPaM()
|
/aoo42x/main/sw/source/core/access/ |
H A D | acctable.cxx | 463 Int32Set_Impl::const_iterator aStt( rRowsOrColumns.begin() ); in GetSelection() local 464 ::std::advance( aStt, in GetSelection() 467 aArea.Left( *aStt + aPos.X() ); in GetSelection() 469 aArea.Top( *aStt + aPos.Y() ); in GetSelection() 588 Int32Set_Impl::const_iterator aStt( in GetRowColumnAndExtent() local 593 static_cast< sal_Int32 >( ::std::distance( maRows.begin(), aStt ) ); in GetRowColumnAndExtent() 595 static_cast< sal_Int32 >( ::std::distance( aStt, aEnd ) ); in GetRowColumnAndExtent() 597 aStt = maColumns.lower_bound( rBox.Left() - maTabFrmPos.X() ); in GetRowColumnAndExtent() 600 static_cast< sal_Int32 >( ::std::distance( maColumns.begin(), aStt ) ); in GetRowColumnAndExtent() 602 static_cast< sal_Int32 >( ::std::distance( aStt, aEnd ) ); in GetRowColumnAndExtent()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unsect.cxx | 339 SwNodeIndex aStt( rDoc.GetNodes(), m_nStartNode ); in UndoImpl() local 350 aStt, *pFmt, *m_pSectionData, 0, & aEnd); in UndoImpl() 355 rDoc.GetFtnIdxs().UpdateFtn( aStt ); in UndoImpl()
|
H A D | undobj.cxx | 169 SwNodeIndex aStt( rPam.GetMark()->nNode ); in RemoveIdxFromRange() local 182 rPam.GetDoc()->CorrAbs( aStt, aEnd, *rPam.GetPoint(), sal_True ); in RemoveIdxFromRange()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglos.cxx | 148 SwNodeIndex aStt( pGDoc->GetNodes().GetEndOfExtras(), 1 ); in InsertGlossary() local 149 SwCntntNode* pCntntNd = pGDoc->GetNodes().GoNext( &aStt ); in InsertGlossary()
|
H A D | doctxm.cxx | 398 SwNodeIndex aStt( *pHeadNd ); aIdx--; in InsertTableOf() local 401 aStt, *pSectFmt, headerData, 0, &aIdx, true, false); in InsertTableOf() 432 SwNodeIndex aStt( GetNodes(), nSttNd ), aEnd( GetNodes(), nEndNd ); in InsertTableOf() local 440 GetNodes().InsertTextSection(aStt, *pFmt, aSectionData, &rTOX, &aEnd); in InsertTableOf() 946 SwNodeIndex aStt( *pHeadNd ); aIdx--; in Update() local 949 aStt, *pSectFmt, headerData, 0, &aIdx, true, false); in Update()
|
H A D | docbm.cxx | 136 SwNodeIndex aStt = SwNodeIndex(rStt); in lcl_FindExpelPosition() local 137 pNode = rStt.GetNodes().GoPrevious(&aStt); in lcl_FindExpelPosition()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 213 SwNodeIndex aStt( pSttPos->nNode ), aEnd( pEndPos->nNode, +1 ); in InsertSwSection() local 214 while( pPrvNd != aStt.GetNode().StartOfSectionNode() ) in InsertSwSection() 215 aStt--; in InsertSwSection() 221 aStt, *pFmt, rNewData, pTOXBase, & aEnd); in InsertSwSection()
|
Completed in 79 milliseconds