Home
last modified time | relevance | path

Searched refs:_rEntryName (Results 1 – 8 of 8) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx663 …void OBrowserListBox::SetPropertyValue(const ::rtl::OUString& _rEntryName, const Any& _rValue, boo… in SetPropertyValue() argument
665 ListBoxLines::iterator line = m_aLines.find( _rEntryName ); in SetPropertyValue()
681 sal_uInt16 OBrowserListBox::GetPropertyPos( const ::rtl::OUString& _rEntryName ) const in GetPropertyPos()
689 if ( (*linePos)->first == _rEntryName ) in GetPropertyPos()
702 ListBoxLines::const_iterator line = m_aLines.find( _rEntryName ); in impl_getBrowserLineForName()
711 …void OBrowserListBox::EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nCont… in EnablePropertyControls() argument
714 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in EnablePropertyControls()
719 void OBrowserListBox::EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ) in EnablePropertyLine() argument
722 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in EnablePropertyLine()
727 …rence< XPropertyControl > OBrowserListBox::GetPropertyControl( const ::rtl::OUString& _rEntryName ) in GetPropertyControl() argument
[all …]
H A Dpropertyeditor.hxx103 …void SetPropertyValue(const ::rtl::OUString& _rEntryName, const ::com::sun:…
108 …void EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable …
109 …void EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 …
H A Dpropertyeditor.cxx478 …void OPropertyEditor::EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nCont… in EnablePropertyControls() argument
484 pPage->getListBox().EnablePropertyControls( _rEntryName, _nControls, _bEnable ); in EnablePropertyControls()
489 void OPropertyEditor::EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ) in EnablePropertyLine() argument
495 pPage->getListBox().EnablePropertyLine( _rEntryName, _bEnable ); in EnablePropertyLine()
H A Dbrowserlistbox.hxx165 …void EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 …
166 …void EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable …
229 …bool impl_getBrowserLineForName( const ::rtl::OUString& _rEntryName, BrowserLinePointer& _o…
H A Dbrowserline.cxx67 OBrowserLine::OBrowserLine( const ::rtl::OUString& _rEntryName, Window* pParent ) in DBG_NAME()
68 :m_sEntryName( _rEntryName ) in DBG_NAME()
H A Dbrowserline.hxx75 OBrowserLine( const ::rtl::OUString& _rEntryName, Window* pParent);
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx744 …tring& _rCompleteGroupName, const ::rtl::OUString& _rGroupName, const ::rtl::OUString& _rEntryName, in GetAutoTextEntry() argument
753 sal_uInt16 nIdx = pGlosGroup->GetIndex( _rEntryName ); in GetAutoTextEntry()
762 String sEntryName( _rEntryName ); in GetAutoTextEntry()
/trunk/main/sw/source/ui/inc/
H A Dglosdoc.hxx113 const ::rtl::OUString& _rEntryName,

Completed in 47 milliseconds