Searched refs:aXPropSet (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 340 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()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1271 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() 2692 if ( aXPropSet.is() ) in CreateCustomShapeProperties() 3476 uno::Any aAny = aXPropSet->getPropertyValue( sCharFontName ); in CreateCustomShapeProperties() [all …]
|
/aoo41x/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 1526 …uno::Reference< beans::XPropertySet > aXPropSet = uno::Reference< beans::XPropertySet >( rPolyShap… in registerUserPaintPolygons() local 1549 … aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("PolyPolygon"), aParam ); in registerUserPaintPolygons() 1556 … aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineStyle"), aAny ); in registerUserPaintPolygons() 1563 … aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineColor"), aAny ); in registerUserPaintPolygons() 1569 … aXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineWidth"), aAny ); in registerUserPaintPolygons()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 303 Reference< XPropertySet > aXPropSet( aXShape, UNO_QUERY ); in ProcessEscherObj() local 304 if( aXPropSet.is() ) in ProcessEscherObj() 306 aPropOpt.CreateFillProperties( aXPropSet, sal_True); in ProcessEscherObj()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 938 …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 86 milliseconds