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()
93 int nPID = 0; in getCurrentPID() local95 nPID = GetCurrentProcessId(); in getCurrentPID()97 nPID = getpid(); in getCurrentPID()99 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()
4306 sal_uInt16 nPID; in ImportShape() local4309 rSt >> nPID; in ImportShape()4315 if ( nPID == 447 ) in ImportShape()5145 sal_uInt16 nPID; in ProcessObj() local5148 rSt >> nPID; in ProcessObj()5152 switch( nPID ) in ProcessObj()
5929 int nPID = 0; in getCurrentPID() local5931 nPID = GetCurrentProcessId(); in getCurrentPID()5933 nPID = getpid(); in getCurrentPID()5935 return ( ::rtl::OUString::valueOf( ( long )nPID ) ); in getCurrentPID()
553 sal_uInt16 nPID; in ProcessObj() local556 rSt >> nPID; in ProcessObj()560 switch( nPID ) in ProcessObj()