Home
last modified time | relevance | path

Searched refs:getRowCount (Results 26 – 50 of 56) sorted by relevance

123

/trunk/main/chart2/source/inc/
H A DInternalData.hxx71 sal_Int32 getRowCount() const;
/trunk/main/svtools/source/table/
H A Dtablegeometry.cxx73 return m_bAllowVirtualRows || ( i_row < m_rControl.m_pModel->getRowCount() ); in impl_isValidRow()
H A Dtabledatawindow.cxx117 else if ( ( hitRow >= 0 ) && ( hitRow < pTableModel->getRowCount() ) ) in RequestHelp()
/trunk/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx334 virtual TableSize getRowCount() const = 0;
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx256 SQLLEN OStatement_Base::getRowCount () throw( SQLException) in getRowCount() function in OStatement_Base
590 rowCount = getRowCount (); in getUpdateCount()
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx91 ::sal_Int32 getRowCount() const { return static_cast< ::sal_Int32 >( maRows.size() ); } in getRowCount() function in sdr::table::TableLayouter
H A Dtablertfimporter.cxx263 const sal_Int32 nRowCount = mxTable->getRowCount(); in FillTable()
H A Dtablemodel.hxx105 virtual ::sal_Int32 SAL_CALL getRowCount() throw (::com::sun::star::uno::RuntimeException);
H A Dviewcontactoftableobj.cxx553 const sal_Int32 nRowCount(xTable->getRowCount()); in createViewIndependentPrimitive2DSequence()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DServiceInterfaceView.java106 for (int i=0; i<maTree.getRowCount(); i++) in Update()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx396 unsigned int getRowCount() in getRowCount() function in writerfilter::TableData
H A DTableManager.hxx977 const unsigned int nRows = pTableData->getRowCount(); in resolveCurrentTable()
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java145 public int getRowCount() { in getRowCount() method in ScriptPanel.ScriptTableModel
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.hxx68 virtual TableSize getRowCount() const;
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java73 for (int nIndex=0; nIndex<getRowCount(); ++nIndex) in StreamView()
/trunk/main/writerfilter/documentation/
H A DtablesInDoc.txt61 int getRowCount
/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx155 sal_Int32 getRowCount() const;
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java136 public int getRowCount() in getRowCount() method in SDBCReportData
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.hxx77 virtual ::sal_Int32 SAL_CALL getRowCount() throw (::com::sun::star::uno::RuntimeException);
H A Dsortablegriddatamodel.hxx98 virtual ::sal_Int32 SAL_CALL getRowCount() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx126 SQLLEN getRowCount () throw( ::com::sun::star::sdbc::SQLException);
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx130 inline sal_Int32 getRowCount() const { return maLast.mnRow - maFirst.mnRow + 1; } in getRowCount() function
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx118 sal_Int32 getRowCount () throw( ::com::sun::star::sdbc::SQLException);
/trunk/main/sw/inc/
H A Dunotbl.hxx411 sal_uInt16 getRowCount(void);
506 sal_uInt16 getRowCount(void);
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java472 for (int i=0; i<maTree.getRowCount(); i++) in actionPerformed()

Completed in 140 milliseconds

123