Home
last modified time | relevance | path

Searched refs:PropertyName (Results 151 – 175 of 467) sorted by relevance

12345678910>>...19

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.hxx101 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (::com:…
106 …eans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& PropertyName ) throw (::com:…
108 …virtual void SAL_CALL setPropertyToDefault( const ::rtl::OUString& PropertyName ) throw (::com::su…
/trunk/main/ucb/source/ucp/file/
H A Dshell.hxx90 rtl::OUString PropertyName; member in fileaccess::shell::MyProperty
110 inline const rtl::OUString& SAL_CALL getPropertyName() const { return PropertyName; } in getPropertyName()
192 const rtl::OUString& PropertyName,
201 const rtl::OUString& PropertyName )
H A Dprov.hxx161 const rtl::OUString& PropertyName )
184 const rtl::OUString& PropertyName,
192 const rtl::OUString& PropertyName,
/trunk/main/sc/inc/
H A Dlinkuno.hxx113 const ::rtl::OUString& PropertyName )
129 virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName,
135 virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName,
263 const ::rtl::OUString& PropertyName )
279 virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName,
285 virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName,
H A Dtarguno.hxx136 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(const ::rtl::OUString& PropertyName)
150 virtual void SAL_CALL addVetoableChangeListener(const ::rtl::OUString& PropertyName,
155 virtual void SAL_CALL removeVetoableChangeListener(const ::rtl::OUString& PropertyName,
/trunk/main/sd/source/core/
H A Dstlsheet.cxx1177 Any SAL_CALL SdStyleSheet::getPropertyValue( const OUString& PropertyName ) throw(UnknownPropertyEx… in getPropertyValue() argument
1183 const SfxItemPropertySimpleEntry* pEntry = getPropertyMapEntry( PropertyName ); in getPropertyValue()
1279 PropertyState SAL_CALL SdStyleSheet::getPropertyState( const OUString& PropertyName ) throw(Unknown… in getPropertyState() argument
1285 const SfxItemPropertySimpleEntry* pEntry = getPropertyMapEntry( PropertyName ); in getPropertyState()
1380 void SAL_CALL SdStyleSheet::setPropertyToDefault( const OUString& PropertyName ) throw(UnknownPrope… in setPropertyToDefault() argument
1386 const SfxItemPropertySimpleEntry* pEntry = getPropertyMapEntry( PropertyName ); in setPropertyToDefault()
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.hxx95 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw(::com::…
98 …eans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& PropertyName ) throw(::com::…
99 …virtual void SAL_CALL setPropertyToDefault( const ::rtl::OUString& PropertyName ) throw(::com::sun…
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_translation_unodialog.hxx105 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (::com:…
108 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
109 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/reportdesign/source/core/inc/
H A DFormatCondition.hxx86 …virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName
89 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
90 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
H A DFunction.hxx90 …virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName
93 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
94 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/oox/source/helper/
H A Dpropertymap.cxx64 …virtual Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcept…
67 …virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName, const Reference< XV…
68 …virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const Reference<…
/trunk/main/sd/inc/
H A Dstlfamily.hxx104 …virtual css::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (css:…
107 …virtual void SAL_CALL addVetoableChangeListener(const ::rtl::OUString& PropertyName, const css::un…
108 …virtual void SAL_CALL removeVetoableChangeListener(const ::rtl::OUString& PropertyName,const css::…
/trunk/main/chart2/source/controller/inc/
H A Ddlg_CreationWizard_UNO.hxx92 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (::com:…
95 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
96 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/sw/inc/
H A Dunosrch.hxx102 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw(::com::…
105 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
106 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java145 public void setControlProperty(String ControlName, String PropertyName, Object PropertyValue) in setControlProperty() argument
166 xPSet.setPropertyValue(PropertyName, PropertyValue); in setControlProperty()
201 public Object getControlProperty(String ControlName, String PropertyName) in getControlProperty() argument
207 return xPSet.getPropertyValue(PropertyName); in getControlProperty()
860 public void setPeerProperty(String ControlName, String PropertyName, Object PropertyValue) in setPeerProperty() argument
866 xVclWindowPeer.setProperty(PropertyName, PropertyValue); in setPeerProperty()
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx409 virtual UsrAny getPropertyValue(const UString& PropertyName) const
423 virtual void addVetoableChangeListener( const UString& PropertyName,
428 virtual void removeVetoableChangeListener( const UString& PropertyName,
549 void MyPersistObject::addVetoableChangeListener(const UString& PropertyName, in addVetoableChangeListener() argument
558 void MyPersistObject::removeVetoableChangeListener( const UString& PropertyName, in removeVetoableChangeListener() argument
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertyState.idl77 com::sun::star::beans::PropertyState getPropertyState( [in] string PropertyName )
115 void setPropertyToDefault( [in] string PropertyName )
121 the default value of the property with the name PropertyName.
/trunk/main/framework/inc/uielement/
H A Dconstitemcontainer.hxx110 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (::com:…
113 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
114 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx526 void SAL_CALL VCLXTabControl::setProperty( const ::rtl::OUString& PropertyName, const uno::Any &Val… in setProperty() argument
528 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
531 uno::Any SAL_CALL VCLXTabControl::getProperty( const ::rtl::OUString& PropertyName ) throw(uno::Run… in getProperty() argument
533 return VCLXWindow::getProperty( PropertyName ); in getProperty()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx679 …if(evt.PropertyName == (rtl::OUString) PROPERTY_NAME || evt.PropertyName.equalsAsciiL( RTL_CONSTAS… in propertyChange()
706 …if(aEvent.PropertyName == (rtl::OUString) PROPERTY_NAME || aEvent.PropertyName.equalsAsciiL( RTL_C… in vetoableChange()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx138 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (::com:…
141 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
142 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/svx/source/table/
H A Dpropertyset.hxx81 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (::com:…
84 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
85 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/editeng/inc/editeng/
H A Dunofield.hxx117 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw(::com::…
120 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
121 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/linguistic/source/
H A Dlngopt.hxx145 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw(::com::…
148 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
149 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx224 PropertyState SAL_CALL ChainablePropertySet::getPropertyState( const ::rtl::OUString& PropertyName ) in getPropertyState() argument
227 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find( PropertyName ); in getPropertyState()
229 throw UnknownPropertyException( PropertyName, static_cast< XPropertySet* >( this ) ); in getPropertyState()

Completed in 118 milliseconds

12345678910>>...19