Home
last modified time | relevance | path

Searched refs:GetRowCount (Results 1 – 25 of 61) sorted by path

123

/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()
H A DAccessibleGridControlTableBase.cxx76 nChildren = m_aTable.GetRowCount(); in getAccessibleChildCount()
78 nChildren = m_aTable.GetRowCount()*m_aTable.GetColumnCount(); in getAccessibleChildCount()
99 return m_aTable.GetRowCount(); in getAccessibleRowCount()
221 return m_aTable.GetRowCount()*m_aTable.GetColumnCount(); in implGetChildCount()
253 if( nRow >= m_aTable.GetRowCount() ) in ensureIsValidRow()
/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()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx532 && ( GetRowCount() > 1 ); in MayDeleteRow()
551 && ( GetCurRow() < GetRowCount() - 1 ); in MaySwapRows()
594 RowRemoved( 1, GetRowCount() ); in RenewTable()
613 GoToRow( ::std::min( nOldRow, GetRowCount() - 1 )); in RenewTable()
1004 if( GetCurRow() < GetRowCount() - 1 ) in SwapRow()
1085 ? GetRowCount() - 1 in IsTabAllowed()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx207 RowRemoved(0, GetRowCount()); in Update()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1278 sal_Bool bHitEmptySpace = (nRow > GetRowCount()) || (nViewPos == (sal_uInt16)-1); in MouseButtonDown()
1309 long nCorrectRowCount = GetRowCount(); in StartDrag()
1543 long nCorrectRowCount = GetRowCount(); in AcceptDrop()
1651 long nCorrectRowCount = GetRowCount(); in ExecuteDrop()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx219 RowRemoved(0, GetRowCount()); in lateInit()
266 sal_Bool bRet = !(( ( bForward && (nCol == DEST_COLUMN) && (nRow == GetRowCount() - 1))) in IsTabAllowed()
666 if ( pLines->size() >= static_cast<sal_uInt32>(m_pRC_Tables->GetRowCount()) ) in NotifyCellChange()
669 …C_Tables->RowInserted(m_pRC_Tables->GetRowCount(), pLines->size() - static_cast<sal_uInt32>(m_pRC_… in NotifyCellChange()
H A DTableGrantCtrl.cxx226 if (bForward && (nCol == 2) && (nRow == GetRowCount() - 1)) in IsTabAllowed()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx200 RowRemoved(1, GetRowCount()); in initializeFrom()
202 RowInserted(GetRowCount(), m_aFields.size(), sal_False); in initializeFrom()
205 RowInserted(GetRowCount(), 1, sal_False); in initializeFrom()
362 RowInserted(GetRowCount(), 1, sal_True); in SaveModified()
443 if (GetCurRow() >= GetRowCount() - 2) in IMPL_LINK()
447 sal_Int32 rowCount = GetRowCount(); in IMPL_LINK()
455 RowInserted(GetRowCount(), 1); in IMPL_LINK()
462 RowRemoved(GetRowCount() - 1, 1); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx280 …sal_Bool IsAllSelected() const { return (GetSelectRowCount() == GetRowCount()) && (GetRowCount() >… in IsAllSelected()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1243 if(aCrit.getLength() && nRow >= (GetRowCount()-1)) in SaveModified()
1254 RowInserted( GetRowCount()-1, 1, sal_True ); in SaveModified()
1837 RowInserted( GetRowCount()-1, 1, sal_True ); in DuplicateConditionLevel()
1886 RowInserted( GetRowCount()-1, 1, sal_True ); in AddCondition()
1914 RowInserted( GetRowCount()-1, 1, sal_True ); in AddCondition()
1931 RowInserted( GetRowCount()-1, 1, sal_True ); in AddCondition()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx225 RowRemoved(0, GetRowCount(), sal_False); in UpdateAll()
1075 RowInserted( GetRowCount()-1, 1, sal_True ); in DeleteRows()
1848 aDeletedPrimKeys.SetTotalRange( Range(0,GetRowCount()) ); in SetPrimaryKey()
1865 aInsertedPrimKeys.SetTotalRange( Range(0,GetRowCount()) ); in SetPrimaryKey()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx144 using OFieldExpressionControl_Base::GetRowCount;
400 RowRemoved(0, GetRowCount()); in lateInit()
503 if ( _bAppendRow && GetRowCount() == m_pParent->getGroups()->getCount() ) in SaveModified()
505 RowInserted( GetRowCount()-1); in SaveModified()
648 if ( nGroupPos >= GetRowCount() ) in elementInserted()
650 sal_Int32 nAddedRows = nGroupPos - GetRowCount(); in elementInserted()
1476 sal_Int32 nRowCount = m_pFieldExpression->GetRowCount(); in checkButtons()
/trunk/main/sc/inc/
H A Dchartarr.hxx57 short GetRowCount() const { return nRowCnt; } in GetRowCount() function in ScMemChart
H A Dchartpos.hxx62 SCROW GetRowCount() const { return nRowCount; } in GetRowCount() function in ScChartPositionMap
H A Ddptablecache.hxx84 SCROW GetRowCount() const;
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx174 return GetCache()->GetRowCount(); in getRowSize()
H A Ddptablecache.cxx390 if ( GetRowCount() != r.GetRowCount() ) in operator ==()
407 for ( SCROW k=0 ; k < GetRowCount(); k ++ ) in operator ==()
963 if ( nId >= GetRowCount() ) in GetItemDataById()
964 return maAdditionalDatas.getData( nId - GetRowCount() ); in GetItemDataById()
972 SCROW ScDPTableDataCache::GetRowCount() const in GetRowCount() function in ScDPTableDataCache
1064 return GetRowCount() +maAdditionalDatas.getDataId(rData); in GetIdByItemData()
1077 return GetRowCount() + maAdditionalDatas.getDataId(rData); in GetIdByItemData()
1088 return GetRowCount() + maAdditionalDatas.insertData( rData ); in GetAdditionalItemID()
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx376 SCSIZE nRowCount = GetPositionMap()->GetRowCount(); in CreateMemChartMulti()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx240 if( (aXclUsedArea.GetColCount() > 1) && (aXclUsedArea.GetRowCount() > 1) ) in ReadDimensions()
/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/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
H A Dxmlexprt.cxx3309 SvXMLUnitConverter::convertNumber( sValue, rAreaLink.GetRowCount() ); in WriteAreaLink()

Completed in 146 milliseconds

123