Lines Matching refs:Time

321                 delete (::com::sun::star::util::Time*)m_aValue.m_pValue;  in free()
322 TRACE_FREE( Time ) in free()
413 m_aValue.m_pValue = new Time(*(Time*)_rRH.m_aValue.m_pValue); in operator =()
414 TRACE_ALLOC( Time ) in operator =()
484 (*this) = *(Time*)_rRH.m_aValue.m_pValue; in operator =()
547 ORowSetValue& ORowSetValue::operator=(const Time& _rRH) in operator =()
554 m_aValue.m_pValue = new Time(_rRH); in operator =()
555 TRACE_ALLOC( Time ) in operator =()
560 *(Time*)m_aValue.m_pValue = _rRH; in operator =()
771 sal_Bool operator==(const Time& _rLH,const Time& _rRH) in operator ==()
877 bRet = *(Time*)m_aValue.m_pValue == *(Time*)_rRH.m_aValue.m_pValue; in operator ==()
944 rValue <<= *(Time*)m_aValue.m_pValue; in makeAny()
1493 …nRet = (float)dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::Time*)m_aValue.m_pValu… in getFloat()
1572 … nRet = dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::Time*)m_aValue.m_pValue); in getDouble()
1663 m_aValue.m_pValue = new Time(dbtools::DBTypeConversion::toTime(_rVal)); in setFromDouble()
1664 TRACE_ALLOC( Time ) in setFromDouble()
1843 ::com::sun::star::util::Time ORowSetValue::getTime() const in getTime()
1846 ::com::sun::star::util::Time aValue; in getTime()
1875 aValue = *static_cast< ::com::sun::star::util::Time*>(m_aValue.m_pValue); in getTime()
1920 …::com::sun::star::util::Time* pTime = static_cast< ::com::sun::star::util::Time*>(m_aValue.m_pValu… in getDateTime()
2021 virtual Time getTime() const = 0;
2053 …virtual Time getTime() const { return m_xRow->getTime( m_nPos )… in getTime()
2086 … virtual Time getTime() const { return m_xColumn->getTime(); }; in getTime()
2326 ::com::sun::star::util::Time aTime; in fill()