Searched refs:xPageProp (Results 1 – 2 of 2) sorted by relevance
152 uno::Reference< beans::XPropertySet > xPageProp( xChartDoc->getPageBackground()); in AdaptDefaultsForChart() local153 if( xPageProp.is()) in AdaptDefaultsForChart()154 xPageProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FillStyle")), in AdaptDefaultsForChart()157 if( xPageProp.is()) in AdaptDefaultsForChart()158 xPageProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineStyle")), in AdaptDefaultsForChart()
2382 uno::Reference< beans::XPropertySet > xPageProp; in formatPage() local2393 xPageProp.set( xShape, uno::UNO_QUERY ); in formatPage()2394 if( xPageProp.is()) in formatPage()2396 … xPageProp->setPropertyValue( C2U("LineStyle"), uno::makeAny( drawing::LineStyle_NONE )); in formatPage()2402 if( xPageProp.is()) in formatPage()2413 PropertyMapper::setMultiProperties( aNames, aValues, xPageProp ); in formatPage()
Completed in 33 milliseconds