Searched refs:processID (Results 1 – 7 of 7) sorted by relevance
456 ProcessHandler processID = new ProcessHandler(sProcessIdCommand); in getOfficeProcessID() local457 processID.noOutput(); in getOfficeProcessID()458 processID.executeSynchronously(); in getOfficeProcessID()459 String text = processID.getOutputText(); in getOfficeProcessID()487 processID.noOutput(); in getOfficeMemoryUsage()488 processID.executeSynchronously(); in getOfficeMemoryUsage()489 int nError = processID.getExitCode(); in getOfficeMemoryUsage()491 String text = processID.getOutputText(); in getOfficeMemoryUsage()524 processID.noOutput(); in createExecutableFile()525 processID.executeSynchronously(); in createExecutableFile()[all …]
56 <p>If the <code>processID</code> is a normal 16-byte ID, the returned59 platform). If the <code>processID</code> does not match the current63 <p>If the <code>processID</code> has an additional 17th byte of72 <code>processID</code> do not match the current process, or if the VM76 <p>If the <code>processID</code> has an additional 17th byte of83 the first 16 bytes of the <code>processID</code> do not match the101 @param processID110 any getJavaVM( [in] sequence<byte> processID );
240 Sequence<sal_Int8> processID(16); in getJavaVM() local241 rtl_getGlobalProcessId( (sal_uInt8*) processID.getArray() ); in getJavaVM()242 processID.realloc(17); in getJavaVM()243 processID[16] = 0; in getJavaVM()245 Any uaJVM = xVM->getJavaVM( processID ); in getJavaVM()
115 jbyte processID[17]; in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID() local116 rtl_getGlobalProcessId(reinterpret_cast<sal_uInt8 *> (processID)); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()119 processID[16] = 1; in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()123 pJNIEnv->SetByteArrayRegion(jbaProcessID, 0, 17, processID); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()
181 Sequence<sal_Int8> processID(17); in getJavaLoader() local182 rtl_getGlobalProcessId(reinterpret_cast<sal_uInt8 *>(processID.getArray())); in getJavaLoader()183 processID[16] = 1; in getJavaLoader()195 javaVM_xJavaVM->getJavaVM(processID) >>= nPointer; in getJavaLoader()
137 sal_Int8 processID[16]; in RunDialog() local139 rtl_getGlobalProcessId( (sal_uInt8*)processID ); in RunDialog()140 uno::Sequence<sal_Int8> processIdSeq(processID, 16); in RunDialog()
976 sal_Int8 processID[16]; in ImplCreateWindow() local978 rtl_getGlobalProcessId( (sal_uInt8*)processID ); in ImplCreateWindow()980 ::com::sun::star::uno::Sequence<sal_Int8> processIdSeq(processID, 16); in ImplCreateWindow()
Completed in 39 milliseconds