Searched refs:cppArgs (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 160 cppArgs[i] = NULL; in call() 308 cppArgs[i] = alloca(ptd->nSize); in call() 309 uno_constructData(cppArgs[i], ptd); in call() 313 cppArgs[i] = alloca(ptd->nSize); in call() 315 cppArgs[i], arguments[i], ptd, in call() 320 cppArgs[i] = NULL; in call() 337 if (cppArgs[i] != NULL) { in call() 339 cppArgs[i], ptds[i], in call() 349 if (cppArgs[i] != NULL) { in call() 355 arguments[i], cppArgs[i], ptds[i], in call() [all …]
|
H A D | cpp2uno.cxx | 149 void ** cppArgs = static_cast< void ** >(alloca(count * sizeof (void *))); in call() local 287 cppArgs[i] = reinterpret_cast< void * >(callStack[stackPos]); in call() 329 cppArgs[i], argtds[i], in call() 332 cppArgs[i], args[i], argtds[i], in call()
|
/aoo42x/main/idlc/source/ |
H A D | idlccompile.cxx | 255 OStringBuffer cppArgs(256); in compileFile() local 267 cppArgs.append("-I"); in compileFile() 268 cppArgs.append(filePath); in compileFile() 269 …lCppArgs.push_back(OStringToOUString(cppArgs.makeStringAndClear().replace('\\', '/'), RTL_TEXTENCO… in compileFile() 305 cppArgs.append(preprocFile); in compileFile() 306 lCppArgs.push_back(OStringToOUString(cppArgs.makeStringAndClear(), RTL_TEXTENCODING_UTF8)); in compileFile() 308 cppArgs.append(tmpFile); in compileFile() 309 lCppArgs.push_back(OStringToOUString(cppArgs.makeStringAndClear(), RTL_TEXTENCODING_UTF8)); in compileFile()
|
Completed in 22 milliseconds