Searched refs:SfxStyleInfo_Impl (Results 1 – 3 of 3) sorted by relevance
49 struct SfxStyleInfo_Impl;54 struct SfxStyleInfo_Impl struct61 SfxStyleInfo_Impl() in SfxStyleInfo_Impl() function64 SfxStyleInfo_Impl(const SfxStyleInfo_Impl& rCopy) in SfxStyleInfo_Impl() function84 sal_Bool parseStyleCommand(SfxStyleInfo_Impl& aStyle);85 void getLabel4Style(SfxStyleInfo_Impl& aStyle);87 ::std::vector< SfxStyleInfo_Impl > getStyleFamilies();88 ::std::vector< SfxStyleInfo_Impl > getStyles(const ::rtl::OUString& sFamily);
114 sal_Bool SfxStylesInfo_Impl::parseStyleCommand(SfxStyleInfo_Impl& aStyle) in parseStyleCommand()152 void SfxStylesInfo_Impl::getLabel4Style(SfxStyleInfo_Impl& aStyle) in getLabel4Style()194 ::std::vector< SfxStyleInfo_Impl > SfxStylesInfo_Impl::getStyleFamilies() in getStyleFamilies()199 return ::std::vector< SfxStyleInfo_Impl >(); in getStyleFamilies()203 ::std::vector< SfxStyleInfo_Impl > lFamilies; in getStyleFamilies()208 SfxStyleInfo_Impl aFamilyInfo; in getStyleFamilies()226 { return ::std::vector< SfxStyleInfo_Impl >(); } in getStyleFamilies()234 ::std::vector< SfxStyleInfo_Impl > SfxStylesInfo_Impl::getStyles(const ::rtl::OUString& sFamily) in getStyles()250 { return ::std::vector< SfxStyleInfo_Impl >(); } in getStyles()252 ::std::vector< SfxStyleInfo_Impl > lStyles; in getStyles()[all …]
1489 SfxStyleInfo_Impl aStyle; in GetLabel4Command()