Lines Matching refs:SvXMLStylesContext

103 const SvXMLTokenMap& SvXMLStylesContext::GetStyleStylesElemTokenMap()  in GetStyleStylesElemTokenMap()
402 TYPEINIT1( SvXMLStylesContext, SvXMLImportContext );
404 sal_uInt32 SvXMLStylesContext::GetStyleCount() const in GetStyleCount()
409 SvXMLStyleContext *SvXMLStylesContext::GetStyle( sal_uInt32 i ) in GetStyle()
414 const SvXMLStyleContext *SvXMLStylesContext::GetStyle( sal_uInt32 i ) const in GetStyle()
419 sal_Bool SvXMLStylesContext::IsAutomaticStyle() const in IsAutomaticStyle()
424 SvXMLStyleContext *SvXMLStylesContext::CreateStyleChildContext( in CreateStyleChildContext()
559 SvXMLStyleContext *SvXMLStylesContext::CreateStyleStyleChildContext( in CreateStyleStyleChildContext()
593 SvXMLStyleContext *SvXMLStylesContext::CreateDefaultStyleStyleChildContext( in CreateDefaultStyleStyleChildContext()
601 sal_Bool SvXMLStylesContext::InsertStyleFamily( sal_uInt16 ) const in InsertStyleFamily()
606 sal_uInt16 SvXMLStylesContext::GetFamily( in GetFamily()
664 UniReference < SvXMLImportPropertyMapper > SvXMLStylesContext::GetImportPropertyMapper( in GetImportPropertyMapper()
674 SvXMLStylesContext * pThis = (SvXMLStylesContext *)this; in GetImportPropertyMapper()
684 SvXMLStylesContext * pThis = (SvXMLStylesContext *)this; in GetImportPropertyMapper()
696 xMapper = ((SvXMLStylesContext*)this)->GetImport().GetTextImport()-> in GetImportPropertyMapper()
704 xMapper = ((SvXMLStylesContext*)this)->GetImport().GetTextImport()-> in GetImportPropertyMapper()
714 ((SvXMLStylesContext*)this)->mxShapeImpPropMapper = in GetImportPropertyMapper()
736 ((SvXMLStylesContext*)this)->GetImport() ); in GetImportPropertyMapper()
745 Reference < XAutoStyleFamily > SvXMLStylesContext::GetAutoStyles( sal_uInt16 nFamily ) const in GetAutoStyles()
768 ((SvXMLStylesContext *)this)->mxParaAutoStyles = xAutoStyles; in GetAutoStyles()
770 ((SvXMLStylesContext *)this)->mxTextAutoStyles = xAutoStyles; in GetAutoStyles()
777 Reference < XNameContainer > SvXMLStylesContext::GetStylesContainer( in GetStylesContainer()
814 ((SvXMLStylesContext *)this)->mxParaStyles = xStyles; in GetStylesContainer()
818 ((SvXMLStylesContext *)this)->mxTextStyles = xStyles; in GetStylesContainer()
828 OUString SvXMLStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName()
845 SvXMLStylesContext::SvXMLStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx, in SvXMLStylesContext() function in SvXMLStylesContext
857 SvXMLStylesContext::~SvXMLStylesContext() in ~SvXMLStylesContext()
863 SvXMLImportContext *SvXMLStylesContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
887 void SvXMLStylesContext::EndElement() in EndElement()
891 void SvXMLStylesContext::AddStyle(SvXMLStyleContext& rNew) in AddStyle()
896 void SvXMLStylesContext::Clear() in Clear()
901 void SvXMLStylesContext::CopyAutoStylesToDoc() in CopyAutoStylesToDoc()
916 void SvXMLStylesContext::CopyStylesToDoc( sal_Bool bOverwrite, in CopyStylesToDoc()
951 void SvXMLStylesContext::FinishStyles( sal_Bool bOverwrite ) in FinishStyles()
966 const SvXMLStyleContext *SvXMLStylesContext::FindStyleChildContext( in FindStyleChildContext()