| /AOO42X/main/sal/osl/w32/ |
| H A D | dllentry.c | 282 PROCESSENTRY32 pe; local 285 ZeroMemory( &pe, sizeof(pe) ); 286 pe.dwSize = sizeof(pe); 287 fSuccess = Process32First( hSnapshot, &pe ); 291 if ( GetCurrentProcessId() == pe.th32ProcessID ) 293 dwParentProcessId = pe.th32ParentProcessID; 297 fSuccess = Process32Next( hSnapshot, &pe );
|
| /AOO42X/main/sal/systools/win32/uwinapi/ |
| H A D | EnumProcesses.cpp | 32 PROCESSENTRY32 pe; variable 37 pe.dwSize = sizeof(pe); 38 if ( Process32First( hSnapshot, &pe ) ) 44 *(lpProcesses++) = pe.th32ProcessID; 49 if ( !Process32Next( hSnapshot, &pe ) )
|
| /AOO42X/main/basic/source/comp/ |
| H A D | sbcomp.cxx | 127 inline void lcl_findNextLine( char*& rpc, char* pe ) in lcl_findNextLine() argument 130 while( rpc < pe && *rpc != 13 && *rpc != 10 ) in lcl_findNextLine() 134 while( rpc < pe && (*rpc == 13 || *rpc == 10) ) in lcl_findNextLine() 160 char* pe = Buffer + nRead; in lcl_ReadIniFile() local 161 while( pc < pe ) in lcl_ReadIniFile() 163 lcl_skipWhites( pc ); if( pc == pe ) break; in lcl_ReadIniFile() 167 while( pc < pe && lcl_isAlpha( *pc ) ) in lcl_ReadIniFile() 172 lcl_findNextLine( pc, pe ); in lcl_ReadIniFile() 179 lcl_skipWhites( pc ); if( pc == pe ) break; in lcl_ReadIniFile() 183 lcl_skipWhites( pc ); if( pc == pe ) break; in lcl_ReadIniFile() [all …]
|
| /AOO42X/main/sal/systools/win32/kill/ |
| H A D | kill.cxx | 364 PROCESSENTRY32 pe; in ParseCommandArgs() local 366 pe.dwSize = sizeof(pe); in ParseCommandArgs() 367 BOOL fSuccess = Process32First( hSnapshot, &pe ); in ParseCommandArgs() 371 if ( 0 == lstrcmpi( argv[argn], pe.szExeFile ) ) in ParseCommandArgs() 375 *(lpProcesses++) = pe.th32ProcessID; in ParseCommandArgs() 379 fSuccess = Process32Next( hSnapshot, &pe ); in ParseCommandArgs()
|
| /AOO42X/main/registry/test/regcompare/ |
| H A D | makefile.mk | 35 $(MISC)$/$(TARGET)$/pe.urd $(MISC)$/$(TARGET)$/ue.urd \ 46 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd 62 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd 78 -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd 94 -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd
|
| /AOO42X/main/lingucomponent/source/thesaurus/libnth/ |
| H A D | nthesimp.cxx | 406 mentry * pe = pmean; in queryMeanings() local 431 int count = pe->count; in queryMeanings() 439 OUString sTerm(pe->psyns[i],strlen(pe->psyns[i]),eEnc ); in queryMeanings() 490 OUString dTerm(pe->defn,strlen(pe->defn),eEnc ); in queryMeanings() 496 pe++; in queryMeanings()
|
| /AOO42X/main/basic/source/runtime/ |
| H A D | runtime.cxx | 542 SbiRuntime::SbiRuntime( SbModule* pm, SbMethod* pe, sal_uInt32 nStart ) in SbiRuntime() argument 544 pMod( pm ), pMeth( pe ), pImg( pMod->pImage ), m_nLastTime(0) in SbiRuntime() 546 nFlags = pe ? pe->GetDebugFlags() : 0; in SbiRuntime() 574 SetParameters( pe ? pe->GetParameters() : (class SbxArray *)NULL ); in SbiRuntime() 576 SetParameters( pe ? pe->GetParameters() : NULL ); in SbiRuntime()
|
| /AOO42X/main/slideshow/prj/ |
| H A D | build.lst | 1 pe slideshow : tools sal cppu vcl comphelper cppuhelper offapi cppcanvas basegfx svtools unoto… 2 pe slideshow\prj nmake - all pe_prj NULL
|
| /AOO42X/main/basegfx/source/polygon/ |
| H A D | b2dpolypolygonrasterconverter.cxx | 165 sal_uInt8 *pe = p+(nNumElements*dwStride); in prepareCounters() local 174 while(p!=pe) { in prepareCounters() 189 while(p!=pe) { in prepareCounters()
|
| /AOO42X/main/sot/source/sdstor/ |
| H A D | stg.cxx | 103 OLEStorageBase::OLEStorageBase( StgIo* p, StgDirEntry* pe, StreamMode& nMode ) in OLEStorageBase() argument 104 : nStreamMode( nMode ), pIo( p ), pEntry( pe ) in OLEStorageBase() 108 if( pe ) in OLEStorageBase() 109 pe->nRefCnt++; in OLEStorageBase()
|
| /AOO42X/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentDeserializerImpl.java | 110 Enumeration pe = pswDoc.getParagraphEnumeration(); in deserialize() local 119 buildDocument(pe); in deserialize()
|
| /AOO42X/main/tools/source/fsys/ |
| H A D | urlobj.cxx | 798 sal_Unicode const * pe = n == -1 ? pEnd : p1 + n; in setAbsURIRef() local 801 p1, pe, bOctets, ENCODE_ALL, RTL_TEXTENCODING_DONTKNOW, in setAbsURIRef() 803 (scanDomain(p1, pe) > 0 && p1 == pe) in setAbsURIRef() 1085 sal_Unicode const * pe = p1; in setAbsURIRef() local 1086 while (pe < pEnd && *pe != '\\' && in setAbsURIRef() 1087 *pe != nFragmentDelimiter) in setAbsURIRef() 1089 ++pe; in setAbsURIRef() 1093 p1, pe, bOctets, ENCODE_ALL, in setAbsURIRef() 1095 (scanDomain(p1, pe) > 0 && p1 == pe) in setAbsURIRef() 1101 pHostPortEnd = pe; in setAbsURIRef() [all …]
|
| /AOO42X/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
| H A D | ScriptProviderForBeanShell.java | 277 catch ( bsh.ParseException pe ) in invoke() 279 …failed to parse " + metaData.getLanguageName(), null, processBshException( pe, metaData.getLanguag… in invoke()
|
| /AOO42X/main/qadevOOo/tests/java/ifc/awt/ |
| H A D | _UnoControlComboBoxModel.java | 105 } catch (com.sun.star.beans.PropertyVetoException pe) { in _Text()
|
| /AOO42X/main/libtextcat/data/new_fingerprints/lm/ |
| H A D | english.lm | 119 pe 242
|
| H A D | portuguese.lm | 126 pe 378
|
| H A D | italian.lm | 85 pe 405
|
| H A D | afrikaans.lm | 365 pe 83
|
| H A D | danish.lm | 375 pe 95
|
| H A D | basque.lm | 257 pe 85
|
| H A D | malay.lm | 65 pe 2225
|
| H A D | spanish.lm | 196 pe 197
|
| H A D | frisian.lm | 220 pe 288
|
| H A D | swedish.lm | 330 pe 153
|
| H A D | scots.lm | 213 pe 61
|