Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java172 setMaxRows((int)value); in registerProperties()
324 private synchronized void setMaxRows(int value) throws WrappedTargetException { in setMaxRows() method in JavaSQLStatementBase
327 jdbcStatement.setMaxRows(value); in setMaxRows()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx582 void OStatement_Base::setMaxRows(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxRows() function in OStatement_Base
750 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx523 void java_sql_Statement_Base::setMaxRows(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxRows() function in java_sql_Statement_Base
675 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx766 void OStatement_Base::setMaxRows(sal_Int32 _par0) in setMaxRows() function in OStatement_Base
1024 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx99 void setMaxRows(sal_Int32 _par0) ;
/trunk/main/reportdesign/source/core/inc/
H A DReportEngineJFree.hxx114 …virtual void SAL_CALL setMaxRows( ::sal_Int32 _MaxRows ) throw (::com::sun::star::uno::RuntimeExce…
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx103 …void setMaxRows(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx78 …void setMaxRows(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLE…
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx417 void SAL_CALL OReportEngineJFree::setMaxRows( ::sal_Int32 _MaxRows ) throw (uno::RuntimeException) in setMaxRows() function in reportdesign::OReportEngineJFree
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx4339 m_xReportEngine->setMaxRows(MAX_ROWS_FOR_PREVIEW); in getPreferredVisualRepresentation()
4355 m_xReportEngine->setMaxRows(nOldMaxRows); in getPreferredVisualRepresentation()

Completed in 66 milliseconds