Lines Matching refs:pExport

53 	pExport(NULL),  in XMLNumberFormatAttributesExportHelper()
66 pExport(&rTempExport), in XMLNumberFormatAttributesExportHelper()
329 if (!xNumberFormats.is() && pExport && pExport->GetNumberFormatsSupplier().is()) in GetCurrencySymbol()
330 xNumberFormats.set(pExport->GetNumberFormatsSupplier()->getNumberFormats()); in GetCurrencySymbol()
363 if (!xNumberFormats.is() && pExport && pExport->GetNumberFormatsSupplier().is()) in GetCellType()
364 xNumberFormats.set(pExport->GetNumberFormatsSupplier()->getNumberFormats()); in GetCellType()
395 if (!pExport) in WriteAttributes()
408 pExport->AddAttribute(sAttrValueType, XML_FLOAT); in WriteAttributes()
416 pExport->AddAttribute(sAttrValueType, XML_PERCENTAGE); in WriteAttributes()
424 pExport->AddAttribute(sAttrValueType, XML_CURRENCY); in WriteAttributes()
426 pExport->AddAttribute(sAttrCurrency, rCurrency); in WriteAttributes()
435 pExport->AddAttribute(sAttrValue, sValue); in WriteAttributes()
444 pExport->AddAttribute(sAttrValueType, XML_DATE); in WriteAttributes()
449 if ( pExport->SetNullDateOnUnitConverter() ) in WriteAttributes()
452 pExport->GetMM100UnitConverter().convertDateTime(sBuffer, rValue); in WriteAttributes()
453 pExport->AddAttribute(sAttrDateValue, sBuffer.makeStringAndClear()); in WriteAttributes()
462 pExport->AddAttribute(sAttrValueType, XML_TIME); in WriteAttributes()
468 pExport->GetMM100UnitConverter().convertTime(sBuffer, rValue); in WriteAttributes()
469 pExport->AddAttribute(sAttrTimeValue, sBuffer.makeStringAndClear()); in WriteAttributes()
477 pExport->AddAttribute(sAttrValueType, XML_BOOLEAN); in WriteAttributes()
485 pExport->AddAttribute(sAttrBooleanValue, XML_TRUE); in WriteAttributes()
491 pExport->AddAttribute(sAttrBooleanValue, XML_FALSE); in WriteAttributes()
500 pExport->AddAttribute(sAttrBooleanValue, sValue); in WriteAttributes()
510 pExport->AddAttribute(sAttrValueType, XML_FLOAT); in WriteAttributes()
517 pExport->AddAttribute(sAttrValue, sValue); in WriteAttributes()
528 if (pExport) in SetNumberFormatAttributes()
544 if (pExport) in SetNumberFormatAttributes()
547 pExport->AddAttribute(sAttrValueType, XML_STRING); in SetNumberFormatAttributes()
549 pExport->AddAttribute(sAttrStringValue, rValue); in SetNumberFormatAttributes()