Home
last modified time | relevance | path

Searched refs:bAtEnd (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx229 sal_Bool bAtEnd; in ChgColumns() local
231 bAtEnd = ((SwSectionFrm*)this)->IsAnyNoteAtEnd(); in ChgColumns()
233 bAtEnd = sal_False; in ChgColumns()
253 if ( nNewNum == 1 && !bAtEnd ) in ChgColumns()
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx1299 bool bAtEnd( false ); in lcl_CreatePortions() local
1300 while (!bAtEnd) // every iteration consumes at least current character! in lcl_CreatePortions()
1342 bAtEnd = ((i_nEndPos >= 0) && (nCurrentIndex >= i_nEndPos)) in lcl_CreatePortions()
1348 pHints, i_nStartPos, i_nEndPos, nCurrentIndex, bAtEnd, in lcl_CreatePortions()
1359 if (!bAtEnd && in lcl_CreatePortions()
1374 if (!bAtEnd && !xRef.is() && !bCursorMoved) in lcl_CreatePortions()
1398 else if (bAtEnd && !xRef.is() && !pTxtNode->Len()) in lcl_CreatePortions()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx605 bool bAtEnd = nFndEnd == endPos; in NSrchFrwrd() local
612 if( !( ( bAtStart && bAtEnd ) || // 1 in NSrchFrwrd()
614 ( bAtEnd && bDelimBefore ) || // 3 in NSrchFrwrd()
676 bool bAtEnd = nCmpIdx == startPos; in NSrchBkwrd() local
684 if( ( bAtStart && bAtEnd ) || // 1 in NSrchBkwrd()
686 ( bAtEnd && bDelimBefore ) || // 3 in NSrchBkwrd()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx759 sal_Bool bAtEnd = sal_False; in CopyFromClip() local
760 for (SCSIZE i = 0; i < nColCount && !bAtEnd; i++) in CopyFromClip()
764 bAtEnd = sal_True; in CopyFromClip()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9074 bAtEnd( sal_False ) in ScCellsEnumeration()
9080 bAtEnd = sal_True; in ScCellsEnumeration()
9123 DBG_ASSERT(!bAtEnd,"zuviel Advance_Impl"); in Advance_Impl()
9138 bAtEnd = sal_True; // kommt nix mehr in Advance_Impl()
9154 if (!bAtEnd) // aPos anpassen in Notify()
9180 return !bAtEnd; in hasMoreElements()
9186 if (pDocShell && !bAtEnd) in nextElement()
9325 bAtEnd( sal_False ), in ScCellFormatsEnumeration()
9349 DBG_ASSERT(!bAtEnd,"zuviel Advance_Impl"); in Advance_Impl()
9364 bAtEnd = sal_True; // kommt nix mehr in Advance_Impl()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx110 const bool bAtEnd=false) in lcl_PositionFromCntntNode() argument
113 pResult->nContent.Assign(pCntntNode, bAtEnd ? pCntntNode->Len() : 0); in lcl_PositionFromCntntNode()
/trunk/main/sc/inc/
H A Dcellsuno.hxx1124 sal_Bool bAtEnd; member in ScCellsEnumeration
1194 sal_Bool bAtEnd; member in ScCellFormatsEnumeration