Searched refs:bLazy (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svx/source/gallery2/ |
H A D | galmisc.cxx | 461 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()
|
/trunk/main/extensions/source/oooimprovement/ |
H A D | myconfigurationhelper.cxx | 92 …sal_Bool bLazy = ((eMode & MyConfigurationHelper::E_LAZY_WRITE)==MyConfigurationHelper::E_LAZY_WRI… in openConfig() local 94 aParam.Value = makeAny(bLazy); in openConfig()
|
/trunk/main/svx/inc/svx/ |
H A D | galmisc.hxx | 200 GalleryTransferable( GalleryTheme* pTheme, sal_uIntPtr nObjectPos, bool bLazy ); 203 void InitData( bool bLazy );
|
/trunk/main/comphelper/source/misc/ |
H A D | configurationhelper.cxx | 70 … sal_Bool bLazy = ((eMode & ConfigurationHelper::E_LAZY_WRITE)==ConfigurationHelper::E_LAZY_WRITE); in openConfig() local 72 aParam.Value = css::uno::makeAny(bLazy); in openConfig()
|
/trunk/main/unotools/source/config/ |
H A D | configmgr.cxx | 262 sal_Bool bLazy = 0 != (rCfgItem.GetMode()&CONFIG_MODE_DELAYED_UPDATE); in AcquireTree() local 265 aUpdate.Value.setValue(&bLazy, ::getBooleanCppuType()); in AcquireTree()
|
/trunk/main/vcl/inc/ |
H A D | ilstbox.hxx | 128 …ring& rStr, sal_uInt16 nStart = 0, sal_Bool bForward = sal_True, sal_Bool bLazy = sal_True ) const;
|
/trunk/main/vcl/source/control/ |
H A D | ilstbox.cxx | 276 …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 60 milliseconds