Home
last modified time | relevance | path

Searched refs:ListBoxLine (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.hxx65 struct ListBoxLine struct
71 ListBoxLine() { } in ListBoxLine() argument
72ListBoxLine( BrowserLinePointer _pLine, const ::com::sun::star::uno::Reference< ::com::sun::star::… in ListBoxLine() function
78 typedef ::std::hash_map< ::rtl::OUString, ListBoxLine, ::rtl::OUStringHash > ListBoxLines;
198 inline const ListBoxLine&
211 …void impl_setControlAsPropertyValue( const ListBoxLine& _rLine, const ::com::sun::star::uno…
218 impl_getControlAsPropertyValue( const ListBoxLine& _rLine ) const;
H A Dbrowserlistbox.cxx741 ListBoxLine aNewLine( pBrowserLine, _rPropertyData.xPropertyHandler ); in InsertEntry()
902 …void OBrowserListBox::impl_setControlAsPropertyValue( const ListBoxLine& _rLine, const Any& _rProp… in impl_setControlAsPropertyValue()
938 Any OBrowserListBox::impl_getControlAsPropertyValue( const ListBoxLine& _rLine ) const in impl_getControlAsPropertyValue()
1009 const ListBoxLine& rLine = impl_getControlLine( _rxControl ); in valueChanged()
1122 ListBoxLine& rLine = m_aOrderedLines[nPos]->second; in ChangeEntry()

Completed in 13 milliseconds