Home
last modified time | relevance | path

Searched refs:StylePool (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/sw/source/core/doc/
H A Dswstylemanager.cxx38 StylePool::SfxItemSet_Pointer_t,
47 void addStyleName( StylePool::SfxItemSet_Pointer_t pStyle ) in addStyleName()
48 { mMap[ StylePool::nameOf(pStyle) ] = pStyle; } in addStyleName()
49 void addCompletePool( StylePool& rPool );
53 void SwStyleCache::addCompletePool( StylePool& rPool ) in addCompletePool()
56 StylePool::SfxItemSet_Pointer_t pStyle = pIter->getNext(); in addCompletePool()
59 rtl::OUString aName( StylePool::nameOf(pStyle) ); in addCompletePool()
68 StylePool aAutoCharPool;
69 StylePool aAutoParaPool;
141 StylePool::SfxItemSet_Pointer_t pStyle = rpCache->getByName( rName ); in getByName()
[all …]
/aoo42x/main/svl/source/items/
H A Dstylepool.cxx50 std::vector< StylePool::SfxItemSet_Pointer_t > maItemSet;
79 const StylePool::SfxItemSet_Pointer_t getItemSet() const in getItemSet()
285 StylePool::SfxItemSet_Pointer_t pReturn; in getItemSetOfIgnorableChild()
320 virtual StylePool::SfxItemSet_Pointer_t getNext();
324 StylePool::SfxItemSet_Pointer_t Iterator::getNext() in getNext()
326 StylePool::SfxItemSet_Pointer_t pReturn; in getNext()
486 StylePool::SfxItemSet_Pointer_t pTemp; in insertItemSet()
515 StylePool::StylePool( SfxItemSet* pIgnorableItems ) in StylePool() function in StylePool
520 StylePool::SfxItemSet_Pointer_t StylePool::insertItemSet( const SfxItemSet& rSet ) in insertItemSet()
531 sal_Int32 StylePool::getCount() const in getCount()
[all …]
/aoo42x/main/svl/inc/svl/
H A Dstylepool.hxx34 class SVL_DLLPUBLIC StylePool class
42 explicit StylePool( SfxItemSet* pIgnorableItems = 0 );
81 virtual ~StylePool();
92 virtual StylePool::SfxItemSet_Pointer_t getNext() = 0;
/aoo42x/main/sw/inc/
H A Distyleaccess.hxx49 virtual StylePool::SfxItemSet_Pointer_t getAutomaticStyle( const SfxItemSet& rSet,
51 virtual void getAllStyles( std::vector<StylePool::SfxItemSet_Pointer_t> &rStyles,
56 virtual StylePool::SfxItemSet_Pointer_t getByName( const rtl::OUString& rName,
59 virtual StylePool::SfxItemSet_Pointer_t cacheAutomaticStyle( const SfxItemSet& rSet,
/aoo42x/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx177 String sCharFmtName = StylePool::nameOf( mpHandle ); in QueryValue()
H A Dthints.cxx1021 …const StylePool::SfxItemSet_Pointer_t pAutoStyle = static_cast<const SwFmtAutoFmt&>(rAttr).GetStyl… in MakeTxtAttr()
1123 …const StylePool::SfxItemSet_Pointer_t pAutoStyle = rStyleAccess.getAutomaticStyle( rSet, IStyleAcc… in MakeTxtAttr()
/aoo42x/main/sw/source/core/unocore/
H A Dunoobj.cxx308 StylePool::SfxItemSet_Pointer_t pStyle = bPara ? in lcl_setAutoStyle()
H A Dunostyle.cxx4902 OUString sName(StylePool::nameOf( mpSet )); in GetPropertyValues_Impl()

Completed in 334 milliseconds