Searched refs:_rEntryName (Results 1 – 8 of 8) sorted by relevance
/trunk/main/extensions/source/propctrlr/ |
H A D | browserlistbox.cxx | 663 …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 D | propertyeditor.hxx | 103 …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 D | propertyeditor.cxx | 478 …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 D | browserlistbox.hxx | 165 …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 D | browserline.cxx | 67 OBrowserLine::OBrowserLine( const ::rtl::OUString& _rEntryName, Window* pParent ) in DBG_NAME() 68 :m_sEntryName( _rEntryName ) in DBG_NAME()
|
H A D | browserline.hxx | 75 OBrowserLine( const ::rtl::OUString& _rEntryName, Window* pParent);
|
/trunk/main/sw/source/ui/misc/ |
H A D | glosdoc.cxx | 744 …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 D | glosdoc.hxx | 113 const ::rtl::OUString& _rEntryName,
|
Completed in 62 milliseconds