Lines Matching refs:OTableRow
46 DBG_NAME(OTableRow) in DBG_NAME() argument
48 OTableRow::OTableRow() in DBG_NAME()
54 DBG_CTOR(OTableRow,NULL); in DBG_NAME()
57 OTableRow::OTableRow(const Reference< XPropertySet >& xAffectedCol) in OTableRow() function in OTableRow
63 DBG_CTOR(OTableRow,NULL); in OTableRow()
67 OTableRow::OTableRow( const OTableRow& rRow, long nPosition ) in OTableRow() function in OTableRow
73 DBG_CTOR(OTableRow,NULL); in OTableRow()
84 OTableRow::~OTableRow() in ~OTableRow()
86 DBG_DTOR(OTableRow,NULL); in ~OTableRow()
92 void OTableRow::SetPrimaryKey( sal_Bool bSet ) in SetPrimaryKey()
94 DBG_CHKTHIS(OTableRow,NULL); in SetPrimaryKey()
99 sal_Bool OTableRow::IsPrimaryKey() const in IsPrimaryKey()
101 DBG_CHKTHIS(OTableRow,NULL); in IsPrimaryKey()
105 void OTableRow::SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce ) in SetFieldType()
107 DBG_CHKTHIS(OTableRow,NULL); in SetFieldType()
127 SvStream& operator<<( SvStream& _rStr, const OTableRow& _rRow ) in operator <<()
166 SvStream& operator>>( SvStream& _rStr, OTableRow& _rRow ) in operator >>()