Home
last modified time | relevance | path

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

123

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1150 RowRemoved(0, GetRowCount(), sal_False); in RemoveRows()
1655 if (!IsResizing() && GetRowCount()) in setDataSource()
1992 if (nRecordCount != GetRowCount()) in AdjustRows()
2020 m_nTotalCount = GetRowCount() - 1; in AdjustRows()
2022 m_nTotalCount = GetRowCount(); in AdjustRows()
2372 m_nSeekPos = GetRowCount() - 1; in AlignSeekCursor()
2563 if ((GetRowCount() - 1) > 0) in MoveToLast()
2564 MoveToPosition(GetRowCount() - 2); in MoveToLast()
2566 else if (GetRowCount()) in MoveToLast()
2567 MoveToPosition(GetRowCount() - 1); in MoveToLast()
[all …]
H A Dfmgridcl.cxx1155 if (GetEmptyRow().Is() && IsRowSelected(GetRowCount() - 1)) in DeleteSelectedRows()
1237 if (nIdx < GetRowCount() - 1) in DeleteSelectedRows()
1266 sal_Bool bAllSelected = GetTotalCount() == nSelectedRows || GetRowCount() == nSelectedRows; in DeleteSelectedRows()
1369 if (IsInsertionRow(GetRowCount() - 1)) // einfuegeZeile nicht in DeleteSelectedRows()
1370 SelectRow(GetRowCount() - 1, sal_False); in DeleteSelectedRows()
1472 RowRemoved(GetRowCount() - 1, 1, sal_True); in restored()
/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/svtools/source/brwbox/
H A Dbrwbox2.cxx356 if ( nBottomRow > GetRowCount() && GetRowCount() ) in ToggleSelection()
357 nBottomRow = GetRowCount(); in ToggleSelection()
1943 if ( GetRowCount() ) in Dispatch()
1953 if ( GetRowCount() ) in Dispatch()
1956 long nRows = GetRowCount(); in Dispatch()
1959 GoToRow( GetRowCount() - 1, sal_True ); in Dispatch()
1982 if ( GetRowCount() ) in Dispatch()
2021 if ( GetRowCount() ) in Dispatch()
2049 if ( GetRowCount() ) in Dispatch()
2059 if ( GetRowCount() ) in Dispatch()
[all …]
H A Dbrwbox1.cxx560 GetRowCount(), in SetColumnPos()
573 GetRowCount(), in SetColumnPos()
857 GetRowCount(), in RemoveColumn()
933 GetRowCount(), in RemoveColumns()
958 long BrowseBox::GetRowCount() const in GetRowCount() function in BrowseBox
2581 if ( nRowCount < GetRowCount() ) in VisibleRowsChanged()
2583 RowInserted(nRowCount,GetRowCount() - nRowCount,sal_False); in VisibleRowsChanged()
2585 else if ( nRowCount > GetRowCount() ) in VisibleRowsChanged()
2587 RowRemoved(nRowCount-(nRowCount - GetRowCount()),nRowCount - GetRowCount(),sal_False); in VisibleRowsChanged()
H A Dbrwbox3.cxx236 if( ColCount() !=0 && GetRowCount()!=0) in GetAccessibleObjectName()
241 sal_Int32 rowId = _nPosition / GetRowCount() + 1; in GetAccessibleObjectName()
H A Ddatwin.cxx426 nRow < pBox->GetRowCount() && !pBox->IsRowSelected(nRow) ) in Command()
465 && ( _rEvent.GetRow() < GetParent()->GetRowCount() ) in ImplRowDividerHitTest()
/trunk/main/accessibility/source/extended/
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/sc/source/core/data/
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/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx142 for( nN = GetRowCount(); nN--; ) in save()
166 for( nN = GetRowCount(); nN--; ) in deleteAll()
221 for( sal_Int32 nN=GetRowCount(); nN--; ) in getFirstSelectedEntry()
244 for( sal_Int32 nN=GetRowCount(); nN--; ) in getTermEntry()
288 for( sal_Int32 nN=GetRowCount(); nN--; ) in deleteEntries()
814 for( sal_Int32 nN=rActive.GetRowCount(); nN--; ) in IMPL_LINK()
/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()
/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/sw/source/core/access/
H A Dacctable.cxx137 inline sal_Int32 GetRowCount() const;
496 inline sal_Int32 SwAccessibleTableData_Impl::GetRowCount() const in GetRowCount() function in SwAccessibleTableData_Impl
718 aModelChange.LastRow = rTableData.GetRowCount() - 1; in FireTableChangeEvent()
997 return GetTableData().GetRowCount(); in getAccessibleRowCount()
1201 sal_Int32 nRows = GetTableData().GetRowCount(); in getSelectedAccessibleRows()
1542 if(pNewTableData->GetRowCount()!= mpTableData->GetRowCount()) in InvalidateChildPosOrSize()
1556 aModelChange.LastRow = mpTableData->GetRowCount() - 1; in InvalidateChildPosOrSize()
/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/svtools/workben/
H A Dbrowser.cxx115 virtual long GetRowCount() const;
480 long Browser::GetRowCount() const in GetRowCount() function in Browser
654 if ( (aBrowser.GetCurRow()+1) >= aBrowser.GetRowCount() ) in IMPL_LINK_INLINE_END()
682 if ( (aBrowser.GetCurRow()+1) >= aBrowser.GetRowCount() ) in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx746 sal_uInt32 nCount = ( GetRowCount() + 1 ) * GetColumnCount(); in RecalculateAccessibleChildren()
784 long SvHeaderTabListBox::GetRowCount() const in GetRowCount() function in SvHeaderTabListBox
981 sal_Int32 nCount = ( GetRowCount() + 1 ) * nColumnCount; in CreateAccessibleCell()
1021 nColumnCount : ( GetRowCount() + 1 ) * nColumnCount; in CreateAccessibleColumnHeader()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx114 if ( ( i_rowIndex < 0 ) || ( i_rowIndex >= i_table.GetRowCount() ) ) in impl_checkRowIndex_throw()
805 if ( pTable->GetRowCount()>0 ) in ProcessWindowEvent()
833 if ( pTable->GetRowCount()>0 ) in ProcessWindowEvent()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx816 nRows = GetRowCount(rBoxRef); in FlatFndBox()
927 sal_uInt16 FlatFndBox::GetRowCount(const _FndBox& rBox) in GetRowCount() function in FlatFndBox
941 nLn = Max(GetRowCount(*rBoxes[j]), nLn); in GetRowCount()
/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/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/svx/source/dialog/
H A Dframelinkarray.cxx333 #define DBG_FRAME_CHECK_ROW( row, funcname ) DBG_FRAME_CHECK( (row) < GetRowCount(), fun…
334 …ow, funcname ) DBG_FRAME_CHECK( ((col) < GetColCount()) && ((row) < GetRowCount()), funcname, "…
337 #define DBG_FRAME_CHECK_ROW_1( row, funcname ) DBG_FRAME_CHECK( (row) <= GetRowCount(), fu…
380 size_t Array::GetRowCount() const in GetRowCount() function in svx::frame::Array
H A Dfrmsel.cxx417 for( nRow = 0, nRows = maArray.GetRowCount(); nRow < nRows; ++nRow ) in InitBorderGeometry()
471 for( nRow = 0, nRows = maArray.GetRowCount(); nRow < nRows; ++nRow ) in InitBorderGeometry()
648 for( size_t nRow = 0; nRow < maArray.GetRowCount(); ++nRow ) in DrawAllFrameBorders()
/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/solenv/bin/modules/installer/patch/
H A DFileSequenceList.pm78 $file_table->GetRowCount());

Completed in 203 milliseconds

123