Lines Matching refs:mxProps
71 uno::Reference< beans::XPropertySet > mxProps; member in PropertGetSetHelper
76 mxProps.set( xDocInfoSupp->getDocumentInfo(), uno::UNO_QUERY_THROW ); in PropertGetSetHelper()
81 virtual uno::Reference< beans::XPropertySet > getUnoProperties() { return mxProps; } in getUnoProperties()
96 mxProps->getPropertyValue( rPropName ) >>= nSecs; in getPropertyValue()
99 return mxProps->getPropertyValue( rPropName ); in getPropertyValue()
103 mxProps->setPropertyValue( rPropName, aValue ); in setPropertyValue()
112 …uno::Reference< document::XDocumentPropertiesSupplier > xDocPropSupp( mxProps, uno::UNO_QUERY_THRO… in CustomPropertyGetSetHelper()
114 mxProps.set( xDocProp->getUserDefinedProperties(), uno::UNO_QUERY_THROW ); in CustomPropertyGetSetHelper()
156 …mxProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentStatistic") ) ) >>=… in getPropertyValue()
178 …mxProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentStatistic") ) ) >>=… in setPropertyValue()
186 …mxProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentStatistic") ), uno:… in setPropertyValue()