Home
last modified time | relevance | path

Searched refs:bCont (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/desktop/source/so_comp/
H A Doemjob.cxx143 sal_Bool bCont = sal_False; in execute() local
156 bCont = sal_True; in execute()
188 bCont = sal_False; in execute()
193 bCont = sal_True; in execute()
203 r <<= bCont; in execute()
/aoo4110/main/sw/source/ui/envelp/
H A Dlabel1.cxx74 bCont = rItem.bCont; in SetFromItem()
225 SwLabRec* pRec = GetRecord(rItem.aType, rItem.bCont); in GetLabItem()
232 SwLabRec* SwLabDlg::GetRecord(const String &rRecName, sal_Bool bCont) in GetRecord() argument
243 rRecName == pRec->aType && bCont == pRec->bCont) in GetRecord()
462 const sal_Bool bCont = aContButton.IsChecked(); in IMPL_LINK_INLINE_END() local
477 else if ( GetParent()->Recs()[i]->bCont == bCont ) in IMPL_LINK_INLINE_END()
614 rItem.bCont = aContButton.IsChecked(); in FillItem()
678 if (aItem.bCont) in Reset()
H A Dlabimg.cxx58 bAddr = bCont = bSynchron = sal_False; in SwLabItem()
77 bCont = rItem.bCont; in operator =()
142 bCont == rLab.bCont && in operator ==()
305 case 0: aItem.bCont = *(sal_Bool*)pValues[nProp].getValue(); break;// "Medium/Continous", in SwLabCfgItem()
422 case 0: pValues[nProp].setValue(&aItem.bCont, rType); break;// "Medium/Continous", in Commit()
H A Dlabelcfg.cxx105 case 0 : pNewRec->bCont = sToken.GetChar(0) == 'C'; break; in lcl_CreateSwLabRec()
141 sTmp += C2U( rRec.bCont ? "C" : "S"); sTmp += sColon; in lcl_CreateProperties()
H A Dlabimp.hxx104 sal_Bool bCont; member in SwLabRec
H A Dlabfmt.cxx595 aRec.bCont = aItem.bCont; in IMPL_LINK()
/aoo4110/main/sc/source/core/data/
H A Dolinetab.cxx191 sal_Bool bCont; in Insert() local
198 bCont = sal_False; in Insert()
216 bCont = sal_True; in Insert()
220 while ( !bFound && bCont ); in Insert()
390 sal_Bool bCont; in DecDepth() local
393 bCont = sal_False; in DecDepth()
399 bCont = sal_True; in DecDepth()
402 while (bCont); in DecDepth()
H A Dcell2.cxx529 sal_Bool bCont = sal_True; in GetMatrixEdge() local
541 bCont = sal_False; in GetMatrixEdge()
542 } while ( bCont ); in GetMatrixEdge()
545 bCont = sal_True; in GetMatrixEdge()
557 bCont = sal_False; in GetMatrixEdge()
558 } while ( bCont ); in GetMatrixEdge()
/aoo4110/main/io/source/TextInputStream/
H A DTextInputStream.cxx332 sal_Bool bCont = sal_False; in implReadNext() local
336 bCont = sal_True; in implReadNext()
358 bCont = sal_True; in implReadNext()
361 if( bCont ) in implReadNext()
/aoo4110/main/sc/source/ui/view/
H A Dcellsh1.cxx359 sal_Bool bCont = sal_True; in ExecuteEdit() local
361 for( xub_StrLen i=0 ; bCont && i<aFlags.Len() ; i++ ) in ExecuteEdit()
367 bCont = sal_False; // nicht mehr weitermachen! in ExecuteEdit()
474 sal_Bool bCont = sal_True; in ExecuteEdit() local
476 for( xub_StrLen i=0 ; bCont && i<aFlags.Len() ; i++ ) in ExecuteEdit()
482 bCont = sal_False; // nicht mehr weitermachen! in ExecuteEdit()
1245 sal_Bool bCont = sal_True; in ExecuteEdit() local
1247 for( xub_StrLen i=0 ; bCont && i<aFlags.Len() ; i++ ) in ExecuteEdit()
1253 bCont = sal_False; // nicht mehr weitermachen! in ExecuteEdit()
H A Dtabview2.cxx381 sal_Bool bCont; in MarkCursor() local
383 nDrawEndCol, nDrawEndRow, bCont ); in MarkCursor()
391 if (bCont) in MarkCursor()
/aoo4110/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx356 for( sal_Bool bCont = pHTTPHeader->GetFirst( aKV ); bCont; in GetScriptType_Impl() local
357 bCont = pHTTPHeader->GetNext( aKV ) ) in GetScriptType_Impl()
/aoo4110/main/filter/source/svg/
H A Dsvgwriter.cxx867 for( sal_Bool bCont = sal_True; bCont; ) in ImplWriteText() local
875 bCont = ( nCurPos < rText.Len() ) && nCount; in ImplWriteText()
880 if( bCont ) in ImplWriteText()
909 for( sal_Bool bCont = sal_True; bCont; ) in ImplWriteText() local
919 bCont = ( nCurPos < rText.Len() ) && nCount; in ImplWriteText()
933 if( bCont ) in ImplWriteText()
/aoo4110/main/sd/source/ui/view/
H A Ddrviews6.cxx361 sal_Bool bCont = sal_True; in ExecBmpMask() local
373 bCont = sal_False; in ExecBmpMask()
377 if( bCont ) in ExecBmpMask()
/aoo4110/main/svl/source/numbers/
H A Dzforlist.cxx3386 sal_Bool bCont = sal_True; in GetCurrencyEntry() local
3392 for ( sal_uInt16 j = 0; j < nCount && bCont; j++, ppData++ ) in GetCurrencyEntry()
3400 bCont = ImpLookupCurrencyEntryLoopBody( pFoundEntry, bFoundBank, in GetCurrencyEntry()
3407 if ( pFoundEntry || !bCont || (bOnlyStringLanguage && nExtLen) ) in GetCurrencyEntry()
3414 for ( sal_uInt16 j = 0; j < nCount && bCont; j++, ppData++ ) in GetCurrencyEntry()
3422 bCont = ImpLookupCurrencyEntryLoopBody( pFoundEntry, bFoundBank, in GetCurrencyEntry()
3428 if ( pFoundEntry || !bCont ) in GetCurrencyEntry()
3436 for ( sal_uInt16 j = 0; j < nCount && bCont; j++, ppData++ ) in GetCurrencyEntry()
3438 bCont = ImpLookupCurrencyEntryLoopBody( pFoundEntry, bFoundBank, in GetCurrencyEntry()
H A Dzformat.cxx2445 sal_Bool bCont = sal_True; in GetOutputString() local
2455 bCont = sal_False; in GetOutputString()
2458 if ( !bCont ) in GetOutputString()
2469 bCont = sal_False; in GetOutputString()
2473 if ( !bCont ) in GetOutputString()
2544 sal_Bool bCont = sal_True; in GetOutputString() local
2556 bCont = sal_False; in GetOutputString()
2559 if ( !bCont ) in GetOutputString()
/aoo4110/main/starmath/source/
H A Dparse.cxx436 sal_Bool bCont; in NextToken() local
486 bCont = sal_False; in NextToken()
494 bCont = sal_True; in NextToken()
506 bCont = sal_True; in NextToken()
510 } while (bCont); in NextToken()
/aoo4110/main/sw/source/ui/inc/
H A Dlabel.hxx65 SwLabRec* GetRecord(const String &rRecName, sal_Bool bCont);
H A Dlabimg.hxx67 sal_Bool bCont;// Endlospapier? member in SwLabItem
/aoo4110/main/sc/source/ui/docshell/
H A Dimpex.cxx621 sal_Bool bCont; in lcl_ScanString() local
624 bCont = sal_False; in lcl_ScanString()
642 bCont = sal_True; // and more in lcl_ScanString()
661 } while ( bCont ); in lcl_ScanString()
/aoo4110/main/svtools/source/svhtml/
H A Dparhtml.cxx2342 for( sal_Bool bCont = pHTTPHeader->GetFirst( aKV ); bCont; in GetEncodingByHttpHeader() local
2343 bCont = pHTTPHeader->GetNext( aKV ) ) in GetEncodingByHttpHeader()
/aoo4110/main/sfx2/source/doc/
H A Dobjmisc.cxx1787 for( sal_Bool bCont = xIter->GetFirst( aPair ); bCont; in SetAttributes() local
1788 bCont = xIter->GetNext( aPair ) ) in SetAttributes()
/aoo4110/main/editeng/source/items/
H A Dnumitem.cxx786 sal_Bool bCont, in SvxNumRule() argument
793 bContinuousNumbering(bCont) in SvxNumRule()
/aoo4110/main/editeng/inc/editeng/
H A Dnumitem.hxx280 sal_Bool bCont,
/aoo4110/main/sc/source/core/tool/
H A Dinterpr1.cxx581 bool bCont = pJumpMatrix->Next( nC, nR ); in JumpMatrix() local
582 if ( bCont ) in JumpMatrix()
587 while ( bCont && nStart == nNext ) in JumpMatrix()
597 bCont = pJumpMatrix->Next( nC, nR ); in JumpMatrix()
598 if ( bCont ) in JumpMatrix()
601 if ( bCont && nStart != nNext ) in JumpMatrix()
618 if ( !bCont ) in JumpMatrix()

Completed in 170 milliseconds

12