Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Descherex.cxx1311 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY ); in CreateShapeProperties() local
1312 if ( !aXPropSet.is() ) in CreateShapeProperties()
1378 ImplCreateGraphicAttributes( aXPropSet, nBlibId, false ); in CreateGraphicProperties()
1802 uno::Reference< beans::XPropertySet > aXPropSet; in GetPolyPolygon() local
1806 if ( aAny >>= aXPropSet ) in GetPolyPolygon()
2198 uno::Reference<beans::XPropertySet> aXPropSet; in CreateConnectorProperties() local
2201 if ( aAny >>= aXPropSet ) in CreateConnectorProperties()
2289 CreateLineProperties( aXPropSet, false ); in CreateConnectorProperties()
2581 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY ); in CreateCustomShapeProperties() local
2582 if ( !aXPropSet.is() ) in CreateCustomShapeProperties()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Descherex.cxx1318 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY ); in CreateShapeProperties() local
1319 if ( aXPropSet.is() ) in CreateShapeProperties()
1385 ImplCreateGraphicAttributes( aXPropSet, nBlibId, false ); in CreateGraphicProperties()
1808 uno::Reference< beans::XPropertySet > aXPropSet; in GetPolyPolygon() local
1812 if ( aAny >>= aXPropSet ) in GetPolyPolygon()
2206 uno::Reference<beans::XPropertySet> aXPropSet; in CreateConnectorProperties() local
2209 if ( aAny >>= aXPropSet ) in CreateConnectorProperties()
2297 CreateLineProperties( aXPropSet, false ); in CreateConnectorProperties()
2589 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY ); in CreateCustomShapeProperties() local
2590 if ( aXPropSet.is() ) in CreateCustomShapeProperties()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Dpptx-epptbase.cxx491 aXPropSet( mXModel, UNO_QUERY ); in GetStyleSheets() local
493 sal_uInt16 nDefaultTab = ( aXPropSet.is() && ImplGetPropertyValue( aXPropSet, "TabStop" ) ) in GetStyleSheets()
H A Depptso.cxx592 …tPropertyValue( const css::uno::Reference< css::beans::XPropertySet > & aXPropSet, const OUString&… in ImplGetPropertyValue() argument
594 return GetPropertyValue( mAny, aXPropSet, rString ); in ImplGetPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Dpptx-epptbase.cxx491 aXPropSet( mXModel, UNO_QUERY ); in GetStyleSheets() local
493 sal_uInt16 nDefaultTab = ( aXPropSet.is() && ImplGetPropertyValue( aXPropSet, "TabStop" ) ) in GetStyleSheets()
H A Depptso.cxx601 …tPropertyValue( const css::uno::Reference< css::beans::XPropertySet > & aXPropSet, const OUString&… in ImplGetPropertyValue() argument
603 return GetPropertyValue( mAny, aXPropSet, rString ); in ImplGetPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dslideshowimpl.cxx1464 uno::Reference< beans::XPropertySet > aXPropSet( rPolyShape, uno::UNO_QUERY ); in registerUserPaintPolygons() local
1487 aXPropSet->setPropertyValue("PolyPolygon", aParam ); in registerUserPaintPolygons()
1492 aXPropSet->setPropertyValue("LineStyle", uno::Any(eLS) ); in registerUserPaintPolygons()
1498aXPropSet->setPropertyValue("LineColor", uno::Any(RGBAColor2UnoColor(nLineColor)) ); in registerUserPaintPolygons()
1503aXPropSet->setPropertyValue("LineWidth", uno::Any(static_cast<sal_Int32>(fLineWidth)) ); in registerUserPaintPolygons()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dslideshowimpl.cxx1453 uno::Reference< beans::XPropertySet > aXPropSet( rPolyShape, uno::UNO_QUERY ); in registerUserPaintPolygons() local
1476 aXPropSet->setPropertyValue("PolyPolygon", aParam ); in registerUserPaintPolygons()
1481 aXPropSet->setPropertyValue("LineStyle", uno::Any(eLS) ); in registerUserPaintPolygons()
1487aXPropSet->setPropertyValue("LineColor", uno::Any(RGBAColor2UnoColor(nLineColor)) ); in registerUserPaintPolygons()
1492aXPropSet->setPropertyValue("LineWidth", uno::Any(static_cast<sal_Int32>(fLineWidth)) ); in registerUserPaintPolygons()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbashape.cxx172 uno::Reference< beans::XPropertySet > aXPropSet( xShape, uno::UNO_QUERY ); in getAutoShapeType() local
173 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( "CustomShapeGeometry" ); in getAutoShapeType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbashape.cxx176 uno::Reference< beans::XPropertySet > aXPropSet( xShape, uno::UNO_QUERY ); in getAutoShapeType() local
177 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( "CustomShapeGeometry" ); in getAutoShapeType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx567 Reference< XPropertySet > aXPropSet( aXShape, UNO_QUERY ); in lcl_FillProps() local
568 if( aXPropSet.is() ) in lcl_FillProps()
570 rPropOpt.CreateFillProperties( aXPropSet, true); in lcl_FillProps()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx559 Reference< XPropertySet > aXPropSet( aXShape, UNO_QUERY ); in lcl_FillProps() local
560 if( aXPropSet.is() ) in lcl_FillProps()
562 rPropOpt.CreateFillProperties( aXPropSet, true); in lcl_FillProps()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Ddrawingml.cxx3067 uno::Reference< beans::XPropertySet > aXPropSet; in WriteCustomGeometry() local
3070 if ( ! (aAny >>= aXPropSet) ) in WriteCustomGeometry()
3075 aAny = aXPropSet->getPropertyValue( "CustomShapeGeometry" ); in WriteCustomGeometry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Ddrawingml.cxx3515 uno::Reference< beans::XPropertySet > aXPropSet; in WriteCustomGeometry() local
3518 if ( ! (aAny >>= aXPropSet) ) in WriteCustomGeometry()
3523 aAny = aXPropSet->getPropertyValue( "CustomShapeGeometry" ); in WriteCustomGeometry()