Home
last modified time | relevance | path

Searched refs:xStyleProps (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx41 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isHeader() local
44xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn"))) >>= isOn; in isHeader()
49xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsShared"))) >>= … in isHeader()
64 …uno::Reference< text::XText > xText( xStyleProps->getPropertyValue( aPropText ), uno::UNO_QUERY_TH… in isHeader()
85 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isEvenPagesHeader() local
87xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsShared"))) >>= … in isEvenPagesHeader()
100 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isFooter() local
103xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn"))) >>= isOn; in isFooter()
108xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsShared"))) >>= … in isFooter()
123 …uno::Reference< text::XText > xText( xStyleProps->getPropertyValue( aPropText ), uno::UNO_QUERY_TH… in isFooter()
[all …]
H A Dvbapagesetup.cxx160 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( mxModel ), uno::UNO_… in setDifferentFirstPageHeaderFooter() local
162xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin"))) >>= nTopM… in setDifferentFirstPageHeaderFooter()
164xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomMargin"))) >>= nB… in setDifferentFirstPageHeaderFooter()
166xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LeftMargin"))) >>= nLef… in setDifferentFirstPageHeaderFooter()
168xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("RightMargin"))) >>= nRi… in setDifferentFirstPageHeaderFooter()
170xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderHeight"))) >>= nH… in setDifferentFirstPageHeaderFooter()
172xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterHeight"))) >>= nF… in setDifferentFirstPageHeaderFooter()
175xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn"))) >>= isHe… in setDifferentFirstPageHeaderFooter()
180xStyleProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::mak… in setDifferentFirstPageHeaderFooter()
181xStyleProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn")), uno::mak… in setDifferentFirstPageHeaderFooter()
H A Dvbainformationhelper.cxx52 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in handleWdVerticalPositionRelativeToPage() local
54xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin") ) ) >>= nTo… in handleWdVerticalPositionRelativeToPage()
H A Dvbarange.cxx248 …uno::Reference< beans::XPropertySet > xStyleProps( xStylesAccess->getByName( aStyleName ), uno::UN… in getStyle() local
249 return uno::Reference< word::XStyle >( new SwVbaStyle( this, mxContext, xStyleProps ) ); in getStyle()
H A Dvbastyles.cxx342 …uno::Reference< beans::XPropertySet > xStyleProps( xStylesAccess->getByName( aStyleName ), uno::UN… in Item() local
343 …n uno::makeAny( uno::Reference< word::XStyle >( new SwVbaStyle( this, mxContext, xStyleProps ) ) ); in Item()
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java217 … XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xStyle); in getDefaultPageStyleProperty() local
218 Object propertyValue = xStyleProps.getPropertyValue(propertyName.toString()); in getDefaultPageStyleProperty()
236 …XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xStyle); … in setDefaultPageStyleProperty() local
237 xStyleProps.setPropertyValue (propertyName.toString(), propertyValue); in setDefaultPageStyleProperty()
/trunk/main/sc/source/ui/vba/
H A Dvbastyle.cxx46 …uno::Reference< beans::XPropertySet > xStyleProps( ScVbaStyle::getStylesNameContainer( xModel )->g… in lcl_getStyleProps() local
47 return xStyleProps; in lcl_getStyleProps()
H A Dvbastyles.cxx34 uno::Reference< beans::XPropertySet > xStyleProps( aObject, uno::UNO_QUERY_THROW ); in lcl_createAPIStyleToVBAObject() local
35 …uno::Reference< excel::XStyle > xStyle( new ScVbaStyle( xParent, xContext, xStyleProps, xModel ) )… in lcl_createAPIStyleToVBAObject()
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx1362 uno::Reference< beans::XPropertySet > xStyleProps(xStyle, uno::UNO_QUERY_THROW ); in getOrCreateCharStyle() local
1368 xStyleProps->setPropertyValue( aCharPropIter->Name, aCharPropIter->Value ); in getOrCreateCharStyle()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java1420 XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface( in StylesExample() local
1424 xStyleProps.setPropertyValue ( "ParaBackColor", new Integer (13421823)); in StylesExample()

Completed in 50 milliseconds