Searched refs:pBasePool (Results 1 – 10 of 10) sorted by relevance
659 if(pBasePool) in getByIndex()797 if(pBasePool) in getByName()829 if(pBasePool) in getElementNames()853 if(pBasePool) in hasByName()890 if(pBasePool) in insertByName()962 if(pBasePool) in replaceByName()996 if(pBasePool) in removeByName()1339 pBasePool(0), in SwXStyle()1437 if(pBasePool) in ~SwXStyle()1458 if(pBasePool) in getName()[all …]
282 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in setMacroItem() local283 if (pBasePool) in setMacroItem()285 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in setMacroItem()303 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in getMacroItem() local304 if (pBasePool) in getMacroItem()306 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in getMacroItem()
174 static SfxItemPool* pBasePool = 0; in implGetStaticPool() local178 pBasePool = new SfxItemPool( aName, 0, 0, 0 ); in implGetStaticPool()179 pSheetPool = new SfxStyleSheetBasePool(*pBasePool); in implGetStaticPool()432 pBasePool=pBase; in SfxStyleSheetIterator()452 n = (sal_uInt16) pBasePool->aStyles.size(); in Count()454 for(sal_uInt16 i=0; i<pBasePool->aStyles.size(); i++) in Count()466 return pBasePool->aStyles[nIdx].get(); in operator []()469 for(sal_uInt16 n=0; n<pBasePool->aStyles.size(); n++) in operator []()490 if ( IsTrivialSearch() && pBasePool->aStyles.size() ) in First()507 return pAktStyle = pBasePool->aStyles[nIdx].get(); in First()[all …]
124 SfxStyleSheetBasePool* pBasePool; member in SwXStyleFamily187 SfxStyleSheetBasePool* pBasePool; member in SwXStyle199 const SfxStyleSheetBasePool* GetBasePool() const {return pBasePool;} in GetBasePool()200 SfxStyleSheetBasePool* GetBasePool() {return pBasePool;} in GetBasePool()282 pBasePool = pPool; in SetDoc()283 StartListening(*pBasePool); in SetDoc()
242 void DrawDocShell::SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const in SetOrganizerSearchMask()244 pBasePool->SetSearchMask(SD_STYLE_FAMILY_GRAPHICS, SFXSTYLEBIT_USERDEF | SFXSTYLEBIT_USED); in SetOrganizerSearchMask()
519 void SetStyleSheetPool( SfxStyleSheetBasePool *pBasePool ) { in SetStyleSheetPool() argument520 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
105 virtual void SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const;
178 SfxStyleSheetBasePool* pBasePool; member in SfxStyleSheetIterator
2558 SwDoc& rDoc = ((SwDocStyleSheetPool*)pBasePool)->GetDoc(); in First()2562 const sal_Bool bOrganizer = ((SwDocStyleSheetPool*)pBasePool)->IsOrganizerMode(); in First()2926 SwDoc& rDoc = ((SwDocStyleSheetPool*)pBasePool)->GetDoc(); in AppendStyleList()
91 SfxStyleSheetBasePool* pBasePool = pDocShell->GetStyleSheetPool(); in GetDefaultFontHeight() local95 SfxStyleSheetBase* pStyle = pBasePool->Find( aString, (SfxStyleFamily)SFX_STYLE_FAMILY_PARA ); in GetDefaultFontHeight()
Completed in 109 milliseconds