Home
last modified time | relevance | path

Searched refs:convert_t (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/xmloff/source/xforms/
H A Dxformsexport.cxx119 typedef OUString (*convert_t)( const Any& ); typedef
126 convert_t aConverter;
147 convert_t lcl_int32 = &lcl_convert<sal_Int32,&SvXMLUnitConverter::convertNumber>;
148 convert_t lcl_double = &lcl_convert<double,&SvXMLUnitConverter::convertDouble>;
149 convert_t lcl_dateTime = &lcl_convertRef<DateTime,&lcl_formatDateTime>;
150 convert_t lcl_date = &lcl_convertRef<Date,&lcl_formatDate>;
151 convert_t lcl_time = &lcl_convertRef<com::sun::star::util::Time,&lcl_formatTime>;
H A DSchemaRestrictionContext.cxx145 typedef Any (*convert_t)( const OUString& ); typedef
247 convert_t pConvert = NULL; in HandleChild()

Completed in 44 milliseconds