Home
last modified time | relevance | path

Searched refs:XMLNumberFormatAttributesExportHelper (Results 1 – 9 of 9) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dnumehelp.cxx50 XMLNumberFormatAttributesExportHelper::XMLNumberFormatAttributesExportHelper( in XMLNumberFormatAttributesExportHelper() function in XMLNumberFormatAttributesExportHelper
62 XMLNumberFormatAttributesExportHelper::XMLNumberFormatAttributesExportHelper( in XMLNumberFormatAttributesExportHelper() function in XMLNumberFormatAttributesExportHelper
82 XMLNumberFormatAttributesExportHelper::~XMLNumberFormatAttributesExportHelper() in ~XMLNumberFormatAttributesExportHelper()
86 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, rtl::OU… in GetCellType()
109 void XMLNumberFormatAttributesExportHelper::WriteAttributes(SvXMLExport& rXMLExport, in WriteAttributes()
242 sal_Bool XMLNumberFormatAttributesExportHelper::GetCurrencySymbol(const sal_Int32 nNumberFormat, rt… in GetCurrencySymbol()
279 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, sal_Boo… in GetCellType()
306 void XMLNumberFormatAttributesExportHelper::SetNumberFormatAttributes(SvXMLExport& rXMLExport, in SetNumberFormatAttributes()
317 void XMLNumberFormatAttributesExportHelper::SetNumberFormatAttributes(SvXMLExport& rXMLExport, in SetNumberFormatAttributes()
327 sal_Bool XMLNumberFormatAttributesExportHelper::GetCurrencySymbol(const sal_Int32 nNumberFormat, rt… in GetCurrencySymbol()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dnumehelp.hxx65 class XMLOFF_DLLPUBLIC XMLNumberFormatAttributesExportHelper class
83XMLNumberFormatAttributesExportHelper(::com::sun::star::uno::Reference< ::com::sun::star::util::XN…
84XMLNumberFormatAttributesExportHelper(::com::sun::star::uno::Reference< ::com::sun::star::util::XN…
86 ~XMLNumberFormatAttributesExportHelper();
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx58 class XMLNumberFormatAttributesExportHelper;
84 XMLNumberFormatAttributesExportHelper* pNumberFormatAttributesExportHelper;
262 XMLNumberFormatAttributesExportHelper* GetNumberFormatAttributesExportHelper();
H A Dxmlimprt.hxx55 class XMLNumberFormatAttributesExportHelper;
761 XMLNumberFormatAttributesExportHelper* pNumberFormatAttributesExportHelper;
976 XMLNumberFormatAttributesExportHelper* GetNumberFormatAttributesExportHelper();
H A Dxmlimprt.cxx2526 XMLNumberFormatAttributesExportHelper* ScXMLImport::GetNumberFormatAttributesExportHelper() in GetNumberFormatAttributesExportHelper()
2529 …pNumberFormatAttributesExportHelper = new XMLNumberFormatAttributesExportHelper(GetNumberFormatsSu… in GetNumberFormatAttributesExportHelper()
H A Dxmlexprt.cxx4420 XMLNumberFormatAttributesExportHelper* ScXMLExport::GetNumberFormatAttributesExportHelper() in GetNumberFormatAttributesExportHelper()
4423 …pNumberFormatAttributesExportHelper = new XMLNumberFormatAttributesExportHelper(GetNumberFormatsSu… in GetNumberFormatAttributesExportHelper()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2379 XMLNumberFormatAttributesExportHelper::SetNumberFormatAttributes( in ProcessValueAndType()
2397 XMLNumberFormatAttributesExportHelper:: in ProcessValueAndType()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx876 XMLNumberFormatAttributesExportHelper:: in ExportTableBox()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx867XMLNumberFormatAttributesExportHelper aHelper(GetNumberFormatsSupplier(),*this); in exportContainer()