Searched refs:toINT32 (Results 1 – 6 of 6) sorted by relevance
37 static sal_Int32 toINT32(const ::com::sun::star::util::Date&) in toINT32() function in connectivity::DateConversion42 static sal_Int32 toINT32(const ::com::sun::star::util::Time&) in toINT32() function in connectivity::DateConversion
133 static sal_Int32 toINT32(const ::com::sun::star::util::Date& rVal);134 static sal_Int32 toINT32(const ::com::sun::star::util::Time& rVal);
313 aControlValue <<= DBTypeConversion::toINT32( aTime ); in translateExternalValueToControlValue()334 m_aSaveValue <<= DBTypeConversion::toINT32( aTime ); in translateDbColumnToControlValue()
311 aControlValue <<= DBTypeConversion::toINT32( aDate ); in translateExternalValueToControlValue()332 m_aSaveValue <<= DBTypeConversion::toINT32(aDate); in translateDbColumnToControlValue()
123 sal_Int32 DBTypeConversion::toINT32(const Date& rVal) in toINT32() function in dbtools::DBTypeConversion131 sal_Int32 DBTypeConversion::toINT32(const Time& rVal) in toINT32() function in dbtools::DBTypeConversion
587 aPropertyValue <<= (sal_Int32)DBTypeConversion::toINT32( aDate ); in convertToPropertyValue()598 aPropertyValue <<= (sal_Int32)DBTypeConversion::toINT32( aTime ); in convertToPropertyValue()
Completed in 33 milliseconds