Home
last modified time | relevance | path

Searched refs:aShapeName (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx155 OUString aShapeName = pRet->GetName(); in getHitObject() local
158 if (aShapeName.startsWith("FieldButton")) in getHitObject()
161 if( aShapeName.match("PlotAreaIncludingAxes") || aShapeName.match("PlotAreaExcludingAxes") ) in getHitObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx184 OUString aShapeName = pRet->GetName(); in getHitObject() local
187 if (aShapeName.startsWith("FieldButton")) in getHitObject()
190 if( aShapeName.match("PlotAreaIncludingAxes") || aShapeName.match("PlotAreaExcludingAxes") ) in getHitObject()
/dports/cad/opencascade/opencascade-7.6.0/src/DBRep/
H A DDBRep.cxx1443 TCollection_AsciiString aShapeName, aFileName; in writebrep() local
1485 else if (aShapeName.IsEmpty()) in writebrep()
1487 aShapeName = theArgVec[anArgIter]; in writebrep()
1488 aShape = DBRep::Get (aShapeName); in writebrep()
1491 theDI << "Syntax error: " << aShapeName << " is not a shape"; in writebrep()
1560 theDI << aShapeName; in writebrep()
1578 Standard_CString aShapeName = theArgVec[2]; in readbrep() local
1619 DBRep::Set (aShapeName, aShape); in readbrep()
1620 theDI << aShapeName; in readbrep()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/devtools/
H A DDocumentModelTreeHandler.cxx298 OUString aShapeName = lclGetNamed(xShape); in fill() local
299 if (aShapeName.isEmpty()) in fill()
301 aShapeName in fill()
305 auto pEntry = std::make_unique<DocumentModelTreeEntry>(aShapeName, xShape); in fill()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Deschesdo.cxx155 OUString aShapeName; in ImplWriteShape() local
158 aShapeName = pSdrObj->GetName(); in ImplWriteShape()
190 nShapeID = mpEscherEx->EnterGroup( aShapeName, &rObj.GetRect() ); in ImplWriteShape()
225 if (!aShapeName.isEmpty()) in ImplWriteShape()
226 aPropOpt.AddOpt( ESCHER_Prop_wzName, aShapeName ); in ImplWriteShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Deschesdo.cxx170 OUString aShapeName; in ImplWriteShape() local
173 aShapeName = pSdrObj->GetName(); in ImplWriteShape()
205 nShapeID = mpEscherEx->EnterGroup( aShapeName, &rObj.GetRect() ); in ImplWriteShape()
240 if (!aShapeName.isEmpty()) in ImplWriteShape()
241 aPropOpt.AddOpt( ESCHER_Prop_wzName, aShapeName ); in ImplWriteShape()
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ObjectCommands.cxx2972 TCollection_AsciiString aShapeName (argv[1]); in VDrawSphere() local
3044 VDisplayAISObject (aShapeName, aShape); in VDrawSphere()
3057 TCollection_AsciiString aShapeName, aHlrName; in VComputeHLR() local
3145 aShapeName = theArgVec[anArgIter]; in VComputeHLR()
3733 Standard_CString aShapeName = argv[anArgIndex++]; in VDrawPArray() local
3734 TopoDS_Shape aShape = DBRep::Get (aShapeName); in VDrawPArray()
6395 Standard_CString aShapeName = theArgs[2]; in VPointCloud() local
6700 Standard_CString aShapeName = theArgs[anArgIter++]; in VNormals() local
6701 TopoDS_Shape aShape = DBRep::Get (aShapeName); in VNormals()
6711 if (aMap.IsBound2 (aShapeName)) in VNormals()
[all …]
H A DViewerTest.cxx5462 Standard_CString aShapeName = NULL; in printLocalSelectionInfo() local
5465 case TopAbs_COMPOUND: aShapeName = " Compound"; break; in printLocalSelectionInfo()
5466 case TopAbs_COMPSOLID: aShapeName = "CompSolid"; break; in printLocalSelectionInfo()
5467 case TopAbs_SOLID: aShapeName = " Solid"; break; in printLocalSelectionInfo()
5468 case TopAbs_SHELL: aShapeName = " Shell"; break; in printLocalSelectionInfo()
5469 case TopAbs_FACE: aShapeName = " Face"; break; in printLocalSelectionInfo()
5470 case TopAbs_WIRE: aShapeName = " Wire"; break; in printLocalSelectionInfo()
5471 case TopAbs_EDGE: aShapeName = " Edge"; break; in printLocalSelectionInfo()
5472 case TopAbs_VERTEX: aShapeName = " Vertex"; break; in printLocalSelectionInfo()
5474 case TopAbs_SHAPE: aShapeName = " Shape"; break; in printLocalSelectionInfo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx493 OUString aShapeName = rShape.getShapeName(); in createAndInsertClientXShape() local
495 if( !aShapeName.isEmpty() && pClientData ) in createAndInsertClientXShape()
499 EmbeddedControl aControl( aShapeName ); in createAndInsertClientXShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx460 OUString aShapeName = rShape.getShapeName(); in createAndInsertClientXShape() local
462 if( !aShapeName.isEmpty() && pClientData ) in createAndInsertClientXShape()
466 EmbeddedControl aControl( aShapeName ); in createAndInsertClientXShape()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dexport_gencad.cpp64 static void FootprintWriteShape( FILE* File, FOOTPRINT* aFootprint, const wxString& aShapeName );
1196 static void FootprintWriteShape( FILE* aFile, FOOTPRINT* aFootprint, const wxString& aShapeName ) in FootprintWriteShape() argument
1201 fprintf( aFile, "\nSHAPE \"%s\"\n", TO_UTF8( escapeString( aShapeName ) ) ); in FootprintWriteShape()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/cadstar/
H A Dcadstar_pcb_archive_loader.h224 const int& aLineThickness, const wxString& aShapeName,
H A Dcadstar_pcb_archive_loader.cpp2658 const wxString& aShapeName, in drawCadstarShape() argument
2685 aShapeName ) ); in drawCadstarShape()
/dports/cad/opencascade/opencascade-7.6.0/src/XSDRAWSTLVRML/
H A DXSDRAWSTLVRML.cxx578 TCollection_AsciiString aShapeName, aFilePath; in readstl() local
585 if (aShapeName.IsEmpty()) in readstl()
587 aShapeName = theArgv[anArgIter]; in readstl()
659 DBRep::Set (aShapeName.ToCString(), aShape); in readstl()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_CheckCommands.cxx892 Standard_CString aShapeName = a[aCurInd]; in checkshape() local
893 TopoDS_Shape aShape = DBRep::Get(aShapeName); in checkshape()
945 theCommands << " -- The Shape " << aShapeName << " looks OK"; in checkshape()
962 StructuralDump(theCommands, anAna, aShapeName, aPref, aShape); in checkshape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DChartView.cxx1789 OUString aShapeName = "MarkHandles"; in getRectangleOfObject() local
1791 aShapeName = "PlotAreaIncludingAxes"; in getRectangleOfObject()
1792 … SdrObject* pShape = DrawModelWrapper::getNamedSdrObject( aShapeName, pRootList ); in getRectangleOfObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DChartView.cxx1791 OUString aShapeName = "MarkHandles"; in getRectangleOfObject() local
1793 aShapeName = "PlotAreaIncludingAxes"; in getRectangleOfObject()
1794 … SdrObject* pShape = DrawModelWrapper::getNamedSdrObject( aShapeName, pRootList ); in getRectangleOfObject()