Home
last modified time | relevance | path

Searched refs:aGeomPropSeq (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/vml/
H A Dvmlformatting.cxx918 …uno::Sequence<beans::PropertyValue> aGeomPropSeq = xPropertySet->getPropertyValue("CustomShapeGeom… in pushToPropMap() local
920 for (beans::PropertyValue& rProp : aGeomPropSeq) in pushToPropMap()
930 sal_Int32 nSize = aGeomPropSeq.getLength(); in pushToPropMap()
931 aGeomPropSeq.realloc(nSize+1); in pushToPropMap()
932 aGeomPropSeq[nSize] = lcl_createTextpathProps(); in pushToPropMap()
934 rPropMap.setAnyProperty(PROP_CustomShapeGeometry, uno::makeAny(aGeomPropSeq)); in pushToPropMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/vml/
H A Dvmlformatting.cxx917 …uno::Sequence<beans::PropertyValue> aGeomPropSeq = xPropertySet->getPropertyValue("CustomShapeGeom… in pushToPropMap() local
919 for (beans::PropertyValue& rProp : aGeomPropSeq) in pushToPropMap()
929 sal_Int32 nSize = aGeomPropSeq.getLength(); in pushToPropMap()
930 aGeomPropSeq.realloc(nSize+1); in pushToPropMap()
931 aGeomPropSeq[nSize] = lcl_createTextpathProps(); in pushToPropMap()
933 rPropMap.setAnyProperty(PROP_CustomShapeGeometry, uno::makeAny(aGeomPropSeq)); in pushToPropMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dexport-tests-ooxml3.cxx646 auto aGeomPropSeq = xShapeWavePropSet->getPropertyValue("CustomShapeGeometry") in testTdf100348_convert_Fontwork2TextWarp() local
649 = comphelper::sequenceToContainer<std::vector<beans::PropertyValue>>(aGeomPropSeq); in testTdf100348_convert_Fontwork2TextWarp()
915 auto aGeomPropSeq in getAdjustmentValue() local
918 = comphelper::sequenceToContainer<std::vector<beans::PropertyValue>>(aGeomPropSeq); in getAdjustmentValue()
940 auto aGeomPropSeq in getScaleXValue() local
943 = comphelper::sequenceToContainer<std::vector<beans::PropertyValue>>(aGeomPropSeq); in getScaleXValue()
H A Dexport-tests.cxx1105 …auto aGeomPropSeq = xPropSet->getPropertyValue("CustomShapeGeometry").get<uno::Sequence<beans::Pro… in testTextRotation() local
1106 comphelper::SequenceAsHashMap aCustomShapeGeometry(aGeomPropSeq); in testTextRotation()
H A Dimport-tests-smartart.cxx376 auto aGeomPropSeq = xTxtProps->getPropertyValue("CustomShapeGeometry") in testTextAutoRotation() local
378 comphelper::SequenceAsHashMap aCustomShapeGeometry(aGeomPropSeq); in testTextAutoRotation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dexport-tests-ooxml2.cxx1976 auto aGeomPropSeq = xSet->getPropertyValue( "CustomShapeGeometry" ) in getAdjustmentValue() local
1980 aGeomPropSeq ); in getAdjustmentValue()
2003 auto aGeomPropSeq = xSet->getPropertyValue("CustomShapeGeometry") in getScaleXValue() local
2007 aGeomPropSeq); in getScaleXValue()
2438 auto aGeomPropSeq = xShapeWavePropSet->getPropertyValue("CustomShapeGeometry") in testTdf100348_convert_Fontwork2TextWarp() local
2441 = comphelper::sequenceToContainer<std::vector<beans::PropertyValue>>(aGeomPropSeq); in testTdf100348_convert_Fontwork2TextWarp()
H A Dexport-tests.cxx978 …auto aGeomPropSeq = xPropSet->getPropertyValue("CustomShapeGeometry").get<uno::Sequence<beans::Pro… in testTextRotation() local
979 comphelper::SequenceAsHashMap aCustomShapeGeometry(aGeomPropSeq); in testTextRotation()
H A Dimport-tests-smartart.cxx338 auto aGeomPropSeq = xTxtProps->getPropertyValue("CustomShapeGeometry") in testTextAutoRotation() local
340 comphelper::SequenceAsHashMap aCustomShapeGeometry(aGeomPropSeq); in testTextAutoRotation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfsdrimport.cxx943 auto aGeomPropSeq = xPropertySet->getPropertyValue("CustomShapeGeometry") in resolve() local
946 = comphelper::sequenceToContainer<std::vector<beans::PropertyValue>>(aGeomPropSeq); in resolve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx586 auto aGeomPropSeq = xSet->getPropertyValue( "CustomShapeGeometry" ) in lcl_createPresetShape() local
590 aGeomPropSeq ); in lcl_createPresetShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx579 auto aGeomPropSeq = xSet->getPropertyValue( "CustomShapeGeometry" ) in lcl_createPresetShape() local
583 aGeomPropSeq ); in lcl_createPresetShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedfcol.cxx1579 …auto aGeomPropSeq = xPropertySet->getPropertyValue("CustomShapeGeometry").get< uno::Sequence<beans… in lcl_placeWatermarkInHeader() local
1580 … aGeomPropVec = comphelper::sequenceToContainer< std::vector<beans::PropertyValue> >(aGeomPropSeq); in lcl_placeWatermarkInHeader()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedfcol.cxx1583 …auto aGeomPropSeq = xPropertySet->getPropertyValue("CustomShapeGeometry").get< uno::Sequence<beans… in lcl_placeWatermarkInHeader() local
1584 … aGeomPropVec = comphelper::sequenceToContainer< std::vector<beans::PropertyValue> >(aGeomPropSeq); in lcl_placeWatermarkInHeader()