Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx433 …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 Dpropertyeditor.hxx104 ::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 Dbrowserlistbox.hxx161 …void SetPropertyValue( const ::rtl::OUString& rEntryName, const ::com::sun:…
162 sal_uInt16 GetPropertyPos( const ::rtl::OUString& rEntryName ) const;
164 GetPropertyControl( const ::rtl::OUString& rEntryName );
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx897 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()
/trunk/main/svtools/source/inc/
H A Dproperty.hxx418 virtual void SetPropertyValue( const String & rEntryName, const String & rValue );
533 virtual void SetPropertyValue( const String & rEntryName, const String & rValue );
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx975 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()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx879 const String& rEntryName) : in SwXAutoTextEntry() argument
882 sEntryName(rEntryName), in SwXAutoTextEntry()
/trunk/main/sw/inc/
H A Dunoatxt.hxx223 SwXAutoTextEntry(SwGlossaries* , const String& rGroupName, const String& rEntryName);

Completed in 40 milliseconds