Searched refs:sAutoStyle (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/xmloff/source/text/ |
| H A D | txtparae.cxx | 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() 2837 OUString sAutoStyle( sStyle ); in _exportTextFrame() local 2839 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextFrame() 2840 if( sAutoStyle.getLength() ) in _exportTextFrame() 2842 GetExport().EncodeStyleName( sAutoStyle ) ); in _exportTextFrame() 2994 OUString sAutoStyle( sStyle ); in _exportTextGraphic() local 2995 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextGraphic() [all …]
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmltexte.cxx | 480 OUString sAutoStyle( sStyle ); in _exportTextEmbedded() local 481 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()
|