Lines Matching refs:rPropName
79 virtual uno::Any getPropertyValue( const rtl::OUString& rPropName ) = 0;
80 virtual void setPropertyValue( const rtl::OUString& rPropName, const uno::Any& aValue ) = 0;
91 virtual uno::Any getPropertyValue( const rtl::OUString& rPropName ) in getPropertyValue() argument
93 if ( rPropName.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("EditingDuration" ) ) ) ) in getPropertyValue()
96 mxProps->getPropertyValue( rPropName ) >>= nSecs; in getPropertyValue()
99 return mxProps->getPropertyValue( rPropName ); in getPropertyValue()
101 virtual void setPropertyValue( const rtl::OUString& rPropName, const uno::Any& aValue ) in setPropertyValue() argument
103 mxProps->setPropertyValue( rPropName, aValue ); in setPropertyValue()
127 virtual uno::Any getPropertyValue( const rtl::OUString& rPropName ) in getPropertyValue() argument
135 return mxModelProps->getPropertyValue( rPropName ); in getPropertyValue()
142 …if ( rPropName.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineCount")) ) ) // special pro… in getPropertyValue()
162 if ( rPropName.equals( stats[ index ].Name ) ) in getPropertyValue()
174 virtual void setPropertyValue( const rtl::OUString& rPropName, const uno::Any& aValue ) in setPropertyValue() argument
183 if ( rPropName.equals( stats[ index ].Name ) ) in setPropertyValue()