/aoo41x/main/vcl/source/gdi/ |
H A D | gdimetafiletools.cxx | 293 bool bDone(false); in clipMetafileContentAgainstOwnRegions() local 468 bDone = true; in clipMetafileContentAgainstOwnRegions() 483 bDone = true; in clipMetafileContentAgainstOwnRegions() 516 bDone = true; in clipMetafileContentAgainstOwnRegions() 541 bDone = true; in clipMetafileContentAgainstOwnRegions() 580 bDone = true; in clipMetafileContentAgainstOwnRegions() 606 bDone = true; in clipMetafileContentAgainstOwnRegions() 632 bDone = true; in clipMetafileContentAgainstOwnRegions() 658 bDone = true; in clipMetafileContentAgainstOwnRegions() 806 bDone = true; in clipMetafileContentAgainstOwnRegions() [all …]
|
/aoo41x/main/unotools/source/config/ |
H A D | securityoptions.cxx | 636 if( bDone ) in Commit() 651 if( bDone ) in Commit() 659 if( bDone ) in Commit() 667 if( bDone ) in Commit() 675 if( bDone ) in Commit() 683 if( bDone ) in Commit() 707 if( bDone ) in Commit() 715 if( bDone ) in Commit() 753 if( bDone ) in Commit() 763 if( bDone ) in Commit() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun6.cxx | 52 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveAddPred() local 54 if (!bDone) in DetectiveAddPred() 63 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveDelPred() local 65 if (!bDone) in DetectiveDelPred() 74 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveAddSucc() local 76 if (!bDone) in DetectiveAddSucc() 87 if (!bDone) in DetectiveDelSucc() 98 if (!bDone) in DetectiveAddError() 109 if (!bDone) in DetectiveDelAll() 120 if (!bDone) in DetectiveMarkInvalid() [all …]
|
H A D | tabvwshf.cxx | 388 sal_Bool bDone = sal_False; in ExecuteTable() local 401 bDone = AppendTable( aName ); in ExecuteTable() 404 bDone = RenameTable( aName, nTabNr ); in ExecuteTable() 408 if( bDone ) in ExecuteTable() 416 sal_Bool bDone = sal_False; in ExecuteTable() local 447 while ( !bDone && nRet == RET_OK ) in ExecuteTable() 459 bDone = AppendTable( aName ); in ExecuteTable() 462 bDone = RenameTable( aName, nTabNr ); in ExecuteTable() 466 if ( bDone ) in ExecuteTable() 733 if( bDone ) in ExecuteTable() [all …]
|
H A D | gridwin5.cxx | 93 sal_Bool bDone = sal_False; in ShowNoteMarker() local 245 bDone = sal_True; // something is shown (old or new) in ShowNoteMarker() 248 return bDone; in ShowNoteMarker() 255 sal_Bool bDone = sal_False; in RequestHelp() local 275 bDone = sal_True; in RequestHelp() 279 if ( !bDone && pNoteMarker ) in RequestHelp() 291 if ( bHelpEnabled && !bDone && !nButtonDown ) // nur ohne gedrueckten Button in RequestHelp() 388 bDone = sal_True; in RequestHelp() 394 if ( pDrView && bHelpEnabled && !bDone ) in RequestHelp() 406 bDone = sal_True; in RequestHelp() [all …]
|
H A D | gridwin.cxx | 2521 bool bDone = false; in PreNotify() local 2798 if (!bDone) in Command() 2906 bDone = sal_True; in Command() 2940 if (!bDone) in Command() 3917 sal_Bool bDone = sal_False; in DropTransferObj() local 3928 bDone = sal_True; in DropTransferObj() 3943 bDone = sal_True; in DropTransferObj() 4041 if (!bDone) in DropTransferObj() 4048 if (bDone) in DropTransferObj() 4083 bDone = sal_True; in DropTransferObj() [all …]
|
/aoo41x/main/xmlsecurity/tools/demo/ |
H A D | multisigdemo.cxx | 72 bool bDone; in main() local 118 bDone = aSignatureHelper.CreateAndWriteSignature( xOutputStream ); in main() 119 if ( !bDone ) in main() 140 bDone = aSignatureHelper.ReadAndVerifySignature( xInputStream ); in main() 143 if ( !bDone ) in main() 184 bDone = aSignatureHelper.CreateAndWriteSignature( xDocumentHandler ); in main() 188 if ( !bDone ) in main() 202 bDone = aSignatureHelper.ReadAndVerifySignature( xInputStream ); in main() 205 if ( !bDone ) in main() 219 bDone = aSignatureHelper.ReadAndVerifySignature( xInputStream ); in main() [all …]
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TSkipDeletedSet.cxx | 74 sal_Bool bDone = sal_True; in skipDeleted() local 122 bDone = bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted()); in skipDeleted() 129 bDone = (--nDelOffset) == 0; in skipDeleted() 130 if ( !bDone ) in skipDeleted() 135 bDone = sal_False; in skipDeleted() 138 … while (bDataFound && !bDone) // solange iterieren bis man auf einem gueltigen Satz ist in skipDeleted() 142 bDone = bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted()); in skipDeleted() 145 bDone = (--nDelOffset) == 0; in skipDeleted() 146 if ( !bDone ) in skipDeleted() 151 bDone = sal_False; in skipDeleted() [all …]
|
/aoo41x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 935 sal_Bool bDone = sal_False; in _GetNextRawToken() local 973 bDone = in _GetNextRawToken() 977 if( bDone ) in _GetNextRawToken() 1227 if( !bDone ) in _GetNextToken() 1232 if( !bDone ) in _GetNextToken() 1313 if( !bDone ) in _GetNextToken() 1577 if( !bDone ) in GetOptions() 1602 bDone = !bOldEscape; in GetOptions() 1603 if( !bDone ) in GetOptions() 1610 bDone = sal_True; in GetOptions() [all …]
|
/aoo41x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 214 bDone = nBlockLvl==0; in GetNextToken() 218 bDone = --nBlockLvl==0; in GetNextToken() 715 sal_Bool bDone = sal_False; in ParseStyleSheet() local 734 bDone = sal_True; in ParseStyleSheet() 741 if( !bDone ) in ParseStyleSheet() 873 sal_Bool bDone = sal_False; in ParseSelector() local 967 bDone = sal_True; in ParseSelector() 985 if( bNextToken && !bDone ) in ParseSelector() 1064 sal_Bool bDone = sal_False; in ParseDeclaration() local 1114 bDone = sal_True; in ParseDeclaration() [all …]
|
H A D | htmltab.cxx | 3979 bDone = sal_True; in BuildTableCell() 4162 if( !bDone ) in BuildTableCell() 4393 bDone = sal_True; in BuildTableRow() 4453 if( !bDone ) in BuildTableRow() 4570 bDone = sal_True; in BuildTableSection() 4616 if( !bDone ) in BuildTableSection() 4768 bDone = sal_True; in BuildTableColGroup() 4836 if( !bDone ) in BuildTableColGroup() 5000 bDone = sal_True; in BuildTableCaption() 5026 if( !bDone ) in BuildTableCaption() [all …]
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 306 if ( bDone ) in CheckCompileBasic() 394 return bDone; in BasicExecute() 415 return bDone; in BasicRun() 423 return bDone; in BasicStepOver() 433 return bDone; in BasicStepInto() 442 return bDone; in BasicStepOut() 458 sal_Bool bDone = sal_False; in LoadBasic() local 502 bDone = sal_True; in LoadBasic() 507 return bDone; in LoadBasic() 559 bDone = sal_True; in SaveBasicSource() [all …]
|
H A D | baside3.cxx | 704 sal_Bool bDone = sal_False; in SaveDialog() local 773 bDone = true; in SaveDialog() 876 return bDone; in SaveDialog() 1045 return bDone; in implImportDialog() 1079 return bDone; in implImportDialog() 1087 return bDone; in implImportDialog() 1139 return bDone; in implImportDialog() 1220 return bDone; in implImportDialog() 1248 return bDone; in implImportDialog() 1260 bDone = sal_True; in implImportDialog() [all …]
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 1925 sal_Bool bDone = sal_False; in Dispatch() local 1974 if ( bDone ) in Dispatch() 1978 bDone = ScrollRows( 1 ) != 0; in Dispatch() 1991 if ( bDone ) in Dispatch() 2017 bDone = GoToColumnId( nNewId ); in Dispatch() 2028 bDone = ScrollColumns( 1 ) != 0; in Dispatch() 2038 bDone = GoToRow( 0, sal_False ); in Dispatch() 2046 bDone = GoToColumnId( nNewId ); in Dispatch() 2056 bDone = ScrollColumns( -1 ) != 0; in Dispatch() 2061 bDone = sal_True; in Dispatch() [all …]
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 2526 if (!bDone) in insertNewByName() 2542 if (!bDone) in moveByName() 2560 if (bDone) in copyByName() 2573 if (!bDone) in copyByName() 2620 if (!bDone) in insertByName() 2673 if (!bDone) in replaceByName() 2704 if (!bDone) in removeByName() 2921 if (!bDone) in insertByIndex() 2938 if (!bDone) in removeByIndex() 3187 if (!bDone) in insertByIndex() [all …]
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 138 bDone = sal_True; in DeleteDBRange() 141 return bDone; in DeleteDBRange() 187 bDone = sal_True; in RenameDBRange() 191 return bDone; in RenameDBRange() 229 bDone = sal_True; in ModifyDBData() 232 return bDone; in ModifyDBData() 402 bDone = sal_True; in RepeatDB() 408 return bDone; in RepeatDB() 1243 bDone = sal_True; in DataPilotUpdate() 1415 if (bDone) in DataPilotUpdate() [all …]
|
H A D | olinefun.cxx | 161 sal_Bool bDone = sal_False; in RemoveOutline() local 212 bDone = sal_True; in RemoveOutline() 221 if (!bDone && !bApi) in RemoveOutline() 224 return bDone; in RemoveOutline() 449 sal_Bool bDone = sal_False; in ShowMarkedOutlines() local 545 bDone = sal_True; in ShowMarkedOutlines() 550 if (!bDone && !bApi) in ShowMarkedOutlines() 553 return bDone; in ShowMarkedOutlines() 643 bDone = sal_True; in HideMarkedOutlines() 648 if (!bDone && !bApi) in HideMarkedOutlines() [all …]
|
/aoo41x/main/sfx2/source/control/ |
H A D | request.cxx | 76 sal_Bool bDone; // "uberhaupt ausgef"uhrt member 137 if ( pImp->xRecorder.is() && !pImp->bDone && !pImp->bIgnored ) in ~SfxRequest() 161 pImp->bDone = sal_False; in SfxRequest() 204 pImp->bDone = sal_False; in SfxRequest() 247 pImp->bDone = sal_False; in SfxRequest() 270 pImp->bDone = sal_False; in SfxRequest() 298 pImp->bDone = sal_False; in SfxRequest() 400 if (bDone) in Record() 714 pImp->bDone = sal_True; in Done_Impl() 832 return pImp->bDone; in IsDone()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 152 bool bDone = sal_False; in MiscExec_Impl() local 303 bDone = sal_True; in MiscExec_Impl() 376 bDone = sal_True; in MiscExec_Impl() 404 bDone = sal_True; in MiscExec_Impl() 422 bDone = sal_True; in MiscExec_Impl() 435 bDone = sal_True; in MiscExec_Impl() 447 bDone = sal_True; in MiscExec_Impl() 455 bDone = sal_True; in MiscExec_Impl() 489 bDone = true; in MiscExec_Impl() 542 bDone = true; in MiscExec_Impl() [all …]
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 646 bool bDone(false); in RenderPolyPolygonGraphicPrimitive2D() local 653 bDone = true; in RenderPolyPolygonGraphicPrimitive2D() 738 bDone = true; in RenderPolyPolygonGraphicPrimitive2D() 744 if(!bDone) in RenderPolyPolygonGraphicPrimitive2D() 1023 bool bDone(false); in RenderPolygonStrokePrimitive2D() local 1067 bDone = true; in RenderPolygonStrokePrimitive2D() 1102 bDone = true; in RenderPolygonStrokePrimitive2D() 1138 bDone = true; in RenderPolygonStrokePrimitive2D() 1155 bDone = true; in RenderPolygonStrokePrimitive2D() 1210 bDone = true; in RenderPolygonStrokePrimitive2D() [all …]
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | uivwimp.cxx | 145 sal_Bool bDone = sal_False; in ExecuteScan() local 158 bDone = xScanMgr->configureScanner( aContext ); in ExecuteScan() 166 if( bDone ) in ExecuteScan() 179 sal_Bool bDone = sal_False; in ExecuteScan() local 192 bDone = sal_True; in ExecuteScan() 200 if( !bDone ) in ExecuteScan()
|
/aoo41x/main/autodoc/source/parser_i/tokens/ |
H A D | tkp2.cxx | 46 bool bDone = false; in GetNextToken() local 47 while ( NOT bDone AND NOT pChars->IsFinished() ) in GetNextToken() 50 bDone = CurrentContext().PassNewToken(); in GetNextToken() 53 return bDone; in GetNextToken()
|
/aoo41x/main/l10ntools/inc/ |
H A D | tagtest.hxx | 79 sal_Bool bDone; member in TokenInfo 87 …False),bCloseTag(sal_False),bIsBroken(sal_False),bHasBeenFixed(sal_False),bDone(sal_False),nId( 0 … in TokenInfo() 88 …False),bCloseTag(sal_False),bIsBroken(sal_False),bHasBeenFixed(sal_False),bDone(sal_False),nId( pn… in TokenInfo() 89 …False),bCloseTag(sal_False),bIsBroken(sal_False),bHasBeenFixed(sal_False),bDone(sal_False),aTokenS… in TokenInfo() 113 sal_Bool IsDone() const { return bDone; } in IsDone() 114 void SetDone( sal_Bool bNew = sal_True ) { bDone = bNew; } in SetDone()
|
/aoo41x/main/basic/source/comp/ |
H A D | dim.cxx | 576 sal_Bool bDone = sal_False; in DefType() local 578 while( !bDone && !IsEof() ) in DefType() 584 bDone = sal_True; in DefType() 598 bDone = sal_True; // Error occured in DefType() 701 sal_Bool bDone = sal_False; in DefEnum() local 705 while( !bDone && !IsEof() ) in DefEnum() 711 bDone = sal_True; in DefEnum() 730 bDone = sal_True; // Error occured in DefEnum() 737 bDone = sal_True; // Error occured in DefEnum() 767 bDone = sal_True; // Error occured in DefEnum()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrole2obj.cxx | 73 bool bDone(false); in createPrimitive2DSequence() local 75 if(!bDone && bIsInplaceActive) in createPrimitive2DSequence() 81 bDone = true; in createPrimitive2DSequence() 85 if( !bDone ) in createPrimitive2DSequence()
|