/aoo4110/main/xmlsecurity/source/component/ |
H A D | documentdigitalsignatures.cxx | 219 bool bInit = aSignaturesDialog.Init(); in ImplViewSignatures() local 220 DBG_ASSERT( bInit, "Error initializing security context!" ); in ImplViewSignatures() 221 if ( bInit ) in ImplViewSignatures() 275 bool bInit = aSignatureHelper.Init(); in ImplVerifySignatures() local 277 DBG_ASSERT( bInit, "Error initializing security context!" ); in ImplVerifySignatures() 279 if ( !bInit ) in ImplVerifySignatures() 390 bool bInit = aSignatureHelper.Init(); in showCertificate() local 392 DBG_ASSERT( bInit, "Error initializing security context!" ); in showCertificate() 394 if ( bInit ) in showCertificate()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 110 static sal_Bool bInit = sal_False; in getImplementationId() local 111 if(!bInit) in getImplementationId() 114 bInit = sal_True; in getImplementationId() 310 static sal_Bool bInit = sal_False; in getImplementationId() local 311 if(!bInit) in getImplementationId() 314 bInit = sal_True; in getImplementationId() 712 static sal_Bool bInit = sal_False; in getImplementationId() local 713 if(!bInit) in getImplementationId() 716 bInit = sal_True; in getImplementationId()
|
/aoo4110/main/cppu/source/threadpool/ |
H A D | threadident.cxx | 62 if( ! p->bInit ) in uno_getIdOfCurrentThread() 74 p->bInit = sal_True; in uno_getIdOfCurrentThread() 107 if( ! p->bInit ) in uno_bindIdToCurrentThread() 114 p->bInit = sal_True; in uno_bindIdToCurrentThread()
|
/aoo4110/main/vcl/source/app/ |
H A D | svmain.cxx | 190 sal_Bool bInit = InitVCL( xMS ); in ImplSVMain() local 192 if( bInit ) in ImplSVMain() 225 return bInit; in ImplSVMain() 233 sal_Bool bInit; in SVMain() local 234 if( ImplSVMainHook( &bInit ) ) in SVMain() 235 return bInit; in SVMain()
|
/aoo4110/main/xmlsecurity/workben/ |
H A D | signaturetest.cxx | 419 bool bInit = aSignaturesDialog.Init( aTokenFileName ); in IMPL_LINK() local 420 if ( !bInit ) in IMPL_LINK() 447 bool bInit = aSignatureHelper.Init( aTokenFileName ); in IMPL_LINK() local 449 if ( !bInit ) in IMPL_LINK() 509 bool bInit = aSignatureHelper.Init( aTokenFileName ); in IMPL_LINK() local 511 if ( !bInit ) in IMPL_LINK()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdotxfl.cxx | 32 static sal_Bool bInit = sal_False; variable 37 if ( !bInit ) in SdrRegisterFieldClasses() 43 bInit = sal_True; in SdrRegisterFieldClasses()
|
/aoo4110/main/svx/source/engine3d/ |
H A D | objfac3d.cxx | 43 static sal_Bool bInit = sal_False; variable 47 if ( !bInit ) in E3dObjFactory() 50 bInit = sal_True; in E3dObjFactory()
|
/aoo4110/main/extensions/test/ole/MfcControl/ |
H A D | MfcControl.cpp | 47 BOOL bInit = COleControlModule::InitInstance(); in InitInstance() local 49 if (bInit) in InitInstance() 54 return bInit; in InitInstance()
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | Aservices.cxx | 51 static sal_Bool bInit = sal_False; in createRegistryInfo_adabasui() local 52 if (!bInit) in createRegistryInfo_adabasui() 56 bInit = sal_True; in createRegistryInfo_adabasui()
|
/aoo4110/main/dbaccess/source/filter/xml/ |
H A D | xmlservices.cxx | 53 static sal_Bool bInit = sal_False; in createRegistryInfo_dbaxml() local 54 if (!bInit) in createRegistryInfo_dbaxml() 62 bInit = sal_True; in createRegistryInfo_dbaxml()
|
/aoo4110/main/dbaccess/source/core/misc/ |
H A D | services.cxx | 67 static sal_Bool bInit = sal_False; in createRegistryInfo_DBA() local 68 if (!bInit) in createRegistryInfo_DBA() 77 bInit = sal_True; in createRegistryInfo_DBA()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accgraphic.cxx | 89 static sal_Bool bInit = sal_False; in getImplementationId() local 90 if(!bInit) in getImplementationId() 93 bInit = sal_True; in getImplementationId()
|
H A D | accpreview.cxx | 96 static sal_Bool bInit = sal_False; in getImplementationId() local 97 if(!bInit) in getImplementationId() 100 bInit = sal_True; in getImplementationId()
|
H A D | accembedded.cxx | 118 static sal_Bool bInit = sal_False; in getImplementationId() local 119 if(!bInit) in getImplementationId() 122 bInit = sal_True; in getImplementationId()
|
H A D | accfootnote.cxx | 149 static sal_Bool bInit = sal_False; in getImplementationId() local 150 if(!bInit) in getImplementationId() 153 bInit = sal_True; in getImplementationId()
|
H A D | accheaderfooter.cxx | 134 static sal_Bool bInit = sal_False; in getImplementationId() local 135 if(!bInit) in getImplementationId() 138 bInit = sal_True; in getImplementationId()
|
H A D | accpage.cxx | 180 static sal_Bool bInit = sal_False; in getImplementationId() local 181 if(!bInit) in getImplementationId() 184 bInit = sal_True; in getImplementationId()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | uiservices.cxx | 79 static sal_Bool bInit = sal_False; in createRegistryInfo_DBU() local 80 if (!bInit) in createRegistryInfo_DBU() 106 bInit = sal_True; in createRegistryInfo_DBU()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 764 void SdPage::CreateTitleAndLayout(sal_Bool bInit, sal_Bool bCreate ) in CreateTitleAndLayout() argument 791 if( mePageKind == PK_HANDOUT && bInit ) in CreateTitleAndLayout() 1425 if( bMissing && bInit ) in findAutoLayoutShapesImpl() 1555 void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate ) in SetAutoLayout() argument 1567 CreateTitleAndLayout(bInit, bCreate); in SetAutoLayout() 1583 findAutoLayoutShapesImpl( *this, aDescriptor, aLayoutShapes, bInit, bSwitchLayout ); in SetAutoLayout() 1597 if( bInit ) in SetAutoLayout() 2262 if (!pObj && bInit) in InsertAutoLayoutShape() 2266 else if ( pObj && (pObj->GetUserCall() || bInit) ) in InsertAutoLayoutShape() 2269 if( bInit ) in InsertAutoLayoutShape() [all …]
|
/aoo4110/main/svx/source/form/ |
H A D | fmobjfac.cxx | 74 static sal_Bool bInit = sal_False; variable 83 if ( !bInit ) in FmFormObjFactory() 110 bInit = sal_True; in FmFormObjFactory()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbaglobals.cxx | 161 static bool bInit = false; in getAvailableServiceNames() local 163 if ( !bInit ) in getAvailableServiceNames() 175 bInit = true; in getAvailableServiceNames()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 52 sal_Bool bInit : 1; // Ist am SwClient bereits ein First()-Aufruf erfolgt? member in SwNode2LayImpl 142 : pUpperFrms( NULL ), nIndex( nIdx ), bInit( sal_False ) in SwNode2LayImpl() 205 if( !bInit ) in NextFrm() 208 bInit = sal_True; in NextFrm()
|
/aoo4110/main/avmedia/source/gstreamer/ |
H A D | gstframegrabber.cxx | 221 bool bInit = false; in grabFrame() local 256 bInit = true; in grabFrame() 260 if( !bInit ) in grabFrame()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 75 bInit (sal_True) in SwFldVarPage() 225 bInit = sal_True; in IMPL_LINK() 236 bInit = sal_False; in IMPL_LINK() 253 if (IsFldEdit() && (!pBox || bInit)) in IMPL_LINK() 288 if ( pBox || ( bInit && !IsRefresh() ) ) // Nur bei Interaktion mit Maus in IMPL_LINK() 452 && IsFldEdit() && ( !pBox || bInit ) ) in IMPL_LINK() 597 if ( nSelPos != LISTBOX_ENTRY_NOTFOUND && pBox && !bInit ) in IMPL_LINK()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | webdavprovider.cxx | 83 static bool bInit = false; in ContentProvider() local 84 if ( bInit ) in ContentProvider() 86 bInit = true; in ContentProvider()
|