Home
last modified time | relevance | path

Searched refs:pBasePool (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx659 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 …]
H A Dunoevent.cxx282 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in setMacroItem() local
283 if (pBasePool) in setMacroItem()
285 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in setMacroItem()
303 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in getMacroItem() local
304 if (pBasePool) in getMacroItem()
306 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in getMacroItem()
/trunk/main/svl/source/items/
H A Dstyle.cxx174 static SfxItemPool* pBasePool = 0; in implGetStaticPool() local
178 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 …]
/trunk/main/sw/inc/
H A Dunostyle.hxx124 SfxStyleSheetBasePool* pBasePool; member in SwXStyleFamily
187 SfxStyleSheetBasePool* pBasePool; member in SwXStyle
199 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()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel3.cxx242 void DrawDocShell::SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const in SetOrganizerSearchMask()
244 pBasePool->SetSearchMask(SD_STYLE_FAMILY_GRAPHICS, SFXSTYLEBIT_USERDEF | SFXSTYLEBIT_USED); in SetOrganizerSearchMask()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx519 void SetStyleSheetPool( SfxStyleSheetBasePool *pBasePool ) { in SetStyleSheetPool() argument
520 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
/trunk/main/sd/source/ui/inc/
H A DDrawDocShell.hxx105 virtual void SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const;
/trunk/main/svl/inc/svl/
H A Dstyle.hxx178 SfxStyleSheetBasePool* pBasePool; member in SfxStyleSheetIterator
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx2558 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()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx91 SfxStyleSheetBasePool* pBasePool = pDocShell->GetStyleSheetPool(); in GetDefaultFontHeight() local
95 SfxStyleSheetBase* pStyle = pBasePool->Find( aString, (SfxStyleFamily)SFX_STYLE_FAMILY_PARA ); in GetDefaultFontHeight()

Completed in 96 milliseconds