Searched refs:rEntryName (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/extensions/source/propctrlr/ |
H A D | propertyeditor.cxx | 433 …void OPropertyEditor::SetPropertyValue( const ::rtl::OUString& rEntryName, const Any& _rValue, boo… in SetPropertyValue() argument 435 OBrowserPage* pPage = getPage( rEntryName ); in SetPropertyValue() 437 pPage->getListBox().SetPropertyValue( rEntryName, _rValue, _bUnknownValue ); in SetPropertyValue() 441 sal_uInt16 OPropertyEditor::GetPropertyPos( const ::rtl::OUString& rEntryName ) const in GetPropertyPos() 444 const OBrowserPage* pPage = getPage( rEntryName ); in GetPropertyPos() 446 nVal = pPage->getListBox().GetPropertyPos( rEntryName ); in GetPropertyPos() 500 …eference< XPropertyControl > OPropertyEditor::GetPropertyControl(const ::rtl::OUString& rEntryName) in GetPropertyControl() argument 506 xControl = pPage->getListBox().GetPropertyControl(rEntryName); in GetPropertyControl()
|
H A D | propertyeditor.hxx | 104 ::com::sun::star::uno::Any GetPropertyValue(const ::rtl::OUString& rEntryName ) const; 105 sal_uInt16 GetPropertyPos(const ::rtl::OUString& rEntryName ) const; 107 GetPropertyControl( const ::rtl::OUString& rEntryName );
|
H A D | browserlistbox.hxx | 161 …void SetPropertyValue( const ::rtl::OUString& rEntryName, const ::com::sun:… 162 sal_uInt16 GetPropertyPos( const ::rtl::OUString& rEntryName ) const; 164 GetPropertyControl( const ::rtl::OUString& rEntryName );
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | property.cxx | 897 void SvListBoxForProperties::SetPropertyValue( const String & rEntryName, const String & rValue ) in SetPropertyValue() argument 904 if( pSvXPCtr && pSvXPCtr->GetMyName() == rEntryName ) in SetPropertyValue() 1297 void SvPropertyBox::SetPropertyValue( const String & rEntryName, const String & rValue ) in SetPropertyValue() argument 1301 pPage->GetTheListBox()->SetPropertyValue( rEntryName, rValue ); in SetPropertyValue()
|
/aoo42x/main/svtools/source/inc/ |
H A D | property.hxx | 418 virtual void SetPropertyValue( const String & rEntryName, const String & rValue ); 533 virtual void SetPropertyValue( const String & rEntryName, const String & rValue );
|
/aoo42x/main/unotools/source/config/ |
H A D | lingucfg.cxx | 975 const rtl::OUString &rEntryName ) in GetOrCreateSetEntry_Impl() argument 980 if (!rxSetNameAccess->hasByName( rEntryName )) in GetOrCreateSetEntry_Impl() 985 xNC->insertByName( rEntryName, makeAny( xNewEntry ) ); in GetOrCreateSetEntry_Impl() 987 xResult.set( rxSetNameAccess->getByName( rEntryName ), uno::UNO_QUERY_THROW ); in GetOrCreateSetEntry_Impl()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 879 const String& rEntryName) : in SwXAutoTextEntry() argument 882 sEntryName(rEntryName), in SwXAutoTextEntry()
|
/aoo42x/main/sw/inc/ |
H A D | unoatxt.hxx | 223 SwXAutoTextEntry(SwGlossaries* , const String& rGroupName, const String& rEntryName);
|
Completed in 38 milliseconds