Searched refs:i_attributeValue (Results 1 – 5 of 5) sorted by relevance
76 …bool VCLDateHandler::getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_… in getPropertyValues() argument81 if ( SvXMLUnitConverter::convertDateTime( aDateTime, i_attributeValue ) ) in getPropertyValues()89 if ( !SvXMLUnitConverter::convertNumber( nVCLDate, i_attributeValue ) ) in getPropertyValues()
77 …bool VCLTimeHandler::getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_… in getPropertyValues() argument82 if ( SvXMLUnitConverter::convertTime( aDateTime, i_attributeValue ) ) in getPropertyValues()90 if ( !SvXMLUnitConverter::convertNumber( nVCLTime, i_attributeValue ) ) in getPropertyValues()
45 …virtual bool getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_property…
62 …getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_propertyValues ) cons…
Completed in 10 milliseconds