Home
last modified time | relevance | path

Searched refs:nPID (Results 1 – 7 of 7) sorted by relevance

/aoo4110/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()
/aoo4110/main/sal/qa/rtl/logfile/
H A Drtl_logfile.cxx103 int nPID = 0; in getCurrentPID() local
105 nPID = GetCurrentProcessId(); in getCurrentPID()
107 nPID = getpid(); in getCurrentPID()
109 return ( ::rtl::OUString::valueOf( ( long )nPID ) ); in getCurrentPID()
/aoo4110/main/padmin/source/
H A Dfontentry.cxx79 pid_t nPID = fork();
80 if( ! nPID )
110 if( nPID > 0 )
111 waitpid( nPID, NULL, 0 );
/aoo4110/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx2506 long nPID = (long)getpid(); in setPID() local
2513 (unsigned char*)&nPID, in setPID()
/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx4290 sal_uInt16 nPID; in ImportShape() local
4293 rSt >> nPID; in ImportShape()
4299 if ( nPID == 447 ) // in ImportShape()
5129 sal_uInt16 nPID; in ProcessObj() local
5132 rSt >> nPID; in ProcessObj()
5136 switch( nPID ) in ProcessObj()
/aoo4110/main/sal/qa/osl/file/
H A Dosl_File.cxx6709 int nPID = 0; in getCurrentPID() local
6711 nPID = GetCurrentProcessId(); in getCurrentPID()
6713 nPID = getpid(); in getCurrentPID()
6715 return ( ::rtl::OUString::valueOf( ( long )nPID ) ); in getCurrentPID()
/aoo4110/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()

Completed in 266 milliseconds