Searched refs:DataColumn (Results 1 – 10 of 10) sorted by relevance
/trunk/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 44 DataColumn::DataColumn(const Reference< ::com::sun::star::beans::XPropertySet>& _rxIFace) in DataColumn() function in svxform::DataColumn 95 sal_Bool DataColumn::wasNull() throw( SQLException, RuntimeException ) in wasNull() 105 sal_Bool DataColumn::getBoolean() throw( SQLException, RuntimeException ) in getBoolean() 110 sal_Int8 DataColumn::getByte() throw( SQLException, RuntimeException ) in getByte() 115 sal_Int16 DataColumn::getShort() throw( SQLException, RuntimeException ) in getShort() 120 sal_Int32 DataColumn::getInt() throw( SQLException, RuntimeException ) in getInt() 125 sal_Int64 DataColumn::getLong() throw( SQLException, RuntimeException ) in getLong() 130 float DataColumn::getFloat() throw( SQLException, RuntimeException ) in getFloat() 135 double DataColumn::getDouble() throw( SQLException, RuntimeException ) in getDouble() 175 Reference< XRef> DataColumn::getRef() throw( SQLException, RuntimeException ) in getRef() [all …]
|
/trunk/main/svx/source/inc/ |
H A D | sdbdatacolumn.hxx | 40 class DataColumn class 49 DataColumn() { }; in DataColumn() function in svxform::DataColumn 50 …DataColumn(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxIFac… 59 DataColumn* operator ->() { return this; } in operator ->()
|
/trunk/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 55 class DataColumn; 57 DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*) 88 …const ::svxform::DataColumn& GetField(sal_uInt32 nPos) const { return *m_aVariants.GetObject(nPos)… in GetField()
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | XSingleSelectQueryComposer.idl | 90 <type scope="com::sun::star::sdb">DataColumn</type> 92 … The value property must be supported by the <type scope="com::sun::star::sdb">DataColumn</type>. 167 <type scope="com::sun::star::sdb">DataColumn</type>
|
H A D | DataColumn.idl | 39 published service DataColumn
|
H A D | XSQLQueryComposer.idl | 119 <type scope="com::sun::star::sdb">DataColumn</type>
|
/trunk/main/dbaccess/source/inc/ |
H A D | stringconstants.inc | 200 IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_DATACOLUMN, "com.sun.star.sdb.DataColumn");
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 821 DataColumn* pColumn; in DbGridRow() 826 pColumn = new DataColumn(xColSet); in DbGridRow()
|
/trunk/main/odk/pack/copying/ |
H A D | idl_chapter_refs.txt | 3586 com.sun.star.sdb.DataColumn 7142 com.sun.star.sdb.DataColumn
|
/trunk/main/offapi/ |
H A D | UnoApi_offapi.mk | 696 offapi/com/sun/star/sdb/DataColumn \
|
Completed in 103 milliseconds