Searched refs:mxProps (Results 1 – 5 of 5) sorted by relevance
40 mxProps( rxModelProps, uno::UNO_SET_THROW ) in VbaNewFont()48 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontName… in getName()54 mxProps->setPropertyValue( in setName()61 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontHeig… in getSize()67 mxProps->setPropertyValue( in setSize()85 mxProps->setPropertyValue( in setCharset()108 mxProps->setPropertyValue( in setBold()115 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontSlan… in getItalic()121 mxProps->setPropertyValue( in setItalic()134 mxProps->setPropertyValue( in setUnderline()[all …]
64 css::uno::Reference< css::beans::XPropertySet > mxProps; member in VbaNewFont
71 uno::Reference< beans::XPropertySet > mxProps; member in PropertGetSetHelper76 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()[all …]
41 , mxProps() in ChildData()157 if ( !( *it )->mxProps.is() ) in getChildProperties()161 ( *it )->mxProps = pProps; in getChildProperties()163 return (*it)->mxProps; in getChildProperties()
41 css::uno::Reference< css::beans::XPropertySet > mxProps; member
Completed in 26 milliseconds