Home
last modified time | relevance | path

Searched refs:GetRowCount (Results 26 – 50 of 61) sorted by relevance

123

/trunk/main/sc/inc/
H A Dchartarr.hxx57 short GetRowCount() const { return nRowCnt; } in GetRowCount() function in ScMemChart
H A Ddptablecache.hxx84 SCROW GetRowCount() const;
H A Dchartpos.hxx62 SCROW GetRowCount() const { return nRowCount; } in GetRowCount() function in ScChartPositionMap
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx147 sal_Int32 GetRowCount (void) const;
/trunk/main/sw/source/core/inc/
H A Ddocsort.hxx152 sal_uInt16 GetRowCount(const _FndBox& rBox);
/trunk/main/svx/inc/
H A Dsvdibrow.hxx63 virtual long GetRowCount() const;
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx295 return (GetRowCount() == rAreaLink.GetRowCount()) && in Compare()
H A DXMLExportIterator.hxx167 inline sal_Int32 GetRowCount() const { return aDestRange.EndRow - aDestRange.StartRow + 1; } in GetRowCount() function
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx161 long nRows = GetRowCount(); in DetermineFocus()
H A Deditbrowsebox.cxx509 …olPos != nEditCol || nRow != nEditRow) && (nColPos != BROWSER_INVALIDID) && (nRow < GetRowCount())) in MouseButtonDown()
1277 long nMaxRows = Min(long(GetVisibleRows()), GetRowCount()); in GetAutoColumnWidth()
/trunk/main/svtools/inc/svtools/
H A Daccessibletable.hxx105 virtual long GetRowCount() const= 0;
H A Daccessibletableprovider.hxx66 virtual long GetRowCount() const = 0;
H A Dsvtabbx.hxx181 virtual long GetRowCount() const;
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx187 virtual long GetRowCount() const;
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm266 sub GetRowCount ($) subroutine
/trunk/main/sc/source/filter/inc/
H A Dxladdress.hxx95 inline sal_uInt16 GetRowCount() const { return maLast.mnRow - maFirst.mnRow + 1; } in GetRowCount() function
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableBase.cxx217 return mpBrowseBox->GetRowCount(); in implGetRowCount()
H A DAccessibleGridControlTable.cxx298 for(int i=0;i<m_aTable.GetRowCount();i++) in selectAllAccessibleChildren()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx176 size_t GetRowCount() const;
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx174 return GetCache()->GetRowCount(); in getRowSize()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx207 RowRemoved(0, GetRowCount()); in Update()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx364 sal_uInt16 GetRowCount() const { return nRows; } in GetRowCount() function in SwHTMLTableLayout
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx376 SCSIZE nRowCount = GetPositionMap()->GetRowCount(); in CreateMemChartMulti()
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx226 if (bForward && (nCol == 2) && (nRow == GetRowCount() - 1)) in IsTabAllowed()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5901 … pRet->GenReturn ( RET_Value, aUId, (comm_ULONG)pEBBox->GetRowCount() ); in Execute()
5913 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,pEBBox->GetRowCount() ) ) in Execute()
6157 … ValueOK( aUId, MethodString( nMethodId ), nNr2, pTC->GetRowCount() )) in Execute()
6169 … ValueOK( aUId, MethodString( nMethodId ), nNr2, pTC->GetRowCount() )) in Execute()
6243 … pRet->GenReturn ( RET_Value, aUId, (comm_ULONG)pTC->GetRowCount() ); in Execute()
6248 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetRowCount() )) in Execute()

Completed in 127 milliseconds

123