Home
last modified time | relevance | path

Searched refs:sNullDate (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx81 rtl::OUString sNullDate( RTL_CONSTASCII_USTRINGPARAM("NullDate")); in NumberFormatterWrapper() local
82 if ( xProp.is() && xProp->getPropertySetInfo()->hasPropertyByName(sNullDate) ) in NumberFormatterWrapper()
83 m_aNullDate = xProp->getPropertyValue(sNullDate); in NumberFormatterWrapper()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLCalculationSettingsContext.cxx79 ::rtl::OUString sNullDate( RTL_CONSTASCII_USTRINGPARAM ( "NullDate" ) ); in EndElement()
80 xPropSet->setPropertyValue ( sNullDate, m_aNullDate ); in EndElement()
H A DSchXMLExport.cxx1275 OUString sNullDate( RTL_CONSTASCII_USTRINGPARAM( "NullDate" )); in parseDocument() local
1276 aAny = xDocPropSet->getPropertyValue(sNullDate); in parseDocument()
1283 … if ( xParentDoc.is() && xParentDoc->getPropertySetInfo()->hasPropertyByName(sNullDate) ) in parseDocument()
1284 aAny = xParentDoc->getPropertyValue(sNullDate); in parseDocument()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx195 const ::rtl::OUString sNullDate = lcl_createAttribute(XML_NP_TABLE,XML_NULL_DATE); in startElement() local
196 m_xDelegatee->startElement(sNullDate,xNullAttr); in startElement()
197 m_xDelegatee->endElement(sNullDate); in startElement()

Completed in 59 milliseconds