Home
last modified time | relevance | path

Searched refs:pThisContext (Results 1 – 14 of 14) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfExpand.cpp34 … GrfExpand::executeScript(const char* sOutputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI… in executeScript() argument
36 CGRuntime::expand(executeFunction, CppParsingTree_var(pThisContext), sOutputFile); in executeScript()
40 return getCachedScript()->expand(sOutputFile, *pThisContext); in executeScript()
H A DGrfGenerateString.cpp78 …g::executeScript(DtaScriptVariable* pOutputString, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI… in executeScript() argument
80 …CGRuntime::generateString(executeFunction, CppParsingTree_var(pThisContext), CppParsingTree_var(pO… in executeScript()
84 SEQUENCE_INTERRUPTION_LIST result = _pCachedScript->generateString(sOutputString, *pThisContext); in executeScript()
H A DGrfGenerate.cpp87 …rfGenerate::executeScript(const char* sOutputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI… in executeScript() argument
89 CGRuntime::generate(executeFunction, CppParsingTree_var(pThisContext), sOutputFile); in executeScript()
93 return _pCachedScript->generate(sOutputFile, *pThisContext); in executeScript()
H A DGrfParseFree.cpp81 …rfParseFree::executeScript(const char* sInputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI… in executeScript() argument
83 CGRuntime::parseFree(executeFunction, CppParsingTree_var(pThisContext), sInputFile); in executeScript()
86 return _pCachedScript->loadDesign(sInputFile, *pThisContext); in executeScript()
H A DGrfTranslate.cpp89 …tring& sInputFile, const std::string& sOutputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI… in executeScript() argument
91 CGRuntime::translate(executeFunction, CppParsingTree_var(pThisContext), sInputFile, sOutputFile); in executeScript()
94 return _pCachedScript->translate(sInputFile, sOutputFile, *pThisContext); in executeScript()
H A DGrfExpand.h38 …UPTION_LIST executeScript(const char* sOutputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI…
H A DGrfGenerate.h63 …UPTION_LIST executeScript(const char* sOutputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI…
H A DGrfGenerateString.h62 …ST executeScript(DtaScriptVariable* pOutputString, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI…
H A DGrfParseFree.h62 …RUPTION_LIST executeScript(const char* sInputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI…
H A DGrfTranslate.h67 …tring& sInputFile, const std::string& sOutputFile, DtaScriptVariable* pThisContext, EXECUTE_FUNCTI…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dshapeimport.hxx171 SvXMLImportContext *pThisContext, sal_Int32 nElement,
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeimport.cxx449 SvXMLImportContext *pThisContext, in CreateFrameChildContext() argument
454 SdXMLFrameShapeContext *pFrameContext = dynamic_cast<SdXMLFrameShapeContext*>( pThisContext ); in CreateFrameChildContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dshapeimport.hxx269 SvXMLImportContext *pThisContext, sal_uInt16 nPrefix, const OUString& rLocalName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeimport.cxx633 SvXMLImportContext *pThisContext, in CreateFrameChildContext() argument
640 SdXMLFrameShapeContext *pFrameContext = dynamic_cast<SdXMLFrameShapeContext*>( pThisContext ); in CreateFrameChildContext()