Home
last modified time | relevance | path

Searched refs:nPID (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx554 sal_uInt16 nPID; in ProcessObj() local
557 rSt >> nPID; in ProcessObj()
561 switch( nPID ) in ProcessObj()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4309 sal_uInt16 nPID; in ImportShape() local
4312 rSt >> nPID; in ImportShape()
4318 if ( nPID == 447 ) in ImportShape()
5148 sal_uInt16 nPID; in ProcessObj() local
5151 rSt >> nPID; in ProcessObj()
5155 switch( nPID ) in ProcessObj()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx5929 int nPID = 0; in getCurrentPID() local
5931 nPID = GetCurrentProcessId(); in getCurrentPID()
5933 nPID = getpid(); in getCurrentPID()
5935 return ( ::rtl::OUString::valueOf( ( long )nPID ) ); in getCurrentPID()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx2506 long nPID = (long)getpid(); in setPID() local
2513 (unsigned char*)&nPID, in setPID()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx105 int nPID; member in ApplicationAddress
113 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()
/trunk/main/sal/qa/rtl/logfile/
H A Drtl_logfile.cxx98 int nPID = 0; in getCurrentPID() local
100 nPID = GetCurrentProcessId(); in getCurrentPID()
102 nPID = getpid(); in getCurrentPID()
104 return ( ::rtl::OUString::valueOf( ( long )nPID ) ); in getCurrentPID()
/trunk/main/padmin/source/
H A Dfontentry.cxx79 pid_t nPID = fork();
80 if( ! nPID )
110 if( nPID > 0 )
111 waitpid( nPID, NULL, 0 );

Completed in 142 milliseconds