Lines Matching refs:aValue

1070 					Any aValue( getAny() );  in getString()  local
1072 if ( aValue >>= xClob ) in getString()
1083 Any aValue = getAny(); in getString() local
1084 aValue >>= aRet; in getString()
1160 Any aValue = getAny(); in getBool() local
1161 aValue >>= bRet; in getBool()
1233 Any aValue = getAny(); in getInt8() local
1234 aValue >>= nRet; in getInt8()
1306 Any aValue = getAny(); in getInt16() local
1307 aValue >>= nRet; in getInt16()
1379 Any aValue = getAny(); in getInt32() local
1380 aValue >>= nRet; in getInt32()
1452 Any aValue = getAny(); in getLong() local
1453 aValue >>= nRet; in getLong()
1529 Any aValue = getAny(); in getFloat() local
1530 aValue >>= nRet; in getFloat()
1608 Any aValue = getAny(); in getDouble() local
1609 aValue >>= nRet; in getDouble()
1724 const Any aValue = makeAny(); in getSequence() local
1725 if(aValue.hasValue()) in getSequence()
1727 Reference<XBlob> xBlob(aValue,UNO_QUERY); in getSequence()
1732 Reference<XClob> xClob(aValue,UNO_QUERY); in getSequence()
1774 Any aValue = getAny(); in getSequence() local
1775 aValue >>= aSeq; in getSequence()
1787 ::com::sun::star::util::Date aValue; in getDate()
1795 aValue = DBTypeConversion::toDate(getString()); in getDate()
1802 aValue = DBTypeConversion::toDate((double)*this); in getDate()
1806 aValue = *static_cast< ::com::sun::star::util::Date*>(m_aValue.m_pValue); in getDate()
1811 aValue.Day = pDateTime->Day; in getDate()
1812 aValue.Month = pDateTime->Month; in getDate()
1813 aValue.Year = pDateTime->Year; in getDate()
1822 aValue = DBTypeConversion::toDate( double( sal_Int64( *this ) ) ); in getDate()
1836 aValue = DBTypeConversion::toDate( (double)0 ); in getDate()
1840 return aValue; in getDate()
1846 ::com::sun::star::util::Time aValue; in getTime()
1854 aValue = DBTypeConversion::toTime(getString()); in getTime()
1858 aValue = DBTypeConversion::toTime((double)*this); in getTime()
1863 aValue = DBTypeConversion::toTime((double)*this); in getTime()
1868 aValue.HundredthSeconds = pDateTime->HundredthSeconds; in getTime()
1869 aValue.Seconds = pDateTime->Seconds; in getTime()
1870 aValue.Minutes = pDateTime->Minutes; in getTime()
1871 aValue.Hours = pDateTime->Hours; in getTime()
1875 aValue = *static_cast< ::com::sun::star::util::Time*>(m_aValue.m_pValue); in getTime()
1880 aAnyValue >>= aValue; in getTime()
1885 return aValue; in getTime()
1891 ::com::sun::star::util::DateTime aValue; in getDateTime()
1899 aValue = DBTypeConversion::toDateTime(getString()); in getDateTime()
1903 aValue = DBTypeConversion::toDateTime((double)*this); in getDateTime()
1908 aValue = DBTypeConversion::toDateTime((double)*this); in getDateTime()
1913 aValue.Day = pDate->Day; in getDateTime()
1914 aValue.Month = pDate->Month; in getDateTime()
1915 aValue.Year = pDate->Year; in getDateTime()
1921 aValue.HundredthSeconds = pTime->HundredthSeconds; in getDateTime()
1922 aValue.Seconds = pTime->Seconds; in getDateTime()
1923 aValue.Minutes = pTime->Minutes; in getDateTime()
1924 aValue.Hours = pTime->Hours; in getDateTime()
1928 aValue = *static_cast< ::com::sun::star::util::DateTime*>(m_aValue.m_pValue); in getDateTime()
1933 aAnyValue >>= aValue; in getDateTime()
1938 return aValue; in getDateTime()