Home
last modified time | relevance | path

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

12345

/AOO41X/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java46 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions()
248 …private XRow execute(final XRowSet xRowRes,final String sql) throws com.sun.star.uno.Exception, c… in execute()
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()
280 …private void floor(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in floor()
287 …private void ceiling(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in ceiling()
294 …private void round(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in round()
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()
[all …]
H A DDBaseStringFunctions.java45 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions()
201 …private XRow execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
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()
236 …private void char_length(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.be… in char_length()
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()
256 …private void substring(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in substring()
262 …private void ltrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in ltrim()
[all …]
H A DDBaseDateFunctions.java47 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions()
194 …private XRow execute(final XRowSet xRowRes, final String sql) throws com.sun.star.uno.Exception, c… in execute()
205 …private void dayofweek(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in dayofweek()
211 …private void dayofmonth(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bea… in dayofmonth()
217 …private void dayofyear(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in dayofyear()
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()
235 …private void monthname(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in monthname()
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()
[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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/svx/source/fmcomp/
H A Dfmgridif.cxx606 Reference< XRowSet > xForm(xComp->getParent(), UNO_QUERY); in createPeer()
774 xGrid->setRowSet(Reference< XRowSet > ()); in setDesignMode()
781 Reference< XRowSet > xForm(xComp->getParent(), UNO_QUERY); 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()
[all …]
/AOO41X/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 );
/AOO41X/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()
/AOO41X/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,
H A Dconncleanup.hxx49 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > m_xRowSet; // needed to add as…
60 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
/AOO41X/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()
/AOO41X/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 …]
/AOO41X/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()
/AOO41X/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,
/AOO41X/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()
/AOO41X/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;

12345