Home
last modified time | relevance | path

Searched refs:_rListBox (Results 1 – 16 of 16) sorted by relevance

/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx287 …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 DGroupsSorting.cxx70 …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 DWColumnSelect.cxx304 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 DRelationControl.cxx674 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 Dtabwin.cxx113 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 Dcommonpagesdbp.cxx251 …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 Dacc_factory.cxx172 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 Dvclxaccessiblelist.cxx54 …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 Daccessiblelistbox.cxx58 …AccessibleListBox::AccessibleListBox( SvTreeListBox& _rListBox, const Reference< XAccessible >& _x… in DBG_NAME()
60 VCLXAccessibleComponent( _rListBox.GetWindowPeer() ), in DBG_NAME()
H A Daccessiblelistboxentry.cxx89 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 Delementimport.cxx1827 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 Delementimport.hxx567 const OListAndComboImportRef& _rListBox);
585 const OListAndComboImportRef& _rListBox);
/trunk/main/dbaccess/source/ui/inc/
H A DWColumnSelect.hxx64 void clearListBox(MultiListBox& _rListBox);
/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessiblelistbox.hxx80 AccessibleListBox( SvTreeListBox& _rListBox,
H A Daccessiblelistboxentry.hxx148 AccessibleListBoxEntry( SvTreeListBox& _rListBox, SvLBoxEntry* _pEntry,
/trunk/main/svtools/inc/svtools/
H A Daccessiblefactory.hxx115 SvTreeListBox& _rListBox,

Completed in 91 milliseconds