Home
last modified time | relevance | path

Searched refs:theDoc (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/graphics/dia/dia-0.97.3/plug-ins/vdx/
H A Dvdx-import.c221 if (theDoc->Colors && i < theDoc->Colors->len) in vdx_parse_color()
273 theDoc->FaceNames = in vdx_get_facenames()
314 theDoc->Fonts = g_array_set_size(theDoc->Fonts, FontEntry.ID+1); in vdx_get_fonts()
473 if (!theDoc->StyleSheets || style >= theDoc->StyleSheets->len) in get_style_child()
560 if (!theDoc->Masters || master >= theDoc->Masters->len) in get_master_shape()
2872 if (theDoc->PageLayers) g_array_free(theDoc->PageLayers, TRUE); in vdx_setup_layers()
2970 if (theDoc->Colors) g_array_free(theDoc->Colors, TRUE); in vdx_free()
2971 if (theDoc->Fonts) g_array_free(theDoc->Fonts, TRUE); in vdx_free()
2972 if (theDoc->FaceNames) g_array_free(theDoc->FaceNames, TRUE); in vdx_free()
2992 if (theDoc->LayerNames) g_array_free(theDoc->LayerNames, TRUE); in vdx_free()
[all …]
/dports/astro/merkaartor/merkaartor-0.19.0/src/ImportExport/
H A DImportExportOSC.cpp36 theDoc->history().buildDirtyList(Future); in export_()
39 DirtyListExecutorOSC Exec(theDoc, Future); in export_()
62 Layer* dLayer = theDoc->getLastDownloadLayer(); in import()
65 theDoc->add(dLayer); in import()
79 F = Way::fromXML(theDoc, aLayer, stream); in import()
103 F = theDoc->getFeature(id); in import()
110 F = theDoc->getFeature(id); in import()
117 F = theDoc->getFeature(id); in import()
156 downloadFeatures(0, featIdList, theDoc, dLayer); in import()
159 theDoc->remove(dLayer); in import()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/utils/
H A Dchemdraw.py36 theDoc = None variable
53 theDoc = None
61 theDoc = None
70 if theDoc and showDoc:
71 theDoc.Activate()
80 theDoc.Activate()
107 global theObjs, theDoc
111 if theDoc is None:
134 if theDoc is None:
151 theDoc.Activate()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTDocStd_Application.hxx234 Handle(TDocStd_Document)& theDoc,
246 Handle(TDocStd_Document)& theDoc, in Open() argument
249 return Open (thePath, theDoc, Handle(PCDM_ReaderFilter)(), theRange); in Open()
259 Handle(TDocStd_Document)& theDoc,
269 Handle(TDocStd_Document)& theDoc, in Open() argument
272 return Open (theIStream, theDoc, Handle(PCDM_ReaderFilter)(), theRange); in Open()
278 Standard_EXPORT PCDM_StoreStatus SaveAs (const Handle(TDocStd_Document)& theDoc,
284 Standard_EXPORT PCDM_StoreStatus SaveAs (const Handle(TDocStd_Document)& theDoc,
292 Standard_EXPORT PCDM_StoreStatus Save (const Handle(TDocStd_Document)& theDoc,
298 Standard_EXPORT PCDM_StoreStatus SaveAs (const Handle(TDocStd_Document)& theDoc,
[all …]
H A DIGESCAFControl_Reader.hxx71 Standard_EXPORT Standard_Boolean Transfer (Handle(TDocStd_Document)& theDoc,
75 Handle(TDocStd_Document)& theDoc, in Perform() argument
77 { return Perform (theFileName.ToCString(), theDoc, theProgress); } in Perform()
82 Handle(TDocStd_Document)& theDoc,
H A DVrmlData_ShapeConvert.hxx100 Standard_EXPORT void ConvertDocument(const Handle(TDocStd_Document)& theDoc);
123 const Handle(TDocStd_Document)& theDoc,
128 const Handle(TDocStd_Document)& theDoc);
132 const Handle(TDocStd_Document)& theDoc);
H A DXCAFDoc_DocumentTool.hxx163 Standard_EXPORT static Standard_Boolean GetLengthUnit(const Handle(TDocStd_Document)& theDoc,
168 Standard_EXPORT static Standard_Boolean GetLengthUnit(const Handle(TDocStd_Document)& theDoc,
172 Standard_EXPORT static void SetLengthUnit(const Handle(TDocStd_Document)& theDoc,
177 Standard_EXPORT static void SetLengthUnit(const Handle(TDocStd_Document)& theDoc,
H A DSTEPCAFControl_Reader.hxx238 …lean ReadViews(const Handle(XSControl_WorkSession)& theWS, Handle(TDocStd_Document)& theDoc) const;
278 const Handle(TDocStd_Document)& theDoc,
284 const Handle(TDocStd_Document)& theDoc,
289 const Handle(TDocStd_Document)& theDoc,
294 const Handle(TDocStd_Document)& theDoc) const;
/dports/cad/opencascade/opencascade-7.6.0/src/TDocStd/
H A DTDocStd_Application.hxx234 Handle(TDocStd_Document)& theDoc,
246 Handle(TDocStd_Document)& theDoc, in Open() argument
249 return Open (thePath, theDoc, Handle(PCDM_ReaderFilter)(), theRange); in Open()
259 Handle(TDocStd_Document)& theDoc,
269 Handle(TDocStd_Document)& theDoc, in Open() argument
272 return Open (theIStream, theDoc, Handle(PCDM_ReaderFilter)(), theRange); in Open()
278 Standard_EXPORT PCDM_StoreStatus SaveAs (const Handle(TDocStd_Document)& theDoc,
284 Standard_EXPORT PCDM_StoreStatus SaveAs (const Handle(TDocStd_Document)& theDoc,
292 Standard_EXPORT PCDM_StoreStatus Save (const Handle(TDocStd_Document)& theDoc,
298 Standard_EXPORT PCDM_StoreStatus SaveAs (const Handle(TDocStd_Document)& theDoc,
[all …]
H A DTDocStd_Application.cxx174 theDoc = D; in GetDocument()
190 theDoc = D; in NewDocument()
222 if (theDoc.IsNull()) in Close()
232 theDoc->BeforeClose(); in Close()
233 CDF_Application::Close(theDoc); in Close()
295 theDoc = D; in Open()
364 theDoc->Open(this); in SaveAs()
365 CDF_Store storer (theDoc); in SaveAs()
387 theDoc->SetSaved(); in SaveAs()
418 theDoc->SetSaved(); in SaveAs()
[all …]
H A DTDocStd_MultiTransactionManager.cxx257 if(myDocuments.Value(i) == theDoc) in AddDocument()
266 myDocuments.Append(theDoc); in AddDocument()
267 theDoc->SetUndoLimit(myUndoLimit); in AddDocument()
269 if(!theDoc->HasOpenCommand()) in AddDocument()
270 theDoc->OpenCommand(); in AddDocument()
273 if(theDoc->HasOpenCommand()) in AddDocument()
274 theDoc->CommitCommand(); in AddDocument()
276 theDoc->ClearUndos(); in AddDocument()
277 theDoc->ClearRedos(); in AddDocument()
297 if(docs.Value(j) == theDoc) { in RemoveDocument()
[all …]
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DMyDocument.m35 #define SETRAWCOLOR(X) [theDoc setTextColor: X range: [theDoc selectedRange]];
120 [theDoc setTextColor: what range: [theDoc selectedRange]];
128 [theDoc setTextColor: [NSColor redColor] range: [theDoc selectedRange]];
134 [theDoc setTextColor: [NSColor greenColor] range: [theDoc selectedRange]];
137 [theDoc setTextColor: [NSColor blueColor] range: [theDoc selectedRange]];
143 [theDoc setTextColor: [NSColor grayColor] range: [theDoc selectedRange]];
154 [theDoc setTextColor: [NSColor blackColor] range: [theDoc selectedRange]];
678 return [theDoc RTFFromRange: NSMakeRange(0, [[theDoc string] length])];
690 if(theDoc)
2404 [theDoc scrollRangeToVisible: [theDoc selectedRange]];
[all …]
H A DMWFakeDoc.m23 theDoc = nil;
29 if(theDoc != nil) [theDoc release];
50 return [theDoc string];
78 [[theDoc RTFFromRange:NSMakeRange(0, [theDoc length]) documentAttributes: nil]
83 [[theDoc RTFDFileWrapperFromRange:NSMakeRange(0, [theDoc length]) documentAttributes: nil]
92 [theDoc release];
93 theDoc = nil;
231 //[theDoc insertText: ss];
259 //[theDoc insertText: ss];
361 //[theDoc insertText: ss];
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTDocStd_Application.hxx232 …ard_EXPORT PCDM_ReaderStatus Open (Standard_IStream& theIStream, Handle(TDocStd_Document)& theDoc);
241 …Standard_EXPORT PCDM_StoreStatus SaveAs(const Handle(TDocStd_Document)& theDoc, Standard_OStream& …
256 …Standard_EXPORT PCDM_StoreStatus SaveAs(const Handle(TDocStd_Document)& theDoc, Standard_OStream& …
262 Standard_EXPORT virtual void OnOpenTransaction (const Handle(TDocStd_Document)& theDoc);
265 Standard_EXPORT virtual void OnCommitTransaction (const Handle(TDocStd_Document)& theDoc);
268 Standard_EXPORT virtual void OnAbortTransaction (const Handle(TDocStd_Document)& theDoc);
H A DIGESCAFControl_Reader.hxx71 Standard_EXPORT Standard_Boolean Transfer (Handle(TDocStd_Document)& theDoc);
73 …dard_Boolean Perform (const TCollection_AsciiString& theFileName, Handle(TDocStd_Document)& theDoc) in Perform() argument
74 { return Perform (theFileName.ToCString(), theDoc); } in Perform()
78 …RT Standard_Boolean Perform (const Standard_CString theFileName, Handle(TDocStd_Document)& theDoc);
H A DVrmlData_ShapeConvert.hxx98 Standard_EXPORT void ConvertDocument(const Handle(TDocStd_Document)& theDoc);
121 const Handle(TDocStd_Document)& theDoc,
126 const Handle(TDocStd_Document)& theDoc);
130 const Handle(TDocStd_Document)& theDoc);
/dports/cad/opencascade/opencascade-7.6.0/src/BinLDrivers/
H A DBinLDrivers_DocumentStorageDriver.cxx100 myMsgDriver = theDoc->Application()->MessageDriver(); in Write()
104 Handle(TDocStd_Document) aDoc = Handle(TDocStd_Document)::DownCast (theDoc); in Write()
437 (const Handle(CDM_Document)& theDoc, in WriteInfoSection() argument
484 PCDM_ReadWriter::WriteFileFormat (theData, theDoc); in WriteInfoSection()
485 PCDM_ReadWriter::Writer()->WriteReferenceCounter (theData, theDoc); in WriteInfoSection()
487 PCDM_ReadWriter::Writer()->WriteExtensions (theData, theDoc); in WriteInfoSection()
488 PCDM_ReadWriter::Writer()->WriteVersion (theData, theDoc); in WriteInfoSection()
508 theData->SetApplicationVersion(theDoc->Application()->Version()); in WriteInfoSection()
509 theData->SetApplicationName(theDoc->Application()->Name()); in WriteInfoSection()
511 Handle(TDocStd_Document) aDoc = Handle(TDocStd_Document)::DownCast(theDoc); in WriteInfoSection()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESCAFControl/
H A DIGESCAFControl_Reader.hxx71 Standard_EXPORT Standard_Boolean Transfer (Handle(TDocStd_Document)& theDoc,
75 Handle(TDocStd_Document)& theDoc, in Perform() argument
77 { return Perform (theFileName.ToCString(), theDoc, theProgress); } in Perform()
82 Handle(TDocStd_Document)& theDoc,
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDoc/
H A DXCAFDoc_DocumentTool.cxx460 Standard_Boolean XCAFDoc_DocumentTool::GetLengthUnit(const Handle(TDocStd_Document)& theDoc, in GetLengthUnit() argument
464 if (theDoc.IsNull()) in GetLengthUnit()
469 if (theDoc->Main().Root().FindAttribute(XCAFDoc_LengthUnit::GetID(), aLengthAttr)) in GetLengthUnit()
482 Standard_Boolean XCAFDoc_DocumentTool::GetLengthUnit(const Handle(TDocStd_Document)& theDoc, in GetLengthUnit() argument
485 if (theDoc.IsNull()) in GetLengthUnit()
490 if (theDoc->Main().Root().FindAttribute(XCAFDoc_LengthUnit::GetID(), aLengthAttr)) in GetLengthUnit()
502 void XCAFDoc_DocumentTool::SetLengthUnit(const Handle(TDocStd_Document)& theDoc, in SetLengthUnit() argument
510 XCAFDoc_LengthUnit::Set(theDoc->Main().Root(), aUnitName, aScaleFactor); in SetLengthUnit()
517 void XCAFDoc_DocumentTool::SetLengthUnit(const Handle(TDocStd_Document)& theDoc, in SetLengthUnit() argument
523 XCAFDoc_LengthUnit::Set(theDoc->Main().Root(), aUnitName, theUnitValue); in SetLengthUnit()
H A DXCAFDoc_DocumentTool.hxx163 Standard_EXPORT static Standard_Boolean GetLengthUnit(const Handle(TDocStd_Document)& theDoc,
168 Standard_EXPORT static Standard_Boolean GetLengthUnit(const Handle(TDocStd_Document)& theDoc,
172 Standard_EXPORT static void SetLengthUnit(const Handle(TDocStd_Document)& theDoc,
177 Standard_EXPORT static void SetLengthUnit(const Handle(TDocStd_Document)& theDoc,
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_ShapeConvert.hxx100 Standard_EXPORT void ConvertDocument(const Handle(TDocStd_Document)& theDoc);
123 const Handle(TDocStd_Document)& theDoc,
128 const Handle(TDocStd_Document)& theDoc);
132 const Handle(TDocStd_Document)& theDoc);
H A DVrmlData_ShapeConvert.cxx585 const Handle(TDocStd_Document)& theDoc) in addShape() argument
587 Handle(XCAFDoc_ShapeTool) aShapeTool = XCAFDoc_DocumentTool::ShapeTool(theDoc->Main()); in addShape()
749 const Handle(TDocStd_Document)& theDoc) in addInstance() argument
783 addShape((aTrans.IsNull() ? theParent : aTrans), aRefLabel, theDoc); in addInstance()
798 const Handle(TDocStd_Document)& theDoc, in addAssembly() argument
848 addInstance((anAssembly.IsNull() ? theParent : anAssembly), aChildLabel, theDoc); in addAssembly()
852 addShape((anAssembly.IsNull() ? theParent : anAssembly), aChildLabel, theDoc); in addAssembly()
862 void VrmlData_ShapeConvert::ConvertDocument(const Handle(TDocStd_Document) &theDoc) in ConvertDocument() argument
881 addAssembly (aGroup, aFreeShapeLabel, theDoc, Standard_True); in ConvertDocument()
885 addInstance (aGroup, aFreeShapeLabel, theDoc); in ConvertDocument()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/LDOM/
H A DLDOM_BasicAttribute.cxx37 const Handle(LDOM_MemManager)& theDoc, in Create() argument
40 void * aMem = theDoc -> Allocate (sizeof(LDOM_BasicAttribute)); in Create()
45 theDoc -> HashedAllocate (aString, (Standard_Integer)strlen(aString), theHash); in Create()
/dports/cad/opencascade/opencascade-7.6.0/tests/de_mesh/
H A Dbegin11 proc checkXDump { theDoc theRefDump } {
13 set aDump [trimmedDump [uplevel #0 Xdump $theDoc]]
16 … puts "Error: unexpected document '$theDoc' structure\n===REF DUMP===\n$theRefDump\n=============="
/dports/cad/opencascade/opencascade-7.6.0/src/STEPCAFControl/
H A DSTEPCAFControl_Reader.hxx238 …lean ReadViews(const Handle(XSControl_WorkSession)& theWS, Handle(TDocStd_Document)& theDoc) const;
278 const Handle(TDocStd_Document)& theDoc,
284 const Handle(TDocStd_Document)& theDoc,
289 const Handle(TDocStd_Document)& theDoc,
294 const Handle(TDocStd_Document)& theDoc) const;

1234567