Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx337 …void SAL_CALL AnimatedImagesPeer::setProperty( const ::rtl::OUString& i_propertyName, const Any& i… in setProperty() argument
344 VCLXWindow::setProperty( i_propertyName, i_value ); in setProperty()
348 const sal_uInt16 nPropertyId = GetPropertyId( i_propertyName ); in setProperty()
378 AnimatedImagesPeer_Base::setProperty( i_propertyName, i_value ); in setProperty()
384 …Any SAL_CALL AnimatedImagesPeer::getProperty( const ::rtl::OUString& i_propertyName ) throw(Runtim… in getProperty() argument
392 return VCLXWindow::getProperty( i_propertyName ); in getProperty()
394 const sal_uInt16 nPropertyId = GetPropertyId( i_propertyName ); in getProperty()
413 aReturn = AnimatedImagesPeer_Base::getProperty( i_propertyName ); in getProperty()
/trunk/main/xmloff/source/forms/
H A Dproperty_description.hxx107 const ::rtl::OUString& i_propertyName, in PropertyDescription()
114 :propertyName( i_propertyName ) in PropertyDescription()
H A Dpropertyexport.cxx87 bool OPropertyExport::shouldExportProperty( const ::rtl::OUString& i_propertyName ) const in shouldExportProperty()
92 … && ( PropertyState_DEFAULT_VALUE == m_xPropertyState->getPropertyState( i_propertyName ) ); in shouldExportProperty()
94 …&& ( ( m_xPropertyInfo->getPropertyByName( i_propertyName ).Attributes & PropertyAttribute::REMOVE… in shouldExportProperty()
H A Dproperty_meta_data.cxx201 const PropertyDescription* getPropertyDescription( const ::rtl::OUString& i_propertyName ) in getPropertyDescription() argument
204 DescriptionsByName::const_iterator pos = rAllDescriptions.find( i_propertyName ); in getPropertyDescription()
H A Dproperty_meta_data.hxx34 const PropertyDescription* getPropertyDescription( const ::rtl::OUString& i_propertyName );
H A Dpropertyexport.hxx316 bool shouldExportProperty( const ::rtl::OUString& i_propertyName ) const;
/trunk/main/connectivity/qa/connectivity/tools/
H A DDataSource.java133 private Object impl_getPropertyValue( final String i_propertyName ) in impl_getPropertyValue() argument
139 propertyValue = dataSourceProps.getPropertyValue( i_propertyName ); in impl_getPropertyValue()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java227 …PropertyUndoAction( final XPropertySet i_component, final String i_propertyName, final Object i_ne… in PropertyUndoAction() argument
230 m_propertyName = i_propertyName; in PropertyUndoAction()

Completed in 38 milliseconds