Searched refs:getMaxRows (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 508 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()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 427 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()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 674 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()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 87 sal_Int32 getMaxRows() const;
|
/aoo41x/main/reportdesign/source/core/inc/ |
H A D | ReportEngineJFree.hxx | 113 virtual ::sal_Int32 SAL_CALL getMaxRows() throw (::com::sun::star::uno::RuntimeException);
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 94 …sal_Int32 getMaxRows() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 69 …sal_Int32 getMaxRows() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportEngineJFree.cxx | 410 ::sal_Int32 SAL_CALL OReportEngineJFree::getMaxRows() throw (uno::RuntimeException) in getMaxRows() function in reportdesign::OReportEngineJFree
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 4338 const sal_Int32 nOldMaxRows = m_xReportEngine->getMaxRows(); in getPreferredVisualRepresentation()
|
Completed in 91 milliseconds