Searched refs:nPID (Results 1 – 7 of 7) sorted by relevance
105 int nPID; member in ApplicationAddress113 ApplicationAddress( const UniString& rHost, int nPID );118 int GetPID() const { return nPID; } in GetPID()125 nPID = 0; in ApplicationAddress()131 nPID = 0; in ApplicationAddress()141 nPID = 0; in ApplicationAddress()147 nPID = nPIDPar; in ApplicationAddress()152 if ( nPID && ((nPID == rAdr.nPID) && (aHostName.Equals( rAdr.aHostName))) ) in IsConnectToSame()
103 int nPID = 0; in getCurrentPID() local105 nPID = GetCurrentProcessId(); in getCurrentPID()107 nPID = getpid(); in getCurrentPID()109 return ( ::rtl::OUString::valueOf( ( long )nPID ) ); in getCurrentPID()
79 pid_t nPID = fork();80 if( ! nPID )110 if( nPID > 0 )111 waitpid( nPID, NULL, 0 );
2506 long nPID = (long)getpid(); in setPID() local2513 (unsigned char*)&nPID, in setPID()
4296 sal_uInt16 nPID; in ImportShape() local4299 rSt >> nPID; in ImportShape()4305 if ( nPID == 447 ) // in ImportShape()5135 sal_uInt16 nPID; in ProcessObj() local5138 rSt >> nPID; in ProcessObj()5142 switch( nPID ) in ProcessObj()
6709 int nPID = 0; in getCurrentPID() local6711 nPID = GetCurrentProcessId(); in getCurrentPID()6713 nPID = getpid(); in getCurrentPID()6715 return ( ::rtl::OUString::valueOf( ( long )nPID ) ); in getCurrentPID()
554 sal_uInt16 nPID; in ProcessObj() local557 rSt >> nPID; in ProcessObj()561 switch( nPID ) in ProcessObj()
Completed in 135 milliseconds