Home
last modified time | relevance | path

Searched refs:XRowSet (Results 1 – 25 of 107) sorted by relevance

12345

/aoo4110/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java46 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions()
259 …private void abs(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in abs()
266 …private void sign(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in sign()
274 …private void mod(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in mod()
301 …private void exp(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in exp()
308 …private void log(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in log()
322 …private void pow(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in pow()
334 …private void pi(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkno… in pi()
340 …private void cos(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in cos()
346 …private void sin(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in sin()
[all …]
H A DDBaseStringFunctions.java45 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions()
212 …private void upper(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in upper()
219 …private void lower(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in lower()
230 …private void acsii(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in acsii()
244 …private void concat(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in concat()
250 …private void locate(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in locate()
262 …private void ltrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in ltrim()
268 …private void rtrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in rtrim()
274 …private void space(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in space()
298 …private void left(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in left()
[all …]
H A DDBaseDateFunctions.java47 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions()
223 …private void month(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in month()
229 …private void dayname(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in dayname()
241 …private void quarter(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in quarter()
250 …private void week(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in week()
256 …private void year(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in year()
262 …private void hour(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in hour()
268 …private void minute(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in minute()
274 …private void second(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in second()
280 …private void curdate(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in curdate()
[all …]
H A DDBaseSqlTests.java44 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions()
73 …private void execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java88 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in useRowSet()
89 XRowSet.class, in useRowSet()
111 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetPrivileges()
112 XRowSet.class, in showRowSetPrivileges()
145 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetRowCount()
146 XRowSet.class, in showRowSetRowCount()
177 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetEvents()
178 XRowSet.class, in showRowSetEvents()
H A DOpenQuery.java84 com.sun.star.sdbc.XRowSet xRowSet = (com.sun.star.sdbc.XRowSet) in openQuery()
85 UnoRuntime.queryInterface(com.sun.star.sdbc.XRowSet.class, rowSet); in openQuery()
/aoo4110/main/qadevOOo/tests/java/ifc/form/
H A D_XDatabaseParameterBroadcaster.java27 import com.sun.star.sdbc.XRowSet;
80 XRowSet xRowSet = (XRowSet)UnoRuntime.queryInterface(XRowSet.class, oObj); in _removeParameterListener()
/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java44 import com.sun.star.sdbc.XRowSet;
208 final XRowSet rowSet = (XRowSet) p[0]; in queryData()
352 final XRowSet rowSet, final ParameterDefinition paramDef) in fillParameter()
392 …final XRowSet rowSet = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, m_cmpCtx.getServiceManag… in createRowSet()
430 RowSetProperties rowSetProps, final XRowSet rowSet) in createParameter()
H A DSDBCReportData.java37 import com.sun.star.sdbc.XRowSet;
49 private final XRowSet rowSet;
58 public SDBCReportData(final XRowSet rowSet) throws SQLException in SDBCReportData()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java35 import com.sun.star.sdbc.XRowSet;
44 public class RowSet implements XRowSet, XRow
46 private XRowSet m_rowSet;
60 m_rowSet = (XRowSet)UnoRuntime.queryInterface( XRowSet.class, m_rowSetProps ); in RowSet()
H A DControlLock.java162 XRowSet xRowSet = (XRowSet)UnoRuntime.queryInterface( in enableLock()
163 XRowSet.class, m_xForm ); in enableLock()
/aoo4110/main/connectivity/qa/connectivity/tools/
H A DRowSet.java38 import com.sun.star.sdbc.XRowSet;
46 public class RowSet implements XRowSet, XRow
48 private XRowSet m_rowSet;
61 m_rowSet = UnoRuntime.queryInterface( XRowSet.class, m_rowSetProps ); in RowSet()
/aoo4110/main/qadevOOo/tests/java/mod/_sw/
H A DSwXMailMerge.java115 XRowSet xRowSet = (XRowSet) in createTestEnvironment()
116 UnoRuntime.queryInterface(XRowSet.class, oRowSet); in createTestEnvironment()
253 xRowSet = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, oRowSet); in createTestEnvironment()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx137 Reference< XRowSet > SbaExternalSourceBrowser::CreateForm() in CreateForm()
261 Reference< XRowSet > xMasterForm; in dispatch()
267 …xMasterForm = Reference< XRowSet > (*(Reference< XInterface > *)pArguments->Value.getValue(), UNO_… in dispatch()
377 void SbaExternalSourceBrowser::Attach(const Reference< XRowSet > & xMaster) in Attach()
455 Attach(Reference< XRowSet > ()); in ClearView()
/aoo4110/main/svx/source/fmcomp/
H A Dfmgridif.cxx774 xGrid->setRowSet(Reference< XRowSet > ()); in setDesignMode()
1173 setRowSet(Reference< XRowSet > ()); in ~FmXGridPeer()
1238 Reference< XRowSet > xCursor(e.Source, UNO_QUERY); in disposing()
1478 Reference< XRowSet > xCursor(evt.Source, UNO_QUERY); in propertyChange()
1653 updateGrid( Reference< XRowSet > (NULL) ); in unloaded()
1660 updateGrid( Reference< XRowSet > (NULL) ); in reloading()
1667 updateGrid( Reference< XRowSet > (NULL) ); in unloading()
2209 setRowSet(Reference< XRowSet > ()); in dispose()
2230 Reference< XRowSet > xRowSet(m_xCursor, UNO_QUERY); in startCursorListening()
2254 Reference< XRowSet > xRowSet(m_xCursor, UNO_QUERY); in stopCursorListening()
[all …]
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXRowSetSupplier.idl31 #include <com/sun/star/sdbc/XRowSet.idl>
50 com::sun::star::sdbc::XRowSet getRowSet();
58 [oneway] void setRowSet( [in] com::sun::star::sdbc::XRowSet xDataSource );
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java223 com.sun.star.sdbc.XRowSet xORowSet = (com.sun.star.sdbc.XRowSet) in createTestEnvironment()
224 UnoRuntime.queryInterface(com.sun.star.sdbc.XRowSet.class, in createTestEnvironment()
/aoo4110/main/connectivity/inc/connectivity/
H A Dvirtualdbtools.hxx61 class XRowSet;
128 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
136 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet)
339 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java59 import com.sun.star.sdbc.XRowSet;
241 XRowSet rowSet = null; in createReportJob()
268 rowSet = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, aProps.Value); in createReportJob()
/aoo4110/main/svx/source/inc/
H A Dgridcell.hxx225 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >
235 …const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& getCursor() const { ret… in getCursor()
297 …dow& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xCursor );
416 …dow& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xCursor );
446 …dow& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xCursor );
467 …dow& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xCursor );
490 …dow& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xCursor );
518 …dow& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xCursor );
542 …dow& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xCursor );
576 …w& rParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxCursor );
[all …]
/aoo4110/main/connectivity/source/commontools/
H A Dformattedcolumnvalue.cxx61 using ::com::sun::star::sdbc::XRowSet;
197 const Reference< XRowSet >& i_rRowSet, const Reference< XPropertySet >& i_rColumn ) in lcl_initColumnDataValue_nothrow()
228 const Reference< XRowSet >& _rxRowSet, const Reference< XPropertySet >& i_rColumn ) in FormattedColumnValue()
/aoo4110/main/svx/inc/svx/
H A Ddbtoolsclient.hxx114 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
123 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet)
220 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
/aoo4110/main/svx/source/form/
H A Ddbtoolsclient.cxx198 …Reference< XConnection > OStaticDataAccessTools::connectRowset( const Reference< XRowSet >& _rxRow… in connectRowset()
209 …Reference< XConnection > OStaticDataAccessTools::getRowSetConnection(const Reference< XRowSet >& _… in getRowSetConnection()
350 …const ::comphelper::ComponentContext& _rContext, const Reference< XRowSet >& _rxRowSet, const Refe… in createFormattedColumnValue()
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DRowSet.idl39 published interface XRowSet;
71 …<p>To refresh the content of a <type>RowSet</type>, use this interface's <member>XRowSet::execute<…
74 interface XRowSet;
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowSet.java32 import com.sun.star.sdbc.XRowSet;
59 public XRowSet oObj = null ;

Completed in 160 milliseconds

12345