Home
last modified time | relevance | path

Searched refs:toINT32 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A DDateConversion.hxx37 static sal_Int32 toINT32(const ::com::sun::star::util::Date&) in toINT32() function in connectivity::DateConversion
42 static sal_Int32 toINT32(const ::com::sun::star::util::Time&) in toINT32() function in connectivity::DateConversion
H A Ddbconversion.hxx133 static sal_Int32 toINT32(const ::com::sun::star::util::Date& rVal);
134 static sal_Int32 toINT32(const ::com::sun::star::util::Time& rVal);
/trunk/main/forms/source/component/
H A DDate.cxx311 aControlValue <<= DBTypeConversion::toINT32( aDate ); in translateExternalValueToControlValue()
332 m_aSaveValue <<= DBTypeConversion::toINT32(aDate); in translateDbColumnToControlValue()
H A DTime.cxx313 aControlValue <<= DBTypeConversion::toINT32( aTime ); in translateExternalValueToControlValue()
334 m_aSaveValue <<= DBTypeConversion::toINT32( aTime ); in translateDbColumnToControlValue()
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx123 sal_Int32 DBTypeConversion::toINT32(const Date& rVal) in toINT32() function in dbtools::DBTypeConversion
131 sal_Int32 DBTypeConversion::toINT32(const Time& rVal) in toINT32() function in dbtools::DBTypeConversion
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx587 aPropertyValue <<= (sal_Int32)DBTypeConversion::toINT32( aDate ); in convertToPropertyValue()
598 aPropertyValue <<= (sal_Int32)DBTypeConversion::toINT32( aTime ); in convertToPropertyValue()

Completed in 46 milliseconds