Lines Matching refs:PropertyName
61 …virtual Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcept…
64 …virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName, const Reference< XV…
65 …virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const Reference<…
103 Any SAL_CALL DisplayInfo::getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyEx… in getPropertyValue() argument
106 if( PropertyName.equalsAscii( pScreenAreaName ) ) in getPropertyValue()
110 else if( PropertyName.equalsAscii( pWorkAreaName ) ) in getPropertyValue()
114 else if( PropertyName.equalsAscii( pScreenName ) ) in getPropertyValue()
187 …virtual Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcept…
190 …virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName, const Reference< XV…
191 …virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const Reference<…
247 Any SAL_CALL DisplayAccess::getPropertyValue( const OUString& PropertyName ) throw (UnknownProperty… in getPropertyValue() argument
250 if( PropertyName.equalsAscii( pMultiDisplayName ) ) in getPropertyValue()
254 else if( PropertyName.equalsAscii( pDefaultDisplayName ) ) in getPropertyValue()