Searched refs:i_propertyName (Results 1 – 8 of 8) sorted by relevance
337 …void SAL_CALL AnimatedImagesPeer::setProperty( const ::rtl::OUString& i_propertyName, const Any& i… in setProperty() argument344 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() argument392 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()
107 const ::rtl::OUString& i_propertyName, in PropertyDescription()114 :propertyName( i_propertyName ) in PropertyDescription()
201 const PropertyDescription* getPropertyDescription( const ::rtl::OUString& i_propertyName ) in getPropertyDescription() argument204 DescriptionsByName::const_iterator pos = rAllDescriptions.find( i_propertyName ); in getPropertyDescription()
87 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()
34 const PropertyDescription* getPropertyDescription( const ::rtl::OUString& i_propertyName );
316 bool shouldExportProperty( const ::rtl::OUString& i_propertyName ) const;
133 private Object impl_getPropertyValue( final String i_propertyName ) in impl_getPropertyValue() argument139 propertyValue = dataSourceProps.getPropertyValue( i_propertyName ); in impl_getPropertyValue()
227 …PropertyUndoAction( final XPropertySet i_component, final String i_propertyName, final Object i_ne… in PropertyUndoAction() argument230 m_propertyName = i_propertyName; in PropertyUndoAction()
Completed in 43 milliseconds