Home
last modified time | relevance | path

Searched refs:GetBasePool (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx3597 if(GetBasePool()) in SetPropertyValues_Impl()
3599 sal_uInt16 nSaveMask = GetBasePool()->GetSearchMask(); in SetPropertyValues_Impl()
3600 GetBasePool()->SetSearchMask(GetFamily()); in SetPropertyValues_Impl()
3601 SfxStyleSheetBase* pBase = GetBasePool()->Find(GetStyleName()); in SetPropertyValues_Impl()
3602 GetBasePool()->SetSearchMask(GetFamily(), nSaveMask ); in SetPropertyValues_Impl()
3630 if(GetBasePool()) in SetPropertyValues_Impl()
3928 if(GetBasePool()) in GetPropertyValues_Impl()
3932 sal_uInt16 nSaveMask = GetBasePool()->GetSearchMask(); in GetPropertyValues_Impl()
3933 GetBasePool()->SetSearchMask(GetFamily(), SFXSTYLEBIT_ALL ); in GetPropertyValues_Impl()
3934 pBase = GetBasePool()->Find(GetStyleName()); in GetPropertyValues_Impl()
[all …]
H A Dunoevent.cxx282 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in setMacroItem()
303 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in getMacroItem()
/trunk/main/sw/inc/
H A Dunostyle.hxx199 const SfxStyleSheetBasePool* GetBasePool() const {return pBasePool;} in GetBasePool() function in SwXStyle
200 SfxStyleSheetBasePool* GetBasePool() {return pBasePool;} in GetBasePool() function in SwXStyle

Completed in 54 milliseconds