Home
last modified time | relevance | path

Searched refs:bInit (Results 76 – 86 of 86) sorted by relevance

1234

/aoo4110/main/basic/source/classes/
H A Dimage.cxx45 bInit = in SbiImage()
H A Dsb.cxx1287 pModule->pImage->bInit = false; in DeInitAllModules()
/aoo4110/main/svx/source/svdraw/
H A Dsvdmodel.cxx857 void SdrModel::ImpSetOutlinerDefaults( SdrOutliner* pOutliner, sal_Bool bInit ) in ImpSetOutlinerDefaults() argument
862 if( bInit ) in ImpSetOutlinerDefaults()
/aoo4110/main/svx/inc/svx/
H A Dsvdmodel.hxx303 SVX_DLLPRIVATE void ImpSetOutlinerDefaults( SdrOutliner* pOutliner, sal_Bool bInit = sal_False );
/aoo4110/main/sc/source/ui/view/
H A Dgridwin.cxx176 sal_Bool bInit; member in ScFilterListBox
200 sal_Bool IsInInit() const { return bInit; } in IsInInit()
217 bInit( sal_True ), in ScFilterListBox()
240 bInit = sal_False; in EndInit()
286 if ( !IsTravelSelect() && !bInit && !bCancelled ) in SelectHdl()
/aoo4110/main/sw/inc/
H A Dunoport.hxx132 SwFmtFld * GetFldFmt(bool bInit = false);
/aoo4110/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx548 void FileDialogHelper_Impl::enablePasswordBox( sal_Bool bInit ) in enablePasswordBox() argument
561 if( bInit ) in enablePasswordBox()
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx1459 static sal_Bool bInit = sal_False; in getImplementationId() local
1460 if(!bInit) in getImplementationId()
1463 bInit = sal_True; in getImplementationId()
/aoo4110/main/cui/source/tabpages/
H A Dnumpages.cxx203 static sal_Bool bInit = 0; in lcl_GetDefaultBulletFont() local
207 if(!bInit) in lcl_GetDefaultBulletFont()
214 bInit = sal_True; in lcl_GetDefaultBulletFont()
/aoo4110/main/sw/source/core/unocore/
H A Dunotbl.cxx822 static sal_Bool bInit = sal_False; in getImplementationId() local
823 if(!bInit) in getImplementationId()
826 bInit = sal_True; in getImplementationId()
/aoo4110/main/vcl/source/window/
H A Dtoolbox.cxx6301 static bool bInit = false, bValue = false; in ImplDisableFlatButtons() local
6302 if( ! bInit ) in ImplDisableFlatButtons()
6304 bInit = true; in ImplDisableFlatButtons()

Completed in 235 milliseconds

1234