Searched refs:_bLazyWrite (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/unotools/source/config/ |
H A D | confignode.cxx | 622 …ider, const ::rtl::OUString& _rPath, sal_Int32 _nDepth, CREATION_MODE _eMode, sal_Bool _bLazyWrite) in createWithProvider() argument 625 _rxConfProvider, _rPath, _eMode != CM_READONLY, _nDepth, _bLazyWrite ) ); in createWithProvider() 632 …ORB, const ::rtl::OUString& _rPath, sal_Int32 _nDepth, CREATION_MODE _eMode, sal_Bool _bLazyWrite ) in createWithServiceFactory() argument 634 …return createWithProvider( lcl_getConfigProvider( _rxORB ), _rPath, _nDepth, _eMode, _bLazyWrite ); in createWithServiceFactory() 639 const ::rtl::OUString& _rPath, sal_Int32 _nDepth , CREATION_MODE _eMode , sal_Bool _bLazyWrite ) in tryCreateWithServiceFactory() argument 648 return createWithProvider( xConfigFactory, _rPath, _nDepth, _eMode, _bLazyWrite ); in tryCreateWithServiceFactory()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | confignode.hxx | 314 sal_Bool _bLazyWrite = sal_True 330 …ath, sal_Int32 _nDepth = -1, CREATION_MODE _eMode = CM_UPDATABLE, sal_Bool _bLazyWrite = sal_True); 339 …th, sal_Int32 _nDepth = -1, CREATION_MODE _eMode = CM_UPDATABLE, sal_Bool _bLazyWrite = sal_True );
|
Completed in 13 milliseconds