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.cxx1306 bool bAtEnd( false ); in lcl_CreatePortions() local
1307 while (!bAtEnd) // every iteration consumes at least current character! in lcl_CreatePortions()
1349 bAtEnd = ((i_nEndPos >= 0) && (nCurrentIndex >= i_nEndPos)) in lcl_CreatePortions()
1355 pHints, i_nStartPos, i_nEndPos, nCurrentIndex, bAtEnd, in lcl_CreatePortions()
1366 if (!bAtEnd && in lcl_CreatePortions()
1381 if (!bAtEnd && !xRef.is() && !bCursorMoved) in lcl_CreatePortions()
1405 else if (bAtEnd && !xRef.is() && !pTxtNode->Len()) in lcl_CreatePortions()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx609 bool bAtEnd = nFndEnd == endPos; in NSrchFrwrd() local
616 if( !( ( bAtStart && bAtEnd ) || // 1 in NSrchFrwrd()
618 ( bAtEnd && bDelimBefore ) || // 3 in NSrchFrwrd()
681 bool bAtEnd = nCmpIdx == startPos; in NSrchBkwrd() local
689 if( ( bAtStart && bAtEnd ) || // 1 in NSrchBkwrd()
691 ( 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.cxx9248 bAtEnd( sal_False ) in ScCellsEnumeration()
9254 bAtEnd = sal_True; in ScCellsEnumeration()
9312 bAtEnd = sal_True; // kommt nix mehr in Advance_Impl()
9328 if (!bAtEnd) // aPos anpassen in Notify()
9354 return !bAtEnd; in hasMoreElements()
9361 if (pDocShell && !bAtEnd) in nextElement()
9503 bAtEnd( sal_False ), in ScCellFormatsEnumeration()
9542 bAtEnd = sal_True; // kommt nix mehr in Advance_Impl()
9551 if (pDocShell && !bAtEnd) in NextObject_Impl()
9589 return !bAtEnd; in hasMoreElements()
[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.hxx1375 sal_Bool bAtEnd; member in ScCellsEnumeration
1458 sal_Bool bAtEnd; member in ScCellFormatsEnumeration

Completed in 113 milliseconds