Home
last modified time | relevance | path

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

/trunk/main/forms/source/xforms/
H A Dconvert.cxx51 typedef com::sun::star::util::Time UNOTime; typedef
337 OUString lcl_toXSD_UNOTime_typed( const UNOTime& rTime ) in lcl_toXSD_UNOTime_typed()
358 UNOTime aTime; in lcl_toXSD_UNOTime()
364 UNOTime lcl_toUNOTime( const OUString& rString ) in lcl_toUNOTime()
368 UNOTime aTime( 0, 0, 0, 0 ); in lcl_toUNOTime()
447 return UNOTime( 0, 0, 0, 0 ); in lcl_toUNOTime()
467UNOTime aTime( aDateTime.HundredthSeconds, aDateTime.Seconds, aDateTime.Minutes, aDateTime.Hours ); in lcl_toXSD_UNODateTime()
486 UNOTime aTime; in lcl_toAny_UNODateTime()
490 aTime = UNOTime( 0, 0, 0, 0 ); in lcl_toAny_UNODateTime()
512 ADD_ENTRY( this, UNOTime ); in init()
/trunk/main/forms/source/component/
H A DFormattedField.cxx84 typedef com::sun::star::util::Time UNOTime; typedef
1098 …else if ( _rExternalValue.getValueType().equals( ::getCppuType( static_cast< UNOTime* >( NULL ) ) … in translateExternalValueToControlValue()
1100 UNOTime aTime; in translateExternalValueToControlValue()
1174 else if ( aExternalValueType.equals( ::getCppuType( static_cast< UNOTime* >( NULL ) ) ) ) in translateControlValueToExternalValue()
1220 aTypes.push_front(::getCppuType( static_cast< UNOTime* >( NULL ) ) ); in getSupportedBindingTypes()

Completed in 31 milliseconds