Searched refs:IStyleAccess (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | swstylemanager.cxx | 66 class SwStyleManager : public IStyleAccess 85 … IStyleAccess::SwAutoStyleFamily eFamily ); 95 IStyleAccess *createStyleManager( SfxItemSet* pIgnorableParagraphItems ) in createStyleManager() 117 StylePool& rAutoPool = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? aAutoCharPool : aAutoParaPool; in getAutomaticStyle() 124 StylePool& rAutoPool = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? aAutoCharPool : aAutoParaPool; in cacheAutomaticStyle() 126 SwStyleCache* &rpCache = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? in cacheAutomaticStyle() 135 IStyleAccess::SwAutoStyleFamily eFamily ) in getByName() 137 StylePool& rAutoPool = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? aAutoCharPool : aAutoParaPool; in getByName() 138 SwStyleCache* &rpCache = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? mpCharCache : mpParaCache; in getByName() 154 IStyleAccess::SwAutoStyleFamily eFamily ) in getAllStyles() [all …]
|
H A D | swstylemanager.hxx | 26 class IStyleAccess; 32 IStyleAccess *createStyleManager( SfxItemSet* pIgnorableParagraphItems = 0 );
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 115 IStyleAccess::AUTO_STYLE_CHAR, 116 IStyleAccess::AUTO_STYLE_RUBY, 117 IStyleAccess::AUTO_STYLE_PARA 152 IStyleAccess::SwAutoStyleFamily eFamily; 4401 case IStyleAccess::AUTO_STYLE_CHAR: in insertStyle() 4407 case IStyleAccess::AUTO_STYLE_RUBY: in insertStyle() 4413 case IStyleAccess::AUTO_STYLE_PARA: in insertStyle() 4736 IStyleAccess::SwAutoStyleFamily eFam) in SwXAutoStyle() 4767 case IStyleAccess::AUTO_STYLE_CHAR: in getPropertySetInfo() 4777 case IStyleAccess::AUTO_STYLE_RUBY: in getPropertySetInfo() [all …]
|
H A D | unoobj.cxx | 299 lcl_setAutoStyle(IStyleAccess & rStyleAccess, const uno::Any & rValue, in lcl_setAutoStyle() 309 rStyleAccess.getByName(uStyle, IStyleAccess::AUTO_STYLE_PARA ): in lcl_setAutoStyle() 310 rStyleAccess.getByName(uStyle, IStyleAccess::AUTO_STYLE_CHAR ); in lcl_setAutoStyle()
|
/aoo42x/main/sw/inc/ |
H A D | istyleaccess.hxx | 35 class IStyleAccess class 47 virtual ~IStyleAccess() {} in ~IStyleAccess()
|
H A D | unostyle.hxx | 55 class IStyleAccess; 374 IStyleAccess::SwAutoStyleFamily eFamily; 380 SwXAutoStyleFamily(SwDocShell* pDocShell, IStyleAccess::SwAutoStyleFamily eFamily); 400 SwXAutoStylesEnumerator( SwDoc* pDoc, IStyleAccess::SwAutoStyleFamily eFam ); 424 IStyleAccess::SwAutoStyleFamily meFamily; 431 … SwXAutoStyle( SwDoc* pDoc, SfxItemSet_Pointer_t pInitSet, IStyleAccess::SwAutoStyleFamily eFam );
|
H A D | node.hxx | 71 class IStyleAccess; 270 IStyleAccess& getIDocumentStyleAccess();
|
H A D | doc.hxx | 196 class IStyleAccess; 387 IStyleAccess *pStyleAccess; // handling of automatic styles 1277 IStyleAccess& GetIStyleAccess() { return *pStyleAccess; } in GetIStyleAccess()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 93 IStyleAccess& rSA = pAttrSet->GetPool()->GetDoc()->GetIStyleAccess(); in GetNewAutoStyle() 95 IStyleAccess::AUTO_STYLE_PARA : in GetNewAutoStyle() 96 IStyleAccess::AUTO_STYLE_NOTXT ); in GetNewAutoStyle() 2127 IStyleAccess& SwNode::getIDocumentStyleAccess() { return GetDoc()->GetIStyleAccess(); } in getIDocumentStyleAccess()
|
H A D | ndnotxt.cxx | 85 …mpAttrSet = GetDoc()->GetIStyleAccess().getAutomaticStyle( aNewAttrSet, IStyleAccess::AUTO_STYLE_N… in NewAttrSet()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 916 …wStyle = rNode.getIDocumentStyleAccess().getAutomaticStyle( *pNewSet, IStyleAccess::AUTO_STYLE_CHA… in BuildPortions() 1122 IStyleAccess& rStyleAccess = rDoc.GetIStyleAccess(); in MakeTxtAttr() 1123 …xItemSet_Pointer_t pAutoStyle = rStyleAccess.getAutomaticStyle( rSet, IStyleAccess::AUTO_STYLE_CHA… in MakeTxtAttr()
|
H A D | txtedt.cxx | 322 static bool lcl_HaveCommonAttributes( IStyleAccess& rStyleAccess, in lcl_HaveCommonAttributes() 364 … pStyleHandle = rStyleAccess.getAutomaticStyle( *pNewSet, IStyleAccess::AUTO_STYLE_CHAR ); in lcl_HaveCommonAttributes()
|
H A D | ndtxt.cxx | 857 …mpAttrSet = GetDoc()->GetIStyleAccess().getAutomaticStyle( aNewAttrSet, IStyleAccess::AUTO_STYLE_P… in NewAttrSet()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 3378 const IStyleAccess::SwAutoStyleFamily aFam[2] = in getDocumentLanguages() 3380 IStyleAccess::AUTO_STYLE_CHAR, in getDocumentLanguages() 3381 IStyleAccess::AUTO_STYLE_PARA in getDocumentLanguages()
|
Completed in 146 milliseconds