Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java166 return getMaxRows(); in registerProperties()
315 private int getMaxRows() throws WrappedTargetException { in getMaxRows() method in JavaSQLStatementBase
318 return jdbcStatement.getMaxRows(); in getMaxRows()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx508 sal_Int32 OStatement_Base::getMaxRows() const throw(SQLException, RuntimeException) in getMaxRows() function in OStatement_Base
704 …r::tryPropertyValue( rConvertedValue, rOldValue, rValue, bValidAdoRS ? getMaxRows() : m_nMaxRows ); in convertFastPropertyValue()
787 rValue <<= getMaxRows(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx427 sal_Int32 java_sql_Statement_Base::getMaxRows() throw(SQLException, RuntimeException) in getMaxRows() function in java_sql_Statement_Base
639 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue()
719 rValue <<= THIS->getMaxRows(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx674 sal_Int32 OStatement_Base::getMaxRows() const in getMaxRows() function in OStatement_Base
971 bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue()
1069 rValue <<= getMaxRows(); in getFastPropertyValue()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx87 sal_Int32 getMaxRows() const;
/trunk/main/reportdesign/source/core/inc/
H A DReportEngineJFree.hxx113 virtual ::sal_Int32 SAL_CALL getMaxRows() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx94 …sal_Int32 getMaxRows() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx69 …sal_Int32 getMaxRows() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx411 ::sal_Int32 SAL_CALL OReportEngineJFree::getMaxRows() throw (uno::RuntimeException) in getMaxRows() function in reportdesign::OReportEngineJFree
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx4338 const sal_Int32 nOldMaxRows = m_xReportEngine->getMaxRows(); in getPreferredVisualRepresentation()

Completed in 65 milliseconds