/trunk/main/xmloff/inc/xmloff/ |
H A D | xmluconv.hxx | 286 static void convertTime( ::rtl::OUStringBuffer& rBuffer, 290 static void convertTime( ::rtl::OUStringBuffer& rBuffer, 294 static sal_Bool convertTime( double& fTime, 298 static sal_Bool convertTime( ::com::sun::star::util::DateTime& rDateTime,
|
/trunk/main/xmloff/source/style/ |
H A D | durationhdl.cxx | 47 if( !SvXMLUnitConverter::convertTime( aTime, rStrImpValue ) ) in importXML() 67 SvXMLUnitConverter::convertTime( aOut, aTime ); in exportXML()
|
H A D | numehelp.cxx | 185 rXMLExport.GetMM100UnitConverter().convertTime(sBuffer, rValue); in WriteAttributes() 468 pExport->GetMM100UnitConverter().convertTime(sBuffer, rValue); in WriteAttributes()
|
/trunk/main/xmloff/source/forms/handler/ |
H A D | vcl_time_handler.cxx | 72 SvXMLUnitConverter::convertTime( aBuffer, aDateTime ); in getAttributeValue() 82 if ( SvXMLUnitConverter::convertTime( aDateTime, i_attributeValue ) ) in getPropertyValues()
|
/trunk/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 801 void SvXMLUnitConverter::convertTime( ::rtl::OUStringBuffer& rBuffer, in convertTime() function in SvXMLUnitConverter 975 sal_Bool SvXMLUnitConverter::convertTime( double& fTime, in convertTime() function in SvXMLUnitConverter 1012 void SvXMLUnitConverter::convertTime( ::rtl::OUStringBuffer& rBuffer, in convertTime() function in SvXMLUnitConverter 1023 convertTime( rBuffer, fTempTime ); in convertTime() 1027 sal_Bool SvXMLUnitConverter::convertTime( ::com::sun::star::util::DateTime& rDateTime, in convertTime() function in SvXMLUnitConverter 2220 SvXMLUnitConverter::convertTime(sValue, aTempValue); in convertAny() 2286 SvXMLUnitConverter::convertTime(aTempValue, sValue); in convertAny()
|
/trunk/main/xmloff/source/draw/ |
H A D | propimp0.cxx | 61 SvXMLUnitConverter::convertTime( aTime, rStrImpValue ); in importXML() 81 SvXMLUnitConverter::convertTime( aOut, aTime ); in exportXML()
|
H A D | ximpshow.cxx | 133 if( !SvXMLUnitConverter::convertTime( aTime, sValue ) ) in SdXMLShowsContext()
|
H A D | sdxmlexp.cxx | 2137 SvXMLUnitConverter::convertTime( aOut, aTime ); in exportPresentationSettings()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLCellRangeSourceContext.cxx | 106 if( SvXMLUnitConverter::convertTime( fTime, sValue ) ) in ScXMLCellRangeSourceContext()
|
H A D | XMLTableSourceContext.cxx | 88 if( SvXMLUnitConverter::convertTime( fTime, sValue ) ) in ScXMLTableSourceContext()
|
H A D | xmlexternaltabi.cxx | 327 mrScImport.GetMM100UnitConverter().convertTime(mfCellValue, sValue); in ScXMLExternalRefCellContext()
|
H A D | XMLChangeTrackingExportHelper.cxx | 305 rExport.GetMM100UnitConverter().convertTime(sBuffer, fTempValue); in SetValueAttributes()
|
H A D | XMLExportDatabaseRanges.cxx | 679 SvXMLUnitConverter::convertTime( sBuffer, (double)nRefresh / 86400 ); in WriteDatabaseRanges()
|
H A D | xmldrani.cxx | 207 if( SvXMLUnitConverter::convertTime( fTime, sValue ) ) in ScXMLDatabaseRangeContext()
|
H A D | xmlcelli.cxx | 194 rXMLImport.GetMM100UnitConverter().convertTime(fValue, sValue); in ScXMLTableRowCellContext()
|
H A D | xmlexprt.cxx | 3313 SvXMLUnitConverter::convertTime( sValue, (double)rAreaLink.nRefresh / 86400 ); in WriteAreaLink() 3800 SvXMLUnitConverter::convertTime( sBuffer, (double)nRefresh / 86400 ); in WriteTableSource()
|
H A D | XMLTrackedChangesContext.cxx | 1200 GetScImport().GetMM100UnitConverter().convertTime(rDateTimeValue, sValue); in ScXMLChangeCellContext()
|
/trunk/main/xmloff/source/xforms/ |
H A D | SchemaRestrictionContext.cxx | 217 if( SvXMLUnitConverter::convertTime( aDateTime, rValue ) ) in lcl_time()
|
H A D | xformsexport.cxx | 698 SvXMLUnitConverter::convertTime( aBuffer, aDateTime ); in lcl_formatTime()
|
/trunk/main/xmloff/source/text/ |
H A D | txtvfldi.cxx | 1350 sal_Bool bRet = SvXMLUnitConverter::convertTime(fTmp,sAttrValue); in ProcessAttribute()
|
H A D | txtflde.cxx | 2639 rExport.GetMM100UnitConverter().convertTime(aBuffer, dValue); in ProcessDateTime()
|
H A D | txtfldi.cxx | 1155 if (SvXMLUnitConverter::convertTime(fTmp, sAttrValue)) in ProcessAttribute()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 514 if (SvXMLUnitConverter::convertTime(fTmp, rValue)) in SwXMLTableCellContext_Impl()
|