/trunk/main/reportdesign/source/ui/dlg/ |
H A D | AddField.cxx | 287 …void lcl_addToList( OAddFieldWindowListBox& _rListBox, const uno::Sequence< ::rtl::OUString >& _rE… in lcl_addToList() argument 292 _rListBox.InsertEntry( *pEntries,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries) ); in lcl_addToList() 294 …void lcl_addToList( OAddFieldWindowListBox& _rListBox, const uno::Reference< container::XNameAcces… in lcl_addToList() argument 306 _rListBox.InsertEntry( sLabel,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList() 308 … _rListBox.InsertEntry( *pEntries,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList()
|
H A D | GroupsSorting.cxx | 70 …void lcl_addToList_throw( ComboBoxControl& _rListBox, ::std::vector<ColumnInfo>& o_aColumnList,con… in lcl_addToList_throw() argument 83 _rListBox.InsertEntry( sLabel ); in lcl_addToList_throw() 85 _rListBox.InsertEntry( *pEntries ); in lcl_addToList_throw()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WColumnSelect.cxx | 304 void OWizColumnSelect::clearListBox(MultiListBox& _rListBox) in clearListBox() argument 306 while(_rListBox.GetEntryCount()) in clearListBox() 307 _rListBox.RemoveEntry(0); in clearListBox() 308 _rListBox.Clear(); in clearListBox()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 674 void fillEntryAndDisable(ListBox& _rListBox,const String& _sEntry) in fillEntryAndDisable() argument 676 _rListBox.InsertEntry(_sEntry); in fillEntryAndDisable() 677 _rListBox.SelectEntryPos(0); in fillEntryAndDisable() 678 _rListBox.Disable(); in fillEntryAndDisable()
|
/trunk/main/svx/source/form/ |
H A D | tabwin.cxx | 113 void lcl_addToList( SvTreeListBox& _rListBox, const uno::Reference< container::XNameAccess>& i_xCol… in lcl_addToList() argument 125 _rListBox.InsertEntry( sLabel,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList() 127 … _rListBox.InsertEntry( *pEntries,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList()
|
/trunk/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 251 …void lcl_fillEntries( ListBox& _rListBox, const Sequence< ::rtl::OUString >& _rNames, const Ima… in lcl_fillEntries() argument 258 nPos = _rListBox.InsertEntry( *pNames++, _rImage ); in lcl_fillEntries() 259 _rListBox.SetEntryData( nPos, reinterpret_cast< void* >( _nCommandType ) ); in lcl_fillEntries()
|
/trunk/main/accessibility/source/helper/ |
H A D | acc_factory.cxx | 172 SvTreeListBox& _rListBox, 466 SvTreeListBox& _rListBox, const Reference< XAccessible >& _xParent ) const in createAccessibleTreeListBox() argument 468 return new AccessibleListBox( _rListBox, _xParent ); in createAccessibleTreeListBox()
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessiblelist.cxx | 54 …void checkSelection_Impl( sal_Int32 _nIndex, const IComboListBoxHelper& _rListBox, sal_Bool bSelec… in checkSelection_Impl() argument 57 sal_Int32 nCount = bSelected ? (sal_Int32)_rListBox.GetSelectEntryCount() in checkSelection_Impl() 58 : (sal_Int32)_rListBox.GetEntryCount(); in checkSelection_Impl()
|
/trunk/main/accessibility/source/extended/ |
H A D | accessiblelistbox.cxx | 58 …AccessibleListBox::AccessibleListBox( SvTreeListBox& _rListBox, const Reference< XAccessible >& _x… in DBG_NAME() 60 VCLXAccessibleComponent( _rListBox.GetWindowPeer() ), in DBG_NAME()
|
H A D | accessiblelistboxentry.cxx | 89 AccessibleListBoxEntry::AccessibleListBoxEntry( SvTreeListBox& _rListBox, in DBG_NAME() 94 ListBoxAccessibleBase( _rListBox ), in DBG_NAME() 103 _rListBox.FillEntryPath( _pEntry, m_aEntryPath ); in DBG_NAME()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 1827 const OListAndComboImportRef& _rListBox) in OListOptionImport() argument 1829 ,m_xListBoxImport(_rListBox) in OListOptionImport() 1897 const OListAndComboImportRef& _rListBox) in OComboItemImport() argument 1899 ,m_xListBoxImport(_rListBox) in OComboItemImport()
|
H A D | elementimport.hxx | 567 const OListAndComboImportRef& _rListBox); 585 const OListAndComboImportRef& _rListBox);
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | WColumnSelect.hxx | 64 void clearListBox(MultiListBox& _rListBox);
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | accessiblelistbox.hxx | 80 AccessibleListBox( SvTreeListBox& _rListBox,
|
H A D | accessiblelistboxentry.hxx | 148 AccessibleListBoxEntry( SvTreeListBox& _rListBox, SvLBoxEntry* _pEntry,
|
/trunk/main/svtools/inc/svtools/ |
H A D | accessiblefactory.hxx | 115 SvTreeListBox& _rListBox,
|