Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunostyle.cxx691 if(pBasePool) in getByIndex()
829 if(pBasePool) in getByName()
861 if(pBasePool) in getElementNames()
885 if(pBasePool) in hasByName()
922 if(pBasePool) in insertByName()
994 if(pBasePool) in replaceByName()
1028 if(pBasePool) in removeByName()
1371 pBasePool(0), in SwXStyle()
1469 if(pBasePool) in ~SwXStyle()
1490 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()
/aoo4110/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 …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sd/source/ui/inc/
H A DDrawDocShell.hxx105 virtual void SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const;
/aoo4110/main/sfx2/inc/sfx2/
H A Dobjsh.hxx496 void SetStyleSheetPool( SfxStyleSheetBasePool *pBasePool ) { in SetStyleSheetPool() argument
497 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
/aoo4110/main/svl/inc/svl/
H A Dstyle.hxx178 SfxStyleSheetBasePool* pBasePool; member in SfxStyleSheetIterator
/aoo4110/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()
/aoo4110/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 119 milliseconds