/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 563 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 D | datwin.cxx | 426 nRow < pBox->GetRowCount() && !pBox->IsRowSelected(nRow) ) in Command()
|
H A D | brwbox1.cxx | 2128 bool BrowseBox::IsRowSelected( long nRow ) const in IsRowSelected() function in BrowseBox
|
/aoo42x/main/svtools/source/table/ |
H A D | tablecontrol.cxx | 228 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()
|
/aoo42x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_dictionarydialog.cxx | 223 if( IsRowSelected( nN ) ) in getFirstSelectedEntry() 816 if( rActive.IsRowSelected( nN ) ) in IMPL_LINK()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxHeaderCell.cxx | 75 …sal_Bool bSelected = isRowBarCell() ? mpBrowseBox->IsRowSelected(m_nColumnRowId) : mpBrowseBox->Is… in implCreateStateSetHelper()
|
H A D | AccessibleGridControlHeaderCell.cxx | 70 if ( m_aTable.IsRowSelected(m_nColumnRowId) ) in implCreateStateSetHelper()
|
H A D | AccessibleBrowseBoxTableBase.cxx | 274 return mpBrowseBox->IsRowSelected( nRow ); in implIsRowSelected()
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 1703 …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()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | accessibletable.hxx | 125 virtual bool IsRowSelected( sal_Int32 const i_rowIndex ) const = 0;
|
H A D | accessibletableprovider.hxx | 95 virtual bool IsRowSelected( long _nRow ) const = 0;
|
H A D | svtabbx.hxx | 212 virtual bool IsRowSelected( long _nRow ) const;
|
H A D | brwbox.hxx | 558 virtual bool IsRowSelected( long nRow ) const;
|
/aoo42x/main/svtools/inc/svtools/table/ |
H A D | tablecontrol.hxx | 209 virtual bool IsRowSelected( sal_Int32 const i_rowIndex ) const;
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 889 bool SvHeaderTabListBox::IsRowSelected( long _nRow ) const in IsRowSelected() function in SvHeaderTabListBox 1218 if ( IsRowSelected( _nRow ) ) in FillAccessibleStateSetForCell()
|
/aoo42x/main/svtools/workben/ |
H A D | browser.cxx | 712 !aBrowser.IsRowSelected( aBrowser.GetCurRow() ) ); in IMPL_LINK_INLINE_END()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 1155 if (GetEmptyRow().Is() && IsRowSelected(GetRowCount() - 1)) in DeleteSelectedRows() 1228 if ( !IsRowSelected( GetCurrentPos() ) && !IsCurrentAppending() && GetCurrentRow().Is() ) in DeleteSelectedRows()
|
H A D | gridctrl.cxx | 2780 …bDelete = bDelete && !((m_nOptions & OPT_INSERT) && GetSelectRowCount() == 1 && IsRowSelected(GetR… in PreExecuteRowContextMenu()
|
/aoo42x/main/svtools/source/uno/ |
H A D | svtxgridcontrol.cxx | 768 return pTable->IsRowSelected( index ); in isRowSelected()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 6271 if ( pTC->IsRowSelected( nNr1-1 ) ) in Execute()
|