Home
last modified time | relevance | path

Searched refs:SfxItemSet_Pointer_t (Results 1 – 9 of 9) 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()
56 StylePool::SfxItemSet_Pointer_t pStyle = pIter->getNext(); in addCompletePool()
84 virtual StylePool::SfxItemSet_Pointer_t getAutomaticStyle( const SfxItemSet& rSet,
86 virtual StylePool::SfxItemSet_Pointer_t getByName( const rtl::OUString& rName,
88 virtual void getAllStyles( std::vector<StylePool::SfxItemSet_Pointer_t> &rStyles,
90 virtual StylePool::SfxItemSet_Pointer_t cacheAutomaticStyle( const SfxItemSet& rSet,
125 StylePool::SfxItemSet_Pointer_t pStyle = rAutoPool.insertItemSet( rSet ); in cacheAutomaticStyle()
134 StylePool::SfxItemSet_Pointer_t SwStyleManager::getByName( const rtl::OUString& rName, in getByName()
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()
96 const StylePool::SfxItemSet_Pointer_t getItemSetOfIgnorableChild(
257 const StylePool::SfxItemSet_Pointer_t Node::getItemSetOfIgnorableChild( in getItemSetOfIgnorableChild()
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()
380 ::rtl::OUString StylePool::nameOf( SfxItemSet_Pointer_t pSet ) in nameOf()
419 StylePool::SfxItemSet_Pointer_t insertItemSet( const SfxItemSet& rSet );
[all …]
/aoo42x/main/svl/inc/svl/
H A Dstylepool.hxx39 typedef boost::shared_ptr<SfxItemSet> SfxItemSet_Pointer_t; typedef in StylePool
54 virtual SfxItemSet_Pointer_t insertItemSet( const SfxItemSet& rSet );
83 static ::rtl::OUString nameOf( SfxItemSet_Pointer_t pSet );
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,
H A Dunostyle.hxx57 typedef boost::shared_ptr<SfxItemSet> SfxItemSet_Pointer_t; typedef
423 SfxItemSet_Pointer_t mpSet;
431 … SwXAutoStyle( SwDoc* pDoc, SfxItemSet_Pointer_t pInitSet, IStyleAccess::SwAutoStyleFamily eFam );
/aoo42x/main/sw/source/core/unocore/
H A Dunostyle.cxx149 std::vector<SfxItemSet_Pointer_t> mAutoStyles;
150 std::vector<SfxItemSet_Pointer_t>::iterator aIter;
156 SfxItemSet_Pointer_t nextElement() { return *(aIter++); } in nextElement()
4600SfxItemSet_Pointer_t pSet = pDocShell->GetDoc()->GetIStyleAccess().cacheAutomaticStyle( aSet, eFam… in insertStyle()
4653SfxItemSet_Pointer_t pItemSet( new SfxItemSet( rAttrPool, RES_TXTATR_CJK_RUBY, RES_TXTATR_CJK_RUBY… in SwAutoStylesEnumImpl()
4717 SfxItemSet_Pointer_t pNextSet = pImpl->nextElement(); in nextElement()
4735 SfxItemSet_Pointer_t pInitSet, in SwXAutoStyle()
H A Dunoobj.cxx308 StylePool::SfxItemSet_Pointer_t pStyle = bPara ? in lcl_setAutoStyle()
/aoo42x/main/sw/source/core/txtnode/
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/ui/uno/
H A Dunotxdoc.cxx3385 std::vector< SfxItemSet_Pointer_t > rStyles; in getDocumentLanguages()
3389 SfxItemSet_Pointer_t pStyle = rStyles.back(); in getDocumentLanguages()

Completed in 146 milliseconds