Home
last modified time | relevance | path

Searched refs:theDoc (Results 101 – 125 of 162) sorted by relevance

1234567

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DXmlLDrivers_DocumentRetrievalDriver.hxx58 const Handle(CDM_Document)& theDoc,
H A DVrmlAPI_Writer.hxx114 const Handle(TDocStd_Document) &theDoc,
H A DTObj_Model.hxx113 Standard_EXPORT void CloseDocument (const Handle(TDocStd_Document)& theDoc);
H A DRWMesh_CafReader.hxx75 Standard_EXPORT void SetDocument(const Handle(TDocStd_Document)& theDoc);
/dports/cad/opencascade/opencascade-7.6.0/src/XmlLDrivers/
H A DXmlLDrivers_DocumentRetrievalDriver.hxx58 const Handle(CDM_Document)& theDoc,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBinLDrivers_DocumentStorageDriver.hxx77 …ion (const TCollection_AsciiString& theName, const Handle(CDM_Document)& theDoc, Standard_OStream&…
H A DVrmlAPI_Writer.hxx114 const Handle(TDocStd_Document) &theDoc,
H A DTObj_Model.hxx106 Standard_EXPORT void CloseDocument (const Handle(TDocStd_Document)& theDoc);
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/canon/
H A DXSECC14n20010315.cpp476 XalanDocument* theDoc = theParserLiaison.createDocument(mp_doc); in RtlInitHashTableContext()
491 theDoc, in RtlInitHashTableContext()
493 theDoc->getDocumentElement()); in RtlInitHashTableContext()
515 theDoc->getElementById(XalanDOMString("ns")))); in RtlInitHashTableContext()
518 XercesDocumentWrapper *theWrapper = theParserLiaison.mapDocumentToWrapper(theDoc); in RtlInitHashTableContext()
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A D_max_len_seq_inner.cpp233 PyObject * theDoc = Py_BuildValue("(sss)", in PYTHRAN_MODULE_INIT() local
237 if(! theDoc) in PYTHRAN_MODULE_INIT()
241 theDoc); in PYTHRAN_MODULE_INIT()
/dports/cad/opencascade/opencascade-7.6.0/src/RWMesh/
H A DRWMesh_CafReader.cxx61 void RWMesh_CafReader::SetDocument(const Handle(TDocStd_Document)& theDoc) in SetDocument() argument
63 myXdeDoc = theDoc; in SetDocument()
65 if (XCAFDoc_DocumentTool::GetLengthUnit(theDoc, aScaleFactorM)) in SetDocument()
H A DRWMesh_CafReader.hxx75 Standard_EXPORT void SetDocument(const Handle(TDocStd_Document)& theDoc);
/dports/cad/opencascade/opencascade-7.6.0/samples/qt/Common/src/
H A DApplicationCommon.cxx458 void ApplicationCommonWindow::onCloseDocument(DocumentCommon* theDoc) in onCloseDocument() argument
460 myDocuments.removeAll( theDoc ); in onCloseDocument()
461 theDoc->removeViews(); in onCloseDocument()
462 delete theDoc; in onCloseDocument()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DOffsetDlg.cpp26 COffsetDlg::COffsetDlg(CViewer3dDoc* theDoc, CWnd* pParent /*=NULL*/) in COffsetDlg() argument
33 myDoc = theDoc; in COffsetDlg()
/dports/astro/merkaartor/merkaartor-0.19.0/src/Render/
H A DNativeRenderDialog.cpp35 :QObject(parent), theDoc(aDoc), theOrigBox(aCoordBox) in NativeRenderDialog()
41 mapview->setDocument(theDoc); in NativeRenderDialog()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlAPI/
H A DVrmlAPI_Writer.hxx114 const Handle(TDocStd_Document) &theDoc,
H A DVrmlAPI_Writer.cxx389 const Handle(TDocStd_Document) &theDoc, in WriteDoc()
395 aConv.ConvertDocument(theDoc); in WriteDoc()
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/MyPanedDocument.gorm/
H A Ddata.classes227 theDoc,
/dports/cad/opencascade/opencascade-7.6.0/src/TObj/
H A DTObj_Model.hxx113 Standard_EXPORT void CloseDocument (const Handle(TDocStd_Document)& theDoc);
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DPDFDocument.cpp548 PDFDocument *theDoc = qobject_cast<PDFDocument*>(widget); in findDocument() local
549 if (theDoc && theDoc->curFile == canonicalFilePath) in findDocument()
550 return theDoc; in findDocument()
H A DFindDialog.cpp455 QWidget *theDoc = TeXDocument::openDocument(fileName); in goToSource() local
456 if (theDoc) { in goToSource()
457 QTextEdit *editor = theDoc->findChild<QTextEdit*>("textEdit"); in goToSource()
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dpul_primitives.cpp1640 theDoc(aDoc) in UpdCreateDocument()
1649 store->addNode(theUri->getStringValue(), theDoc); in apply()
1687 theDoc = store->getDocument(lUri); // remember for undo in apply()
1689 if(theDoc != NULL) //is not checked in the iterator if two in apply()
1702 store->addNode(theUri->getStringValue(), theDoc); in undo()
/dports/math/gap/gap-4.11.0/lib/
H A Dhelpview.gi195 "set theDoc to document of front window\n",
196 "go theDoc to page ",String(page)," of theDoc\n",
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/01_Geometry/src/
H A DGeomSources.cpp108 void GeomSources::DisplayPoint (CGeometryDoc* theDoc, in DisplayPoint() argument
117 theDoc->GetISessionContext()->Display (aGraphicPoint, Standard_False); in DisplayPoint()
124 theDoc->GetISessionContext()->Display (aLabel, theToUpdateViewer); in DisplayPoint()
127 void GeomSources::DisplayPoint (CGeometryDoc* theDoc, in DisplayPoint() argument
137 theDoc->GetAISContext()->Display (aGraphicPoint, Standard_False); in DisplayPoint()
144 theDoc->GetAISContext()->Display (aLabel, theToUpdateViewer); in DisplayPoint()
169 void GeomSources::DisplayCurve (CGeometryDoc* theDoc, in DisplayCurve() argument
176 theDoc->GetAISContext()->Display (aGraphicCurve, theToUpdateViewer); in DisplayCurve()
187 void GeomSources::DisplaySurface (CGeometryDoc* theDoc, in DisplaySurface() argument
192 const Handle(AIS_InteractiveContext)& aCtx = theDoc->GetAISContext(); in DisplaySurface()
/dports/cad/opencascade/opencascade-7.6.0/src/XDEDRAW/
H A DXDEDRAW_Colors.cxx109 static TDF_Label findVisMaterial (const Handle(TDocStd_Document)& theDoc, in findVisMaterial() argument
112 Handle(XCAFDoc_VisMaterialTool) aMatTool = XCAFDoc_DocumentTool::VisMaterialTool (theDoc->Main()); in findVisMaterial()
114 TDF_Tool::Label (theDoc->GetData(), theKey, aMatLab); in findVisMaterial()

1234567