Home
last modified time | relevance | path

Searched refs:IsRowSelected (Results 1 – 20 of 20) sorted by relevance

/aoo4110/main/svtools/source/brwbox/
H A Dbrwbox2.cxx563 if ( !IsRowSelected( aSelRange.Max() ) ) in ExpandRowSelection()
572 if ( !IsRowSelected( aSelRange.Max() ) ) in ExpandRowSelection()
584 if ( !bMultiSelection || !IsRowSelected( rEvt.GetRow() ) ) in ExpandRowSelection()
974 && IsRowSelected( nRow ); in ImplPaintData()
1725 else if ( IsRowSelected( rEvt.GetRow() ) ) in MouseButtonDown()
1758 IsRowSelected( rEvt.GetRow() ) ) in MouseButtonDown()
1970 sal_Bool bLocalSelect = ( !IsRowSelected( nRow ) || in Dispatch()
1971 GetSelectRowCount() == 1 || IsRowSelected( nRow - 1 ) ); in Dispatch()
1987 sal_Bool bLocalSelect = ( !IsRowSelected( nRow ) || in Dispatch()
1988 GetSelectRowCount() == 1 || IsRowSelected( nRow + 1 ) ); in Dispatch()
[all …]
H A Ddatwin.cxx426 nRow < pBox->GetRowCount() && !pBox->IsRowSelected(nRow) ) in Command()
H A Dbrwbox1.cxx2128 bool BrowseBox::IsRowSelected( long nRow ) const in IsRowSelected() function in BrowseBox
/aoo4110/main/svtools/source/table/
H A Dtablecontrol.cxx228 bool TableControl::IsRowSelected( sal_Int32 const i_rowIndex ) const in IsRowSelected() function in svt::table::TableControl
494 if ( IsRowSelected( GetCurrentRow() ) ) in FillAccessibleStateSet()
617 if ( IsRowSelected( _nRow ) ) in FillAccessibleStateSetForCell()
/aoo4110/main/accessibility/source/extended/
H A DAccessibleBrowseBoxHeaderCell.cxx75 …sal_Bool bSelected = isRowBarCell() ? mpBrowseBox->IsRowSelected(m_nColumnRowId) : mpBrowseBox->Is… in implCreateStateSetHelper()
H A DAccessibleGridControlHeaderCell.cxx70 if ( m_aTable.IsRowSelected(m_nColumnRowId) ) in implCreateStateSetHelper()
H A DAccessibleBrowseBoxTableBase.cxx274 return mpBrowseBox->IsRowSelected( nRow ); in implIsRowSelected()
/aoo4110/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx223 if( IsRowSelected( nN ) ) in getFirstSelectedEntry()
816 if( rActive.IsRowSelected( nN ) ) in IMPL_LINK()
/aoo4110/main/svtools/inc/svtools/
H A Daccessibletable.hxx125 virtual bool IsRowSelected( sal_Int32 const i_rowIndex ) const = 0;
H A Daccessibletableprovider.hxx95 virtual bool IsRowSelected( long _nRow ) const = 0;
H A Dsvtabbx.hxx212 virtual bool IsRowSelected( long _nRow ) const;
H A Dbrwbox.hxx557 virtual bool IsRowSelected( long nRow ) const;
/aoo4110/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx209 virtual bool IsRowSelected( sal_Int32 const i_rowIndex ) const;
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1703 …aContextMenu.CheckItem( SID_TABLEDESIGN_TABED_PRIMARYKEY, IsRowSelected(GetCurRow()) && IsPrimaryK… in Command()
1856 if( pFieldDescr && (*aIter)->IsPrimaryKey() && (!bSet || !IsRowSelected(nRow)) ) in SetPrimaryKey()
1906 if( IsRowSelected(nRow) && !(*aIter)->IsPrimaryKey() ) in IsPrimaryKey()
/aoo4110/main/svtools/source/contnr/
H A Dsvtabbx.cxx889 bool SvHeaderTabListBox::IsRowSelected( long _nRow ) const in IsRowSelected() function in SvHeaderTabListBox
1218 if ( IsRowSelected( _nRow ) ) in FillAccessibleStateSetForCell()
/aoo4110/main/svtools/workben/
H A Dbrowser.cxx712 !aBrowser.IsRowSelected( aBrowser.GetCurRow() ) ); in IMPL_LINK_INLINE_END()
/aoo4110/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx768 return pTable->IsRowSelected( index ); in isRowSelected()
/aoo4110/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1155 if (GetEmptyRow().Is() && IsRowSelected(GetRowCount() - 1)) in DeleteSelectedRows()
1228 if ( !IsRowSelected( GetCurrentPos() ) && !IsCurrentAppending() && GetCurrentRow().Is() ) in DeleteSelectedRows()
H A Dgridctrl.cxx2780 …bDelete = bDelete && !((m_nOptions & OPT_INSERT) && GetSelectRowCount() == 1 && IsRowSelected(GetR… in PreExecuteRowContextMenu()
/aoo4110/main/automation/source/server/
H A Dstatemnt.cxx6271 if ( pTC->IsRowSelected( nNr1-1 ) ) in Execute()

Completed in 181 milliseconds