Searched refs:rScXMLExport (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlstyle.cxx | 622 UniReference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetCellStylesPropertySetMapper()); in exportStyleAttributes() 631 rtl::OUString sAttrValue(rScXMLExport.getDataStyleName(nNumberFormat)); in exportStyleAttributes() 652 UniReference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetTableStylesPropertySetMapper()); in exportStyleAttributes() 719 rScXMLExport.AddAttribute(XML_NAMESPACE_STYLE, XML_CONDITION, sCondition); in exportStyleContent() 720 …rScXMLExport.AddAttribute(XML_NAMESPACE_STYLE, XML_APPLY_STYLE_NAME, rScXMLExport.EncodeStyleName(… in exportStyleContent() 722 ScDocument* pDoc = rScXMLExport.GetDocument(); in exportStyleContent() 725 … rScXMLExport.AddAttribute(XML_NAMESPACE_STYLE, XML_BASE_CELL_ADDRESS, sOUBaseAddress); in exportStyleContent() 773 rScXMLExport.AddAttribute(XML_NAMESPACE_STYLE, XML_CONDITION, sCondition); in exportStyleContent() 774 …rScXMLExport.AddAttribute(XML_NAMESPACE_STYLE, XML_APPLY_STYLE_NAME, rScXMLExport.EncodeStyleName(… in exportStyleContent() 778 … rScXMLExport.AddAttribute(XML_NAMESPACE_STYLE, XML_BASE_CELL_ADDRESS, sOUBaseAddress); in exportStyleContent() [all …]
|
H A D | xmlstyle.hxx | 179 ScXMLExport& rScXMLExport; member in ScXMLAutoStylePoolP 200 ScXMLAutoStylePoolP(ScXMLExport& rScXMLExport);
|
Completed in 32 milliseconds