Searched refs:pBasePool (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 504 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 D | unoevent.cxx | 282 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 D | style.cxx | 174 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 D | unostyle.hxx | 124 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 D | docshel3.cxx | 242 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 D | DrawDocShell.hxx | 105 virtual void SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const;
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | objsh.hxx | 519 void SetStyleSheetPool( SfxStyleSheetBasePool *pBasePool ) { in SetStyleSheetPool() argument 520 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | style.hxx | 178 SfxStyleSheetBasePool* pBasePool; member in SfxStyleSheetIterator
|
| /AOO41X/main/sw/source/ui/app/ |
| H A D | docstyle.cxx | 2484 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 D | fntcache.cxx | 91 SfxStyleSheetBasePool* pBasePool = pDocShell->GetStyleSheetPool(); in GetDefaultFontHeight() local 95 SfxStyleSheetBase* pStyle = pBasePool->Find( aString, (SfxStyleFamily)SFX_STYLE_FAMILY_PARA ); in GetDefaultFontHeight()
|