Lines Matching refs:OFlatTable
68 void OFlatTable::fillColumns(const ::com::sun::star::lang::Locale& _aLocale) in fillColumns()
186 void OFlatTable::impl_fillColumnInfo_nothrow(QuotedTokenizedString& aFirstLine,sal_Int32& nStartPos… in impl_fillColumnInfo_nothrow()
401 OFlatTable::OFlatTable(sdbcx::OCollection* _pTables,OFlatConnection* _pConnection, in OFlatTable() function in OFlatTable
423 void OFlatTable::construct() in construct()
467 String OFlatTable::getEntry() in getEntry()
513 void OFlatTable::refreshColumns() in refreshColumns()
531 void SAL_CALL OFlatTable::disposing(void) in disposing()
539 Sequence< Type > SAL_CALL OFlatTable::getTypes( ) throw(RuntimeException) in getTypes()
562 Any SAL_CALL OFlatTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
576 Sequence< sal_Int8 > OFlatTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
593 sal_Int64 OFlatTable::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething()
601 sal_Bool OFlatTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal_Bool bIsTable,sal_… in fetchRow()
737 void OFlatTable::refreshHeader() in refreshHeader()
742 sal_Bool OFlatTable::seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Int… in seekRow()
897 sal_Bool OFlatTable::readLine(sal_Int32& _rnCurrentPos) in readLine()
902 sal_Bool OFlatTable::readLine(QuotedTokenizedString& lineOut, sal_Int32& _rnCurrentPos) in readLine()