Home
last modified time | relevance | path

Searched refs:rGeometryItem (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/toolbars/
H A Dextrusionbar.cxx140 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
174 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
239 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
249 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
258 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
271 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
289 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
304 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
349 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
353 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
[all …]
H A Dfontworkbar.cxx311 rGeometryItem.SetPropertyValue( aPropVal ); in GetGeometryForCustomShape()
319 rGeometryItem.ClearPropertyValue( sAdjustmentValues ); in GetGeometryForCustomShape()
320 rGeometryItem.ClearPropertyValue( sCoordinateOrigin ); in GetGeometryForCustomShape()
321 rGeometryItem.ClearPropertyValue( sCoordinateSize ); in GetGeometryForCustomShape()
322 rGeometryItem.ClearPropertyValue( sEquations ); in GetGeometryForCustomShape()
323 rGeometryItem.ClearPropertyValue( sHandles ); in GetGeometryForCustomShape()
324 rGeometryItem.ClearPropertyValue( sPath ); in GetGeometryForCustomShape()
359 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
366 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
373 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx197 GetSkew( rGeometryItem, fSkew, fSkewAngle ); in Transformation2D()
200 GetOrigin( rGeometryItem, fOriginX, fOriginY ); in Transformation2D()
277 if ( GetBool( rGeometryItem, "Extrusion", false ) ) in Create3DObject()
333 bool bUseExtrusionColor = GetBool( rGeometryItem, "Color", false ); in Create3DObject()
606 GetOrigin( rGeometryItem, fOriginX, fOriginY ); in Create3DObject()
614 GetRotateAngle( rGeometryItem, fXRotate, fYRotate ); in Create3DObject()
629 GetSkew( rGeometryItem, fSkew, fAlpha ); in Create3DObject()
715 double fSpecular = GetDouble( rGeometryItem, "Specularity", 0 ) / 100; in Create3DObject()
716 bool bMetal = GetBool( rGeometryItem, "Metal", false ); in Create3DObject()
768 GetExtrusionDepth( rGeometryItem, pMap, fExtrusionBackward, fExtrusionForward ); in CalculateNewSnapRect()
[all …]
H A DEnhancedCustomShape2d.cxx544 void EnhancedCustomShape2d::ApplyShapeAttributes( const SdrCustomShapeGeometryItem& rGeometryItem ) in ApplyShapeAttributes() argument
578 …pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( sPath, "Segm… in ApplyShapeAttributes()
590 …pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( sPath, "Stre… in ApplyShapeAttributes()
616 …pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( "Equations" … in ApplyShapeAttributes()
622 … pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( "Handles" ); in ApplyShapeAttributes()
742 const Any* pAny = rGeometryItem.GetPropertyValueByName( "Type" ); in EnhancedCustomShape2d()
750 pAny = rGeometryItem.GetPropertyValueByName( "MirroredX" ); in EnhancedCustomShape2d()
753 pAny = rGeometryItem.GetPropertyValueByName( "MirroredY" ); in EnhancedCustomShape2d()
759 /*const sal_Int32* pDefData =*/ ApplyShapeAttributes( rGeometryItem ); in EnhancedCustomShape2d()
1476 const Any* pAny = rGeometryItem.GetPropertyValueByName("Type"); in SetHandleControllerPosition()
[all …]
H A DEnhancedCustomShapeFontWork.cxx106 …const SdrCustomShapeGeometryItem& rGeometryItem( rSdrObjCustomShape.GetMergedItem( SDRATTR_CUSTOMS… in InitializeFontWorkData() local
107 const css::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "TextPath", "ScaleX" ); in InitializeFontWorkData()
445 …const SdrCustomShapeGeometryItem& rGeometryItem(rSdrObjCustomShape.GetMergedItem( SDRATTR_CUSTOMSH… in GetFontWorkOutline() local
446 …const css::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "TextPath", "SameLetterHeights" … in GetFontWorkOutline()
H A DEnhancedCustomShapeEngine.cxx287 …const SdrCustomShapeGeometryItem& rGeometryItem(rSdrObjCustomShape.GetMergedItem( SDRATTR_CUSTOMSH… in render() local
289 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "TextPath", "TextPath" ); in render()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx190 GetSkew( rGeometryItem, fSkew, fSkewAngle ); in Transformation2D()
193 GetOrigin( rGeometryItem, fOriginX, fOriginY ); in Transformation2D()
271 if ( GetBool( rGeometryItem, "Extrusion", false ) ) in Create3DObject()
327 bool bUseExtrusionColor = GetBool( rGeometryItem, "Color", false ); in Create3DObject()
600 GetOrigin( rGeometryItem, fOriginX, fOriginY ); in Create3DObject()
608 GetRotateAngle( rGeometryItem, fXRotate, fYRotate ); in Create3DObject()
623 GetSkew( rGeometryItem, fSkew, fAlpha ); in Create3DObject()
709 double fSpecular = GetDouble( rGeometryItem, "Specularity", 0 ) / 100; in Create3DObject()
710 bool bMetal = GetBool( rGeometryItem, "Metal", false ); in Create3DObject()
762 GetExtrusionDepth( rGeometryItem, pMap, fExtrusionBackward, fExtrusionForward ); in CalculateNewSnapRect()
[all …]
H A DEnhancedCustomShape2d.cxx539 void EnhancedCustomShape2d::ApplyShapeAttributes( const SdrCustomShapeGeometryItem& rGeometryItem ) in ApplyShapeAttributes() argument
573 …pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( sPath, "Segm… in ApplyShapeAttributes()
585 …pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( sPath, "Stre… in ApplyShapeAttributes()
611 …pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( "Equations" … in ApplyShapeAttributes()
617 … pAny = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValueByName( "Handles" ); in ApplyShapeAttributes()
737 const Any* pAny = rGeometryItem.GetPropertyValueByName( "Type" ); in EnhancedCustomShape2d()
745 pAny = rGeometryItem.GetPropertyValueByName( "MirroredX" ); in EnhancedCustomShape2d()
748 pAny = rGeometryItem.GetPropertyValueByName( "MirroredY" ); in EnhancedCustomShape2d()
754 /*const sal_Int32* pDefData =*/ ApplyShapeAttributes( rGeometryItem ); in EnhancedCustomShape2d()
1471 const Any* pAny = rGeometryItem.GetPropertyValueByName("Type"); in SetHandleControllerPosition()
[all …]
H A DEnhancedCustomShapeFontWork.cxx101 …const SdrCustomShapeGeometryItem& rGeometryItem( rSdrObjCustomShape.GetMergedItem( SDRATTR_CUSTOMS… in InitializeFontWorkData() local
102 const css::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "TextPath", "ScaleX" ); in InitializeFontWorkData()
441 …const SdrCustomShapeGeometryItem& rGeometryItem(rSdrObjCustomShape.GetMergedItem( SDRATTR_CUSTOMSH… in GetFontWorkOutline() local
442 …const css::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "TextPath", "SameLetterHeights" … in GetFontWorkOutline()
H A DEnhancedCustomShapeEngine.cxx274 …const SdrCustomShapeGeometryItem& rGeometryItem(pSdrObjCustomShape->GetMergedItem( SDRATTR_CUSTOMS… in render() local
276 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "TextPath", "TextPath" ); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/toolbars/
H A Dfontworkbar.cxx313 rGeometryItem.SetPropertyValue( aPropVal ); in GetGeometryForCustomShape()
321 rGeometryItem.ClearPropertyValue( sAdjustmentValues ); in GetGeometryForCustomShape()
322 rGeometryItem.ClearPropertyValue( sCoordinateOrigin ); in GetGeometryForCustomShape()
323 rGeometryItem.ClearPropertyValue( sCoordinateSize ); in GetGeometryForCustomShape()
324 rGeometryItem.ClearPropertyValue( sEquations ); in GetGeometryForCustomShape()
325 rGeometryItem.ClearPropertyValue( sHandles ); in GetGeometryForCustomShape()
326 rGeometryItem.ClearPropertyValue( sPath ); in GetGeometryForCustomShape()
359 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
366 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
373 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
[all …]
H A Dextrusionbar.cxx140 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
174 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
239 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
249 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
258 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
271 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
289 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
304 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
349 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
353 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdoashp.cxx182 const Any* pAny = rGeometryItem.GetPropertyValueByName( "Type" ); in ImpGetCustomShapeType()
460 const Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in UseNoFillStyle()
1106 const Any *pAny = rGeometryItem.GetPropertyValueByName( "Type" ); in IsDefaultGeometry()
1155 pAny = rGeometryItem.GetPropertyValueByName( sPath, "GluePoints" ); in IsDefaultGeometry()
1180 pAny = rGeometryItem.GetPropertyValueByName( sPath, "Segments" ); in IsDefaultGeometry()
1223 pAny = rGeometryItem.GetPropertyValueByName( sPath, "StretchX" ); in IsDefaultGeometry()
1240 pAny = rGeometryItem.GetPropertyValueByName( sPath, "StretchY" ); in IsDefaultGeometry()
1257 pAny = rGeometryItem.GetPropertyValueByName( "Equations" ); in IsDefaultGeometry()
2908 rGeometryItem.SetPropertyValue( aPropVal ); in RestoreGeoData()
2909 SetMergedItem( rGeometryItem ); in RestoreGeoData()
[all …]
H A Dsvdotextdecomposition.cxx1689 const SdrCustomShapeGeometryItem& rGeometryItem(rSet.Get(SDRATTR_CUSTOMSHAPE_GEOMETRY)); in GetCameraZRotation() local
1691 pAny = rGeometryItem.GetPropertyValueByName("TextCameraZRotateAngle"); in GetCameraZRotation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/qa/unit/
H A Dcustomshapes.cxx355 const SdrCustomShapeGeometryItem& rGeometryItem( in CPPUNIT_TEST_FIXTURE() local
357 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName("Type"); in CPPUNIT_TEST_FIXTURE()
434 const SdrCustomShapeGeometryItem& rGeometryItem( in CPPUNIT_TEST_FIXTURE() local
436 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName("Type"); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdoashp.cxx193 const Any* pAny = rGeometryItem.GetPropertyValueByName( "Type" ); in ImpGetCustomShapeType()
457 const SdrCustomShapeGeometryItem& rGeometryItem = GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY ); in IsTextPath() local
458 const Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sTextPath ); in IsTextPath()
470 const Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in UseNoFillStyle()
522 const SdrCustomShapeGeometryItem& rGeometryItem = GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY ); in GetExtraTextRotation() local
536 const SdrCustomShapeGeometryItem& rGeometryItem = GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY ); in GetCameraRotation() local
539 pAny = rGeometryItem.GetPropertyValueByName(sTextCameraZRotateAngle); in GetCameraRotation()
2915 SdrCustomShapeGeometryItem rGeometryItem = GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY ); in RestGeoData() local
2920 rGeometryItem.SetPropertyValue( aPropVal ); in RestGeoData()
2921 SetMergedItem( rGeometryItem ); in RestGeoData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrawsh.cxx502 …const SdrCustomShapeGeometryItem& rGeometryItem = pCustomShape->GetMergedItem(SDRATTR_CUSTOMSHAPE_… in GetState() local
503 if (const uno::Any* pAny = rGeometryItem.GetPropertyValueByName("Type")) in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xcl97/
H A Dxcl97esc.cxx172 const SdrCustomShapeGeometryItem& rGeometryItem = in lcl_IsFontwork() local
174 if( const Any* pAny = rGeometryItem.GetPropertyValueByName( aTextPath, aTextPath ) ) in lcl_IsFontwork()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrawsh.cxx505 …const SdrCustomShapeGeometryItem& rGeometryItem = pCustomShape->GetMergedItem(SDRATTR_CUSTOMSHAPE_… in GetState() local
506 if (const uno::Any* pAny = rGeometryItem.GetPropertyValueByName("Type")) in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xcl97/
H A Dxcl97esc.cxx171 const SdrCustomShapeGeometryItem& rGeometryItem = in lcl_IsFontwork() local
173 if( const Any* pAny = rGeometryItem.GetPropertyValueByName( aTextPath, aTextPath ) ) in lcl_IsFontwork()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A Dcustomshapes.cxx611 const SdrCustomShapeGeometryItem& rGeometryItem( in CPPUNIT_TEST_FIXTURE() local
613 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName("Type"); in CPPUNIT_TEST_FIXTURE()
690 const SdrCustomShapeGeometryItem& rGeometryItem( in CPPUNIT_TEST_FIXTURE() local
692 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName("Type"); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A DAccessibilityCheck.cxx882 const SdrCustomShapeGeometryItem& rGeometryItem in checkObject() local
885 if (const uno::Any* pAny = rGeometryItem.GetPropertyValueByName("Type")) in checkObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Descherex.cxx2442 const SdrCustomShapeGeometryItem& rGeometryItem = in ConvertEnhancedCustomShapeEquation() local
2444 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "Equations" ); in ConvertEnhancedCustomShapeEquation()
4523 const SdrCustomShapeGeometryItem& rGeometryItem = in GetConnectorRule() local
4527 const uno::Any* pType = rGeometryItem.GetPropertyValueByName( "Type" ); in GetConnectorRule()
4532 …uno::Any* pGluePointType = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValue… in GetConnectorRule()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Descherex.cxx2450 const SdrCustomShapeGeometryItem& rGeometryItem = in ConvertEnhancedCustomShapeEquation() local
2452 const uno::Any* pAny = rGeometryItem.GetPropertyValueByName( "Equations" ); in ConvertEnhancedCustomShapeEquation()
4580 const SdrCustomShapeGeometryItem& rGeometryItem = in GetConnectorRule() local
4588 const uno::Any* pType = rGeometryItem.GetPropertyValueByName( sType ); in GetConnectorRule()
4593 …uno::Any* pGluePointType = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetPropertyValue… in GetConnectorRule()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dimport-tests.cxx717 …const SdrCustomShapeGeometryItem& rGeometryItem = pObj->GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETR… in testFdo72998() local
718 …const css::uno::Any* pViewBox = const_cast<SdrCustomShapeGeometryItem&>(rGeometryItem).GetProperty… in testFdo72998()

12