Searched refs:sAutoStyle (Results 1 – 2 of 2) sorted by relevance
2005 OUString sAutoStyle( sStyle ); in exportParagraph() local2007 if( sAutoStyle.getLength() ) in exportParagraph()2009 GetExport().EncodeStyleName( sAutoStyle ) ); in exportParagraph()2833 OUString sAutoStyle( sStyle ); in _exportTextFrame() local2835 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextFrame()2836 if( sAutoStyle.getLength() ) in _exportTextFrame()2838 GetExport().EncodeStyleName( sAutoStyle ) ); in _exportTextFrame()2990 OUString sAutoStyle( sStyle ); in _exportTextGraphic() local2991 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextGraphic()2992 if( sAutoStyle.getLength() ) in _exportTextGraphic()[all …]
480 OUString sAutoStyle( sStyle ); in _exportTextEmbedded() local481 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle, in _exportTextEmbedded()490 if( sAutoStyle.getLength() ) in _exportTextEmbedded()491 rXMLExport.AddAttribute( XML_NAMESPACE_DRAW, XML_STYLE_NAME, sAutoStyle ); in _exportTextEmbedded()
Completed in 28 milliseconds