Searched refs:UNODate (Results 1 – 2 of 2) sorted by relevance
50 typedef com::sun::star::util::Date UNODate; typedef260 OUString lcl_toXSD_UNODate_typed( const UNODate& rDate ) in lcl_toXSD_UNODate_typed()276 UNODate aDate; in lcl_toXSD_UNODate()282 UNODate lcl_toUNODate( const OUString& rString ) in lcl_toUNODate()286 UNODate aDate( 1, 1, 1900 ); in lcl_toUNODate()325 return UNODate( 1, 1, 1900 ); in lcl_toUNODate()464 UNODate aDate( aDateTime.Day, aDateTime.Month, aDateTime.Year ); in lcl_toXSD_UNODateTime()485 UNODate aDate; in lcl_toAny_UNODateTime()511 ADD_ENTRY( this, UNODate ); in init()
83 typedef com::sun::star::util::Date UNODate; typedef1092 … if ( _rExternalValue.getValueType().equals( ::getCppuType( static_cast< UNODate* >( NULL ) ) ) ) in translateExternalValueToControlValue()1094 UNODate aDate; in translateExternalValueToControlValue()1170 if ( aExternalValueType.equals( ::getCppuType( static_cast< UNODate* >( NULL ) ) ) ) in translateControlValueToExternalValue()1217 aTypes.push_front(::getCppuType( static_cast< UNODate* >( NULL ) ) ); in getSupportedBindingTypes()
Completed in 25 milliseconds