Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 25 of 78) sorted by relevance

1234

/aoo4110/main/slideshow/prj/
H A Dbuild.lst1 pe slideshow : tools sal cppu vcl comphelper cppuhelper offuh cppcanvas basegfx svtools unotools to…
2 pe slideshow usr1 - all pe_mkout NULL
3 pe slideshow\inc nmake - all pe_inc NULL
4 pe slideshow\source\engine nmake - all pe_engine pe_inc NULL
5 pe slideshow\source\engine\slide nmake - all pe_slide pe_inc NULL
6 pe slideshow\source\engine\shapes nmake - all pe_shapes pe_inc NULL
7 pe slideshow\source\engine\OGLTrans nmake - u pe_ogltrans pe_inc NULL
8 pe slideshow\source\engine\transitions nmake - all pe_transitions pe_inc NULL
9 pe slideshow\source\engine\animationnodes nmake - all pe_animationnodes pe_inc NULL
10 pe slideshow\source\engine\activities nmake - all pe_activities pe_inc NULL
[all …]
/aoo4110/main/sal/osl/w32/
H A Ddllentry.c282 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 );
/aoo4110/main/sal/systools/win32/uwinapi/
H A DEnumProcesses.cpp32 PROCESSENTRY32 pe; variable
37 pe.dwSize = sizeof(pe);
38 if ( Process32First( hSnapshot, &pe ) )
44 *(lpProcesses++) = pe.th32ProcessID;
49 if ( !Process32Next( hSnapshot, &pe ) )
/aoo4110/main/basic/source/comp/
H A Dsbcomp.cxx130 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()
187 while( pc < pe && *pc != 13 && *pc != 10 ) in lcl_ReadIniFile()
[all …]
/aoo4110/main/sal/systools/win32/kill/
H A Dkill.cxx343 PROCESSENTRY32 pe; in ParseCommandArgs() local
345 pe.dwSize = sizeof(pe); in ParseCommandArgs()
346 BOOL fSuccess = Process32First( hSnapshot, &pe ); in ParseCommandArgs()
350 if ( 0 == lstrcmpi( argv[argn], pe.szExeFile ) ) in ParseCommandArgs()
354 *(lpProcesses++) = pe.th32ProcessID; in ParseCommandArgs()
358 fSuccess = Process32Next( hSnapshot, &pe ); in ParseCommandArgs()
/aoo4110/main/registry/test/regcompare/
H A Dmakefile.mk35 $(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
/aoo4110/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx406 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()
/aoo4110/main/basic/source/runtime/
H A Druntime.cxx542 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()
/aoo4110/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx165 sal_uInt8 *pe = p+(nNumElements*dwStride); in prepareCounters() local
174 while(p!=pe) { in prepareCounters()
189 while(p!=pe) { in prepareCounters()
/aoo4110/main/sot/source/sdstor/
H A Dstg.cxx103 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()
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java110 Enumeration pe = pswDoc.getParagraphEnumeration(); in deserialize() local
119 buildDocument(pe); in deserialize()
/aoo4110/main/tools/source/fsys/
H A Durlobj.cxx798 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 …]
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java277 catch ( bsh.ParseException pe ) in invoke()
279 …failed to parse " + metaData.getLanguageName(), null, processBshException( pe, metaData.getLanguag… in invoke()
/aoo4110/extras/l10n/source/ro/
H A Dlocalize.sdf394 …CODE_UUI_IO_NOTSUPPORTED & ERRCODE_RES_MASK) 0 ro Operația pe $(ARG1) nu este suportată pe acest…
4517 basic source\app\basic.src 0 menuitem RID_EDIT RID_EDITPASTE 0 ro Li~pește 20110201 21:28:21
4528 basic source\app\basic.src 0 menuitem RID_RUN RID_RUNBREAK 0 ro Întreru~pe 20110201 21:28:21
10203 …f 0 LngText OOO_CONTROL_153 0 ro Spațiul pe disc necesar pentru instalare depășește spațiul dis…
10446 …Text OOO_UITEXT_27 0 ro Această funcționalitate a rulat de pe CD dar va fi instalată pe discul …
10452 … ro Această funcționalitate va fi eliminată de pe discul local dar va fi disponibilă pentru rulare…
11884 svx source\svdraw\svdstr.src 0 string STR_ItemValON 0 ro pe 20110201 21:28:21
12163 svx source\svdraw\svdstr.src 0 string SIP_SA_MOVEY 0 ro Mută pe verticală 20110201 21:28:21
18027 …ialogul Trimite spre MediaWiki, specificați setările pentru încărcarea pe care pe care urmează să …
18039 … help par_id8431348 0 ro Selectați extensia, faceți click pe Șterge, apoi faceți clic pe Închid…
[all …]
/aoo4110/main/qadevOOo/tests/java/ifc/awt/
H A D_UnoControlComboBoxModel.java105 } catch (com.sun.star.beans.PropertyVetoException pe) { in _Text()
/aoo4110/main/libtextcat/data/new_fingerprints/lm/
H A Dbasque.lm257 pe 85
H A Ddanish.lm375 pe 95
H A Ddutch.lm235 pe 132
H A Denglish.lm119 pe 242
H A Desperanto.lm116 pe 618
H A Destonian.lm208 pe 145
H A Dfinnish.lm288 pe 143
H A Dfrench.lm182 pe 179
H A Dafrikaans.lm365 pe 83
H A Dcatalan.lm105 pe 207

Completed in 645 milliseconds

1234