/aoo42x/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 333 void SelectColumnPos( sal_uInt16 nCol, sal_Bool _bSelect, sal_Bool bMakeVisible); 334 void SelectColumnId( sal_uInt16 nColId, sal_Bool _bSelect, sal_Bool bMakeVisible) in SelectColumnId() argument 335 { SelectColumnPos( GetColumnPos(nColId), _bSelect, bMakeVisible); } in SelectColumnId() 551 virtual void SelectRow( long nRow, sal_Bool _bSelect = sal_True, sal_Bool bExpand = sal_True ); 552 void SelectColumnPos( sal_uInt16 nCol, sal_Bool _bSelect = sal_True ) in SelectColumnPos() argument 553 { SelectColumnPos( nCol, _bSelect, sal_True); } in SelectColumnPos() 554 void SelectColumnId( sal_uInt16 nColId, sal_Bool _bSelect = sal_True ) in SelectColumnId() argument 555 { SelectColumnPos( GetColumnPos(nColId), _bSelect, sal_True); } in SelectColumnId() 837 virtual void SelectColumn( sal_uInt16 _nColumn, sal_Bool _bSelect = sal_True );
|
H A D | accessibletableprovider.hxx | 90 …virtual void SelectRow( long _nRow, sal_Bool _bSelect = sal_True, sal_Bool bExpand = sal_True … 91 virtual void SelectColumn( sal_uInt16 _nColumnPos, sal_Bool _bSelect = sal_True ) = 0;
|
H A D | svtabbx.hxx | 207 …virtual void SelectRow( long _nRow, sal_Bool _bSelect = sal_True, sal_Bool bExpand = sal_True … 208 virtual void SelectColumn( sal_uInt16 _nColumn, sal_Bool _bSelect = sal_True );
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | dsEntriesNoExp.cxx | 132 void SbaTableQueryBrowser::select(SvLBoxEntry* _pEntry, sal_Bool _bSelect) in select() argument 137 static_cast<OBoldListboxString*>(pTextItem)->emphasize(_bSelect); in select() 146 void SbaTableQueryBrowser::selectPath(SvLBoxEntry* _pEntry, sal_Bool _bSelect) in selectPath() argument 150 select(_pEntry, _bSelect); in selectPath()
|
/aoo42x/main/formula/inc/formula/ |
H A D | formula.hxx | 84 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate… 133 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate…
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 129 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate… 1629 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate) in SetMeText() argument 1635 if ( _bSelect || !bEditFlag ) in SetMeText() 1875 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate) in SetMeText() argument 1877 return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate); in SetMeText() 2031 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate) in SetMeText() argument 2033 return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate); in SetMeText()
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1919 void BrowseBox::SelectRow( long nRow, sal_Bool _bSelect, sal_Bool bExpand ) in SelectRow() argument 1926 if ( _bSelect ) in SelectRow() 1949 && uRow.pSel->Select( nRow, _bSelect ) in SelectRow() 2003 void BrowseBox::SelectColumnPos( sal_uInt16 nNewColPos, sal_Bool _bSelect, sal_Bool bMakeVisible ) in SelectColumnPos() argument 2012 if ( _bSelect ) in SelectColumnPos() 2030 if ( pColSel->Select( nNewColPos, _bSelect ) ) in SelectColumnPos()
|
H A D | brwbox3.cxx | 475 void BrowseBox::SelectColumn( sal_uInt16 _nColumn, sal_Bool _bSelect ) in SelectColumn() argument 477 SelectColumnPos( _nColumn, _bSelect ); in SelectColumn()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.cxx | 187 sal_Bool DbaIndexList::Select( SvLBoxEntry* pEntry, sal_Bool _bSelect ) in Select() argument 189 sal_Bool bReturn = SvTreeListBox::Select(pEntry, _bSelect); in Select() 191 if (m_aSelectHdl.IsSet() && !m_bSuspendSelectHdl && _bSelect) in Select()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | accessibletablistboxtable.cxx | 304 void AccessibleTabListBoxTable::implSelectRow( sal_Int32 _nRow, sal_Bool _bSelect ) in implSelectRow() argument 307 m_pTabListBox->Select( m_pTabListBox->GetEntry( _nRow ), _bSelect ); in implSelectRow()
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | SwingDialogProvider.java | 323 …addLanguageMenuItem(ButtonGroup _group, String _sLanguageTitle, boolean _bSelect, char _sMnemonic,… in addLanguageMenuItem() argument 324 … JRadioButtonMenuItem jMenuItem = new JRadioButtonMenuItem(_sLanguageTitle, _bSelect); in addLanguageMenuItem()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | unodatbr.hxx | 315 void select(SvLBoxEntry* _pEntry, sal_Bool _bSelect = sal_True); 317 void selectPath(SvLBoxEntry* _pEntry, sal_Bool _bSelect = sal_True);
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | dlgedfunc.hxx | 113 void deactivateOle(bool _bSelect = false);
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | dlgedfunc.cxx | 451 void DlgEdFunc::deactivateOle(bool _bSelect) in deactivateOle() argument 471 if ( _bSelect ) in deactivateOle()
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | accessibletablistboxtable.hxx | 60 void implSelectRow( sal_Int32 _nRow, sal_Bool _bSelect );
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 141 …void moveGroups(const uno::Sequence<uno::Any>& _aGroups,sal_Int32 _nRow,sal_Bool _bSelect = sal_Tr… 308 …ssionControl::moveGroups(const uno::Sequence<uno::Any>& _aGroups,sal_Int32 _nRow,sal_Bool _bSelect) in moveGroups() argument 334 if ( _bSelect ) in moveGroups()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 870 void SvHeaderTabListBox::SelectRow( long _nRow, sal_Bool _bSelect, sal_Bool ) in SelectRow() argument 872 Select( GetEntry( _nRow ), _bSelect ); in SelectRow()
|