Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/filter/
H A DFilterConfigItem.cxx340 Reference< XPropertySet > aXPropSet; in ReadSize() local
352 if ( aAny >>= aXPropSet ) in ReadSize()
354 if ( ImplGetPropertyValue( aAny, aXPropSet, sWidth, sal_True ) ) in ReadSize()
356 if ( ImplGetPropertyValue( aAny, aXPropSet, sHeight, sal_True ) ) in ReadSize()
507 Reference< XPropertySet > aXPropSet; in WriteSize() local
508 if ( aAny >>= aXPropSet ) in WriteSize()
510 if ( ImplGetPropertyValue( aAny, aXPropSet, sWidth, sal_True ) ) in WriteSize()
512 if ( ImplGetPropertyValue( aAny, aXPropSet, sHeight, sal_True ) ) in WriteSize()
518 aXPropSet->setPropertyValue( sWidth, aAny ); in WriteSize()
520 aXPropSet->setPropertyValue( sHeight, aAny ); in WriteSize()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx1271 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY ); in CreateShapeProperties() local
1272 if ( aXPropSet.is() ) in CreateShapeProperties()
1324 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY ); in CreateGraphicProperties() local
1326 if ( pGraphicProvider && pPicOutStrm && pShapeBoundRect && aXPropSet.is() ) in CreateGraphicProperties()
1340 ImplCreateGraphicAttributes( aXPropSet, nBlibId, sal_False ); in CreateGraphicProperties()
1825 if ( aAny >>= aXPropSet ) in GetPolyPolygon()
2279 if ( aAny >>= aXPropSet ) in CreateConnectorProperties()
2391 CreateLineProperties( aXPropSet, sal_False ); in CreateConnectorProperties()
2703 if ( aXPropSet.is() ) in CreateCustomShapeProperties()
3487 uno::Any aAny = aXPropSet->getPropertyValue( sCharFontName ); in CreateCustomShapeProperties()
[all …]
/aoo42x/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1526 …uno::Reference< beans::XPropertySet > aXPropSet = uno::Reference< beans::XPropertySet >( rPolyShap… in registerUserPaintPolygons() local
1549aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("PolyPolygon"), aParam ); in registerUserPaintPolygons()
1556aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineStyle"), aAny ); in registerUserPaintPolygons()
1563aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineColor"), aAny ); in registerUserPaintPolygons()
1569aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineWidth"), aAny ); in registerUserPaintPolygons()
/aoo42x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx303 Reference< XPropertySet > aXPropSet( aXShape, UNO_QUERY ); in ProcessEscherObj() local
304 if( aXPropSet.is() ) in ProcessEscherObj()
306 aPropOpt.CreateFillProperties( aXPropSet, sal_True); in ProcessEscherObj()
/aoo42x/main/sd/source/filter/eppt/
H A Depptso.cxx938 …m::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & aXPropSet, const String& r… in ImplGetPropertyValue() argument
940 return GetPropertyValue( mAny, aXPropSet, rString ); in ImplGetPropertyValue()
1209 aXPropSet( mXModel, ::com::sun::star::uno::UNO_QUERY ); in ImplGetStyleSheets()
1211 …sal_uInt16 nDefaultTab = ( aXPropSet.is() && ImplGetPropertyValue( aXPropSet, String( RTL_CONSTASC… in ImplGetStyleSheets()

Completed in 100 milliseconds