Lines Matching refs:sAutoStyle
2007 OUString sAutoStyle( sStyle ); in exportParagraph() local
2008 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, xPropSet, sStyle ); in exportParagraph()
2009 if( sAutoStyle.getLength() ) in exportParagraph()
2011 GetExport().EncodeStyleName( sAutoStyle ) ); in exportParagraph()
2835 OUString sAutoStyle( sStyle ); in _exportTextFrame() local
2837 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextFrame()
2838 if( sAutoStyle.getLength() ) in _exportTextFrame()
2840 GetExport().EncodeStyleName( sAutoStyle ) ); in _exportTextFrame()
2992 OUString sAutoStyle( sStyle ); in _exportTextGraphic() local
2993 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextGraphic()
2994 if( sAutoStyle.getLength() ) in _exportTextGraphic()
2996 GetExport().EncodeStyleName( sAutoStyle ) ); in _exportTextGraphic()