Searched refs:bGoOn (Results 1 – 13 of 13) sorted by relevance
360 sal_Bool bGoOn = sal_True; in Continue() local371 bGoOn = GetCrsrCnt() > 1; in Continue()374 bGoOn = sal_False; in Continue()380 if( bGoOn ) in Continue()397 }while ( bGoOn ); in Continue()460 if( bGoOn ) in Continue()477 }while ( bGoOn ); in Continue()594 if( bGoOn ) in Continue()605 } while ( bGoOn ); in Continue()1588 if( bGoOn ) in SpellSentence()[all …]
895 sal_Bool bGoOn = sal_True; in SetNumberingRestart() local897 while( bGoOn ) in SetNumberingRestart()941 bGoOn = nCurrNd < nEndNd; in SetNumberingRestart()
462 sal_Bool bGoOn = sal_False; in SpellNext() local468 bGoOn = sal_True; in SpellNext()480 bOtherCntnt = bGoOn = sal_True; in SpellNext()519 bGoOn = sal_True; in SpellNext()523 return bGoOn; in SpellNext()
702 sal_Bool bGoOn = sal_False; in ConvNext_impl() local708 bGoOn = sal_True; in ConvNext_impl()716 bIsOtherCntnt = bGoOn = sal_True; in ConvNext_impl()741 bGoOn = sal_True; in ConvNext_impl()747 return bGoOn; in ConvNext_impl()
1768 bGoOn = rLine.IsOnceMore(); in FormatOnceMore() local1770 while( bGoOn ) in FormatOnceMore()1784 bGoOn = rLine.IsOnceMore(); in FormatOnceMore()1785 if( bGoOn ) in FormatOnceMore()1789 bGoOn = sal_False; in FormatOnceMore()1798 bGoOn = sal_False; in FormatOnceMore()1804 if( !bGoOn ) in FormatOnceMore()
286 sal_Bool bGoOn = sal_True; in GetCharRect() local313 bGoOn = lcl_ChangeOffset( pFrm, nNextOfst ); in GetCharRect()315 bGoOn = sal_False; in GetCharRect()316 } while ( bGoOn ); in GetCharRect()
111 sal_Bool bGoOn = sal_False; in ConvNext_impl() local145 bGoOn = sal_True; in ConvNext_impl()152 return bGoOn; in ConvNext_impl()
167 bGoOn = true;168 while ( bGoOn )178 bGoOn = false
258 bool bGoOn; in lcl_ChangeRowSpan() local268 bGoOn = false; // will be set to true if we found a non-master cell in lcl_ChangeRowSpan()287 bGoOn = true; in lcl_ChangeRowSpan()306 bGoOn = true; // We have to continue in lcl_ChangeRowSpan()316 bGoOn = false; // robust in lcl_ChangeRowSpan()317 } while( bGoOn ); in lcl_ChangeRowSpan()
1407 bool bGoOn = aRowSpanPos.size() > 0; in NewSetTabCols() local1409 while( bGoOn ) in NewSetTabCols()1414 bGoOn = aRowSpanPos.size() > 0 && j > 0; in NewSetTabCols()1431 bool bGoOn = aRowSpanPos.size() > 0; in NewSetTabCols() local1433 while( bGoOn ) in NewSetTabCols()1438 bGoOn = aRowSpanPos.size() > 0 && j+1 < rLines.Count(); in NewSetTabCols()
2327 sal_Bool bGoOn = sal_True; in MoveBwd() local2335 bGoOn = sal_False; in MoveBwd()2346 bGoOn = sal_False; // Hier gibt's Inhalt, wir akzeptieren diese in MoveBwd()2388 } while( bGoOn ); in MoveBwd()
1914 sal_Bool bGoOn = sal_True; in Spell() local1915 while( bGoOn ) in Spell()2052 bGoOn = nCurrNd < nEndNd; in Spell()
1499 sal_Bool bGoOn = sal_True; in Load() local1500 while ( rHdr.BytesLeft() && bGoOn ) in Load()1524 bGoOn = sal_False; // stop reading unknown stream left over of newer versions in Load()
Completed in 126 milliseconds