Home
last modified time | relevance | path

Searched refs:mxProps (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx40 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 …]
H A Dvbanewfont.hxx64 css::uno::Reference< css::beans::XPropertySet > mxProps; member in VbaNewFont
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx71 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()
156mxProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentStatistic") ) ) >>=… in getPropertyValue()
178mxProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentStatistic") ) ) >>=… in setPropertyValue()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx41 , mxProps() in ChildData()
157 if ( !( *it )->mxProps.is() ) in getChildProperties()
161 ( *it )->mxProps = pProps; in getChildProperties()
163 return (*it)->mxProps; in getChildProperties()
H A Dbox-base.hxx41 css::uno::Reference< css::beans::XPropertySet > mxProps; member

Completed in 34 milliseconds