Searched refs:xStyleProps (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbaheaderfooterhelper.cxx | 41 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isHeader() local 44 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn"))) >>= isOn; in isHeader() 49 …xStyleProps->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 87 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsShared"))) >>= … in isEvenPagesHeader() 100 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isFooter() local 103 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn"))) >>= isOn; in isFooter() 108 …xStyleProps->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 D | vbapagesetup.cxx | 160 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( mxModel ), uno::UNO_… in setDifferentFirstPageHeaderFooter() local 162 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin"))) >>= nTopM… in setDifferentFirstPageHeaderFooter() 164 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomMargin"))) >>= nB… in setDifferentFirstPageHeaderFooter() 166 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LeftMargin"))) >>= nLef… in setDifferentFirstPageHeaderFooter() 168 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("RightMargin"))) >>= nRi… in setDifferentFirstPageHeaderFooter() 170 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderHeight"))) >>= nH… in setDifferentFirstPageHeaderFooter() 172 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterHeight"))) >>= nF… in setDifferentFirstPageHeaderFooter() 175 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn"))) >>= isHe… in setDifferentFirstPageHeaderFooter() 180 …xStyleProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::mak… in setDifferentFirstPageHeaderFooter() 181 …xStyleProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn")), uno::mak… in setDifferentFirstPageHeaderFooter()
|
H A D | vbainformationhelper.cxx | 52 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in handleWdVerticalPositionRelativeToPage() local 54 …xStyleProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin") ) ) >>= nTo… in handleWdVerticalPositionRelativeToPage()
|
H A D | vbarange.cxx | 248 …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 D | vbastyles.cxx | 342 …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()
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | SWUtil.java | 217 … 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()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbastyle.cxx | 46 …uno::Reference< beans::XPropertySet > xStyleProps( ScVbaStyle::getStylesNameContainer( xModel )->g… in lcl_getStyleProps() local 47 return xStyleProps; in lcl_getStyleProps()
|
H A D | vbastyles.cxx | 34 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()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | StyleSheetTable.cxx | 1364 uno::Reference< beans::XPropertySet > xStyleProps(xStyle, uno::UNO_QUERY_THROW ); in getOrCreateCharStyle() local 1370 xStyleProps->setPropertyValue( aCharPropIter->Name, aCharPropIter->Value ); in getOrCreateCharStyle()
|
/aoo41x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 1420 XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface( in StylesExample() local 1424 xStyleProps.setPropertyValue ( "ParaBackColor", new Integer (13421823)); in StylesExample()
|
Completed in 51 milliseconds