Searched refs:bAtEnd (Results 1 – 7 of 7) sorted by relevance
229 sal_Bool bAtEnd; in ChgColumns() local231 bAtEnd = ((SwSectionFrm*)this)->IsAnyNoteAtEnd(); in ChgColumns()233 bAtEnd = sal_False; in ChgColumns()253 if ( nNewNum == 1 && !bAtEnd ) in ChgColumns()
1306 bool bAtEnd( false ); in lcl_CreatePortions() local1307 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()
609 bool bAtEnd = nFndEnd == endPos; in NSrchFrwrd() local616 if( !( ( bAtStart && bAtEnd ) || // 1 in NSrchFrwrd()618 ( bAtEnd && bDelimBefore ) || // 3 in NSrchFrwrd()681 bool bAtEnd = nCmpIdx == startPos; in NSrchBkwrd() local689 if( ( bAtStart && bAtEnd ) || // 1 in NSrchBkwrd()691 ( bAtEnd && bDelimBefore ) || // 3 in NSrchBkwrd()
759 sal_Bool bAtEnd = sal_False; in CopyFromClip() local760 for (SCSIZE i = 0; i < nColCount && !bAtEnd; i++) in CopyFromClip()764 bAtEnd = sal_True; in CopyFromClip()
9248 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 …]
110 const bool bAtEnd=false) in lcl_PositionFromCntntNode() argument113 pResult->nContent.Assign(pCntntNode, bAtEnd ? pCntntNode->Len() : 0); in lcl_PositionFromCntntNode()
1375 sal_Bool bAtEnd; member in ScCellsEnumeration1458 sal_Bool bAtEnd; member in ScCellFormatsEnumeration
Completed in 106 milliseconds