| /AOO42X/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() 501 bDone = handleGeometricContent( in clipMetafileContentAgainstOwnRegions() 516 bDone = true; in clipMetafileContentAgainstOwnRegions() 521 bDone = handleGeometricContent( in clipMetafileContentAgainstOwnRegions() 541 bDone = true; in clipMetafileContentAgainstOwnRegions() 564 bDone = handleGeometricContent( in clipMetafileContentAgainstOwnRegions() 580 bDone = true; in clipMetafileContentAgainstOwnRegions() 586 bDone = handleGeometricContent( in clipMetafileContentAgainstOwnRegions() [all …]
|
| /AOO42X/main/unotools/source/config/ |
| H A D | securityoptions.cxx | 625 bool bDone; in Commit() local 635 bDone = !m_bROSecureURLs; in Commit() 636 if( bDone ) in Commit() 650 bDone = !m_bROSaveOrSend; in Commit() 651 if( bDone ) in Commit() 658 bDone = !m_bROSigning; in Commit() 659 if( bDone ) in Commit() 666 bDone = !m_bROPrint; in Commit() 667 if( bDone ) in Commit() 674 bDone = !m_bROCreatePDF; in Commit() [all …]
|
| /AOO42X/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() 85 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveDelSucc() local 87 if (!bDone) in DetectiveDelSucc() 96 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveAddError() local 98 if (!bDone) in DetectiveAddError() [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() 705 sal_Bool bDone = sal_False; in ExecuteTable() local [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() 399 bDone = ((ScDrawPage*)pPV->GetPage())->RequestHelp( this, pDrView, rHEvt ); in RequestHelp() [all …]
|
| H A D | gridwin.cxx | 2536 bool bDone = false; in PreNotify() local 2557 bDone = pImp->MousePressed( aEvent ); in PreNotify() 2559 bDone = pImp->MouseReleased( aEvent ); in PreNotify() 2565 if (bDone) // event consumed by a listener in PreNotify() 2812 sal_Bool bDone = pViewData->GetView()->ScrollCommand( rCEvt, eWhich ); in Command() local 2813 if (!bDone) in Command() 2870 sal_Bool bDone = sal_False; in Command() local 2921 bDone = sal_True; in Command() 2955 if (!bDone) in Command() 3932 sal_Bool bDone = sal_False; in DropTransferObj() local [all …]
|
| /AOO42X/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 …]
|
| /AOO42X/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 …]
|
| /AOO42X/main/svtools/source/svhtml/ |
| H A D | parhtml.cxx | 935 sal_Bool bDone = sal_False; in _GetNextRawToken() local 950 bDone = bOffState && // '>'==nNextCh && in _GetNextRawToken() 968 bDone = aTok.CompareToAscii(OOO_STRING_SVTOOLS_HTML_style) in _GetNextRawToken() 973 bDone = in _GetNextRawToken() 977 if( bDone ) in _GetNextRawToken() 1210 sal_Bool bDone = sal_False; in _GetNextToken() local 1213 while( !bDone && !rInput.IsEof() && IsParserWorking() ) in _GetNextToken() 1224 bDone = aToken.Len() >= 2 && in _GetNextToken() 1227 if( !bDone ) in _GetNextToken() 1232 if( !bDone ) in _GetNextToken() [all …]
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | parcss1.cxx | 201 sal_Bool bDone = sal_False, bEscape = sal_False; in GetNextToken() local 202 while( !bDone && !IsEOF() ) in GetNextToken() 214 bDone = nBlockLvl==0; in GetNextToken() 218 bDone = --nBlockLvl==0; in GetNextToken() 715 sal_Bool bDone = sal_False; in ParseStyleSheet() local 716 while( !bDone && IsParserWorking() ) in ParseStyleSheet() 734 bDone = sal_True; in ParseStyleSheet() 741 if( !bDone ) in ParseStyleSheet() 873 sal_Bool bDone = sal_False; in ParseSelector() local 879 while( !bDone && IsParserWorking() ) in ParseSelector() [all …]
|
| H A D | htmltab.cxx | 3948 sal_Bool bDone = sal_False; in BuildTableCell() local 3949 while( (IsParserWorking() && !bDone) || bPending ) in BuildTableCell() 3979 bDone = sal_True; in BuildTableCell() 4162 if( !bDone ) in BuildTableCell() 4353 sal_Bool bDone = sal_False; in BuildTableRow() local 4354 while( (IsParserWorking() && !bDone) || bPending ) in BuildTableRow() 4376 bDone = sal_True; in BuildTableRow() 4393 bDone = sal_True; in BuildTableRow() 4401 bDone = pTable->IsOverflowing(); in BuildTableRow() 4406 bDone = pTable->IsOverflowing(); in BuildTableRow() [all …]
|
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 1835 bool bDone(false); in lcl_SetStyleProperty() local 1893 bDone = true; in lcl_SetStyleProperty() 1906 bDone = true; in lcl_SetStyleProperty() 1926 bDone = true; in lcl_SetStyleProperty() 1951 bDone = true; in lcl_SetStyleProperty() 1985 bDone = true; in lcl_SetStyleProperty() 2075 bDone = true; in lcl_SetStyleProperty() 2086 bDone = true; in lcl_SetStyleProperty() 2098 bDone = true; in lcl_SetStyleProperty() 2149 bDone = true; in lcl_SetStyleProperty() [all …]
|
| H A D | unoparagraph.cxx | 505 bool bDone(false); in GetSinglePropertyValue_Impl() local 519 bDone = true; in GetSinglePropertyValue_Impl() 540 bDone = true; in GetSinglePropertyValue_Impl() 546 if(!bDone) in GetSinglePropertyValue_Impl() 619 const bool bDone = SwUnoCursorHelper::getCrsrPropertyValue( in GetPropertyValues_Impl() local 621 if (!bDone) in GetPropertyValues_Impl() 899 const bool bDone = in GetPropertyValuesTolerant_Impl() local 904 if (!bDone) in GetPropertyValuesTolerant_Impl() 1057 bool bDone(false); in lcl_SwXParagraph_getPropertyState() local 1065 bDone = true; in lcl_SwXParagraph_getPropertyState() [all …]
|
| /AOO42X/main/basctl/source/basicide/ |
| H A D | baside2.cxx | 289 sal_Bool bDone = sal_False; in CheckCompileBasic() local 302 bDone = GetBasic()->Compile( xModule ); in CheckCompileBasic() 306 if ( bDone ) in CheckCompileBasic() 313 aStatus.bError = !bDone; in CheckCompileBasic() 392 sal_Bool bDone = !aStatus.bError; in BasicExecute() local 394 return bDone; in BasicExecute() 414 sal_Bool bDone = BasicExecute(); in BasicRun() local 415 return bDone; in BasicRun() 422 sal_Bool bDone = BasicExecute(); in BasicStepOver() local 423 return bDone; in BasicStepOver() [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() 970 sal_Bool bDone = sal_False; in implImportDialog() local 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() [all …]
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | docuno.cxx | 773 sal_Bool bDone = sal_False; in FillRenderMarkData() local 856 bDone = sal_True; in FillRenderMarkData() 885 bDone = sal_True; in FillRenderMarkData() 901 bDone = sal_True; in FillRenderMarkData() 945 return bDone; in FillRenderMarkData() 1485 sal_Bool bDone = aFunc.Unprotect( TABLEID_DOC, aString, sal_True ); in unprotect() local 1486 if (!bDone) in unprotect() 2548 sal_Bool bDone = sal_False; in insertNewByName() local 2553 bDone = aFunc.InsertTable( nPosition, aNamStr, sal_True, sal_True ); in insertNewByName() 2555 if (!bDone) in insertNewByName() [all …]
|
| /AOO42X/main/svtools/source/brwbox/ |
| H A D | brwbox2.cxx | 1925 sal_Bool bDone = sal_False; in Dispatch() local 1936 bDone = GoToRow( GetCurRow() + 1, sal_False ); in Dispatch() 1940 bDone = GoToRow( GetCurRow() - 1, sal_False ); in Dispatch() 1973 bDone = GoToRow( GetCurRow() + 1 , sal_False ); in Dispatch() 1974 if ( bDone ) in Dispatch() 1978 bDone = ScrollRows( 1 ) != 0; in Dispatch() 1990 bDone = GoToRow( nRow - 1 , sal_False ); in Dispatch() 1991 if ( bDone ) in Dispatch() 1996 bDone = (sal_Bool)ScrollRows( nRowsOnPage ); in Dispatch() 1999 bDone = (sal_Bool)ScrollRows( -nRowsOnPage ); in Dispatch() [all …]
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | dbdocfun.cxx | 111 sal_Bool bDone = sal_False; in DeleteDBRange() local 138 bDone = sal_True; in DeleteDBRange() 141 return bDone; in DeleteDBRange() 146 sal_Bool bDone = sal_False; in RenameDBRange() local 187 bDone = sal_True; in RenameDBRange() 191 return bDone; in RenameDBRange() 196 sal_Bool bDone = sal_False; in ModifyDBData() local 229 bDone = sal_True; in ModifyDBData() 232 return bDone; in ModifyDBData() 241 sal_Bool bDone = sal_False; in RepeatDB() local [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() 558 sal_Bool bDone = sal_False; in HideMarkedOutlines() local 643 bDone = sal_True; in HideMarkedOutlines() [all …]
|
| /AOO42X/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()
|
| /AOO42X/main/sfx2/source/appl/ |
| H A D | appserv.cxx | 152 bool bDone = sal_False; in MiscExec_Impl() local 264 bDone = sal_True; in MiscExec_Impl() 303 bDone = sal_True; in MiscExec_Impl() 355 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() [all …]
|
| /AOO42X/main/drawinglayer/source/processor2d/ |
| H A D | vclprocessor2d.cxx | 646 bool bDone(false); in RenderPolyPolygonGraphicPrimitive2D() local 653 bDone = true; in RenderPolyPolygonGraphicPrimitive2D() 729 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() [all …]
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|