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()
50 StylePool::SfxItemSet_Pointer_t getByName( const rtl::OUString& rName ) { return mMap[rName]; } in getByName()
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,
114 StylePool::SfxItemSet_Pointer_t SwStyleManager::getAutomaticStyle( const SfxItemSet& rSet, in getAutomaticStyle()
121 StylePool::SfxItemSet_Pointer_t SwStyleManager::cacheAutomaticStyle( const SfxItemSet& rSet, in cacheAutomaticStyle()
[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()
83 const StylePool::SfxItemSet_Pointer_t getUsedOrLastAddedItemSet() const;
85 …temSet( const SfxItemSet& rSet ){ maItemSet.push_back( StylePool::SfxItemSet_Pointer_t( rSet.Clone… in setItemSet()
96 const StylePool::SfxItemSet_Pointer_t getItemSetOfIgnorableChild(
102 const StylePool::SfxItemSet_Pointer_t Node::getUsedOrLastAddedItemSet() const in getUsedOrLastAddedItemSet()
104 std::vector< StylePool::SfxItemSet_Pointer_t >::const_reverse_iterator aIter; in getUsedOrLastAddedItemSet()
127 std::vector< StylePool::SfxItemSet_Pointer_t >::const_reverse_iterator aIter; in hasItemSet()
257 const StylePool::SfxItemSet_Pointer_t Node::getItemSetOfIgnorableChild( in getItemSetOfIgnorableChild()
285 StylePool::SfxItemSet_Pointer_t pReturn; in getItemSetOfIgnorableChild()
[all …]
/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/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/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.cxx3409 std::vector< SfxItemSet_Pointer_t > rStyles; in getDocumentLanguages()
3413 SfxItemSet_Pointer_t pStyle = rStyles.back(); in getDocumentLanguages()