Home
last modified time | relevance | path

Searched refs:DataColumn (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx44 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 Dsdbdatacolumn.hxx40 class DataColumn class
49 DataColumn() { }; in DataColumn() function in svxform::DataColumn
50DataColumn(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 Dgridctrl.hxx55 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 DXSingleSelectQueryComposer.idl90 <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 DDataColumn.idl39 published service DataColumn
H A DXSQLQueryComposer.idl119 <type scope="com::sun::star::sdb">DataColumn</type>
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc200 IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_DATACOLUMN, "com.sun.star.sdb.DataColumn");
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx821 DataColumn* pColumn; in DbGridRow()
826 pColumn = new DataColumn(xColSet); in DbGridRow()
/trunk/main/odk/pack/copying/
H A Didl_chapter_refs.txt3586 com.sun.star.sdb.DataColumn
7142 com.sun.star.sdb.DataColumn
/trunk/main/offapi/
H A DUnoApi_offapi.mk696 offapi/com/sun/star/sdb/DataColumn \

Completed in 76 milliseconds