Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunostyle.cxx504 pBasePool(pDocSh->GetStyleSheetPool()), in SwXStyleFamily()
525 StartListening(*pBasePool); in SwXStyleFamily()
691 if(pBasePool) in getByIndex()
791 SfxStyleSheetBase* pBase = pBasePool->Find( sStyleName, eFamily ); in getByIndex()
798 new SwXPageStyle(*pBasePool, pDocShell, eFamily, sStyleName) : in getByIndex()
800 … new SwXFrameStyle(*pBasePool, pDocShell->GetDoc(), pBase->GetName()): in getByIndex()
801 … new SwXStyle(*pBasePool, eFamily, pDocShell->GetDoc(), sStyleName); in getByIndex()
829 if(pBasePool) in getByName()
831 pBasePool->SetSearchMask(eFamily, SFXSTYLEBIT_ALL ); in getByName()
832 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in getByName()
[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()
/AOO41X/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()
456 SfxStyleSheetBase* pStyle = pBasePool->aStyles[i].get(); in Count()
466 return pBasePool->aStyles[nIdx].get(); in operator []()
469 for(sal_uInt16 n=0; n<pBasePool->aStyles.size(); n++) in operator []()
471 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in operator []()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sd/source/ui/inc/
H A DDrawDocShell.hxx105 virtual void SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const;
/AOO41X/main/sfx2/inc/sfx2/
H A Dobjsh.hxx519 void SetStyleSheetPool( SfxStyleSheetBasePool *pBasePool ) { in SetStyleSheetPool() argument
520 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
/AOO41X/main/svl/inc/svl/
H A Dstyle.hxx178 SfxStyleSheetBasePool* pBasePool; member in SfxStyleSheetIterator
/AOO41X/main/sw/source/ui/app/
H A Ddocstyle.cxx2484 SwDoc& rDoc = ((SwDocStyleSheetPool*)pBasePool)->GetDoc(); in First()
2488 const sal_Bool bOrganizer = ((SwDocStyleSheetPool*)pBasePool)->IsOrganizerMode(); in First()
2852 SwDoc& rDoc = ((SwDocStyleSheetPool*)pBasePool)->GetDoc(); in AppendStyleList()
/AOO41X/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()