Searched refs:GetSelectedRowCount (Results 1 – 13 of 13) sorted by relevance
742 sal_Int32 selectionCount = pTable->GetSelectedRowCount(); in getSelectedRows()757 return pTable->GetSelectedRowCount() > 0; in hasSelectedRows()882 sal_Int32 const nSelectedRowCount( pTable->GetSelectedRowCount() ); in ImplCallItemListeners()
738 m_aPB_Delete.Enable( !bAdd && getActiveDictionary().GetSelectedRowCount()>0 ); in updateButtons()745 bModify = !bAdd && getActiveDictionary().GetSelectedRowCount()==1 in updateButtons()809 if( rActive.GetSelectedRowCount()>0) in IMPL_LINK()
123 virtual sal_Int32 GetSelectedRowCount() const = 0;
92 virtual sal_Int32 GetSelectedRowCount() const = 0;
209 virtual sal_Int32 GetSelectedRowCount() const;
838 virtual sal_Int32 GetSelectedRowCount() const;
207 virtual sal_Int32 GetSelectedRowCount() const;
244 sal_Int32 const selectionCount( m_aTable.GetSelectedRowCount() ); in implGetSelectedRows()
296 return mpBrowseBox->GetSelectedRowCount(); in implGetSelectedRowCount()
487 sal_Int32 BrowseBox::GetSelectedRowCount() const in GetSelectedRowCount() function in BrowseBox
216 sal_Int32 TableControl::GetSelectedRowCount() const in GetSelectedRowCount() function in svt::table::TableControl
879 sal_Int32 SvHeaderTabListBox::GetSelectedRowCount() const in GetSelectedRowCount() function in SvHeaderTabListBox
6283 pRet->GenReturn ( RET_Value, aUId, comm_USHORT( pTC->GetSelectedRowCount() )); in Execute()6288 if ( ValueOK( aUId, CUniString("GetSelIndex"), nNr1, pTC->GetSelectedRowCount() ) ) in Execute()
Completed in 91 milliseconds