Home
last modified time | relevance | path

Searched refs:bLazy (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/svx/source/gallery2/
H A Dgalmisc.cxx461 GalleryTransferable::GalleryTransferable( GalleryTheme* pTheme, sal_uIntPtr nObjectPos, bool bLazy in DBG_NAME()
471 InitData( bLazy ); in DBG_NAME()
484 void GalleryTransferable::InitData( bool bLazy ) in InitData() argument
490 if( !bLazy ) in InitData()
/aoo4110/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx92 …sal_Bool bLazy = ((eMode & MyConfigurationHelper::E_LAZY_WRITE)==MyConfigurationHelper::E_LAZY_WRI… in openConfig() local
94 aParam.Value = makeAny(bLazy); in openConfig()
/aoo4110/main/svx/inc/svx/
H A Dgalmisc.hxx200 GalleryTransferable( GalleryTheme* pTheme, sal_uIntPtr nObjectPos, bool bLazy );
203 void InitData( bool bLazy );
/aoo4110/main/comphelper/source/misc/
H A Dconfigurationhelper.cxx70 … sal_Bool bLazy = ((eMode & ConfigurationHelper::E_LAZY_WRITE)==ConfigurationHelper::E_LAZY_WRITE); in openConfig() local
72 aParam.Value = css::uno::makeAny(bLazy); in openConfig()
/aoo4110/main/unotools/source/config/
H A Dconfigmgr.cxx262 sal_Bool bLazy = 0 != (rCfgItem.GetMode()&CONFIG_MODE_DELAYED_UPDATE); in AcquireTree() local
265 aUpdate.Value.setValue(&bLazy, ::getBooleanCppuType()); in AcquireTree()
/aoo4110/main/vcl/inc/
H A Dilstbox.hxx128 …ring& rStr, sal_uInt16 nStart = 0, sal_Bool bForward = sal_True, sal_Bool bLazy = sal_True ) const;
/aoo4110/main/vcl/source/control/
H A Dilstbox.cxx276 …dMatchingEntry( const XubString& rStr, sal_uInt16 nStart, sal_Bool bForward, sal_Bool bLazy ) const in FindMatchingEntry()
290 …sal_Bool bMatch = bLazy ? rI18nHelper.MatchString( rStr, pImplEntry->maStr ) != 0 : ( rStr.Match( … in FindMatchingEntry()

Completed in 68 milliseconds