Searched refs:setMaxRows (Results 1 – 10 of 10) sorted by relevance
172 setMaxRows((int)value); in registerProperties()324 private synchronized void setMaxRows(int value) throws WrappedTargetException { in setMaxRows() method in JavaSQLStatementBase327 jdbcStatement.setMaxRows(value); in setMaxRows()
584 void OStatement_Base::setMaxRows(sal_Int32 _par0) in setMaxRows() function in OStatement_Base751 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
523 void java_sql_Statement_Base::setMaxRows(sal_Int32 _par0) in setMaxRows() function in java_sql_Statement_Base673 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
766 void OStatement_Base::setMaxRows(sal_Int32 _par0) in setMaxRows() function in OStatement_Base1023 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
103 void setMaxRows(sal_Int32 _par0);
78 void setMaxRows(sal_Int32 _par0);
99 void setMaxRows(sal_Int32 _par0) ;
114 virtual void SAL_CALL setMaxRows( ::sal_Int32 _MaxRows );
417 void SAL_CALL OReportEngineJFree::setMaxRows( ::sal_Int32 _MaxRows ) in setMaxRows() function in reportdesign::OReportEngineJFree
4338 m_xReportEngine->setMaxRows(MAX_ROWS_FOR_PREVIEW); in getPreferredVisualRepresentation()4354 m_xReportEngine->setMaxRows(nOldMaxRows); in getPreferredVisualRepresentation()