/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_java2uno.cxx | 199 char * mem = (char *) malloc( in call_uno() local 201 char * mem = (char *) alloca( in call_uno() 205 void ** uno_args = (void **) mem; in call_uno() 206 void * uno_ret = return_size == 0 ? 0 : (mem + (nParams * sizeof (void *))); in call_uno() 208 (mem + (nParams * sizeof (void *)) + return_size); in call_uno() 261 free( mem ); in call_uno() 309 free( mem ); in call_uno() 340 free( mem ); in call_uno() 350 free( mem ); in call_uno() 355 free( mem ); in call_uno() [all …]
|
H A D | jni_base.h | 236 inline static void operator delete ( void * mem ) in operator delete() 237 { if (mem) rtl_freeMemory( mem ); } in operator delete() 238 inline static void * operator new ( size_t, void * mem ) in operator new() 239 { return mem; } in operator new()
|
H A D | jni_helper.h | 45 ::std::auto_ptr< rtl_mem > mem( in jstring_to_ustring() 48 rtl_uString * ustr = (rtl_uString *)mem.get(); in jstring_to_ustring() 54 mem.release(); in jstring_to_ustring()
|
H A D | jni_data.cxx | 601 auto_ptr< rtl_mem > mem( in map_to_uno() local 603 *(jlong *) mem.get() = jni->CallLongMethodA( in map_to_uno() 606 pAny->pData = mem.release(); in map_to_uno() 619 auto_ptr< rtl_mem > mem( in map_to_uno() local 621 *(jfloat *) mem.get() = jni->CallFloatMethodA( in map_to_uno() 624 pAny->pData = mem.release(); in map_to_uno() 639 auto_ptr< rtl_mem > mem( in map_to_uno() local 641 *(jdouble *) mem.get() = in map_to_uno() 646 pAny->pData = mem.release(); in map_to_uno() 670 auto_ptr< rtl_mem > mem( in map_to_uno() local [all …]
|
/aoo41x/main/vcl/qa/complex/memCheck/ |
H A D | CheckMemoryUsage.java | 427 int mem = 0; in stop() local 429 while (storageAfter != mem && count < 10) in stop() 432 mem = storageAfter; in stop() 499 String mem = aToken.nextToken(); in getOfficeMemoryUsage() local 500 mem = mem.substring(0, mem.indexOf('K')); in getOfficeMemoryUsage() 501 Integer memory = new Integer(mem); in getOfficeMemoryUsage()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_base.h | 127 inline static void operator delete ( void * mem ) in operator delete() 128 { if (mem) rtl_freeMemory( mem ); } in operator delete() 129 inline static void * operator new ( size_t, void * mem ) in operator new() 130 { return mem; } in operator new()
|
H A D | cli_data.cxx | 920 pAny->pData = mem.release(); in map_to_uno() 933 pAny->pData = mem.release(); in map_to_uno() 944 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (float) ) ); in map_to_uno() local 945 *(float*) mem.get() = *__try_cast<System::Single*>(aAny.Value); in map_to_uno() 946 pAny->pData = mem.release(); in map_to_uno() 957 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (double) ) ); in map_to_uno() local 958 *(double*) mem.get()= *__try_cast<System::Double*>(aAny.Value); in map_to_uno() 959 pAny->pData= mem.release(); in map_to_uno() 986 auto_ptr< rtl_mem > mem(rtl_mem::allocate(td->nSize)); in map_to_uno() local 989 mem.get(), aAny.Value, value_td.getTypeLibType(), in map_to_uno() [all …]
|
H A D | cli_uno.cxx | 77 char * mem = (char *)alloca( in call_uno() local 80 void ** uno_args = (void **)mem; in call_uno() 84 uno_ret = (mem + (nParams * sizeof (void *))); in call_uno() 85 largest * uno_args_mem = (largest *)(mem + (nParams * sizeof (void *)) + return_size); in call_uno()
|
/aoo41x/main/dtrans/test/win32/dnd/ |
H A D | atlwindow.cxx | 176 HGLOBAL mem= GlobalAlloc(GHND, length + 1 ); in OnTimer() local 177 void* pMem= GlobalLock( mem); in OnTimer() 179 GlobalUnlock( mem); in OnTimer() 183 medium.hGlobal= mem; in OnTimer()
|
/aoo41x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 112 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE, in init_destination() 158 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, in jpeg_svstream_dest() 288 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, in jpeg_svstream_src() 292 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, in jpeg_svstream_src()
|
/aoo41x/main/libxmlsec/ |
H A D | xmlsec1-os2.patch | 35 + gcc -g -Zbin-files -Zhigh-mem -Zomf -Zdll $(OS2_DLL_NAME).def -o $@ $(OS2_DLL_OBJ) $(OS2_DLL_LIBS… 72 + gcc -g -Zbin-files -Zhigh-mem -Zomf -Zdll $(OS2_DLL_NAME).def -o $@ $(OS2_DLL_OBJ) $(OS2_DLL_LIBS…
|
/aoo41x/main/i18npool/source/collator/ |
H A D | gencoll_rule.cxx | 36 U_CAPI void U_EXPORT2 uprv_free(void *mem);
|
/aoo41x/main/ucpp/ |
H A D | ucpp.patch | 46 …BJ)$/eval.obj $(OBJ)$/hash.obj $(OBJ)$/lexer.obj $(OBJ)$/macro.obj $(OBJ)$/mem.obj $(OBJ)$/nhash.o…
|
/aoo41x/main/solenv/inc/ |
H A D | os2gcci.mk | 190 LINKFLAGS= -Zno-fork -Zhigh-mem -Zmap
|
/aoo41x/ext_libraries/coinmp/ |
H A D | coinmp-1.6.0-os2.patch | 88 + gcc -g -Zbin-files -Zhigh-mem -Zomf -Zdll $(OS2_DLL_NAME).def -o $@ $(OS2_DLL_OBJ) $(OS2_DLL_LIBS…
|
/aoo41x/main/libtextcat/data/new_fingerprints/lm/ |
H A D | indonesian.lm | 294 mem 109
|
H A D | malay.lm | 238 mem 625
|
/aoo41x/main/expat/ |
H A D | expat-2.5.0.patch | 403 - NAMED **newV = table->mem->malloc_fcn(tsize); 405 + newV = table->mem->malloc_fcn(tsize);
|
/aoo41x/main/solenv/gbuild/platform/ |
H A D | os2.mk | 130 -Zhigh-mem \
|
/aoo41x/main/nss/ |
H A D | nss_win.patch | 2791 + void *mem = NULL; 2798 - void *mem = NULL; 2799 - void *v = PORT_ZAllocAligned(size, alignment, &mem); 2800 + v = PORT_ZAllocAligned(size, alignment, &mem);
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.ini | 558 0x00000200=out-of-mem 559 0x00000400=out-of-mem-renderer
|
/aoo41x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 191 extern void wg_free( void *mem )
|
/aoo41x/extras/l10n/source/ca/ |
H A D | localize.sdf | 4998 svtools source\dialogs\prnsetup.src 0 string STR_SVT_PRNDLG_OUT_OF_MEMORY 0 ca No hi ha prou mem… 8352 sc source\ui\src\scstring.src 0 string SCSTR_GRFILTER_TOOBIG 0 ca No hi ha prou memòria per inse… 9117 desktop win32\source\setup\setup.ulf 0 LngText %OUTOFMEM% 0 ca No hi ha memòria suficient 201… 10895 ….src 0 fixedtext OFA_TP_MEMORY FT_GRAPHICOBJECTTIME 0 ca Suprimeix de la memòria després de 2… 12106 sfx2 source\appl\app.src 0 string RID_SVXSTR_GRFILTER_TOOBIG 0 ca No hi ha prou memòria per inse… 13832 sd source\core\glob.src 0 string STR_NOT_ENOUGH_MEMORY 0 ca No hi ha prou memòria!\nL'acció no e… 14293 sd source\ui\app\strings.src 0 string STR_IMPORT_GRFILTER_TOOBIG 175 ca No hi ha prou memòria pe… 58951 …memòria cau d'imatges desa els gràfics continguts en un document a la memòria principal del vostre… 59860 helpcontent2 source\text\shared\optionen\01070500.xhp 0 help hd_id3146120 15 0 ca Utilitza la mem… 61428 …e la memòria cau de dades en megabytes. \</ahelp\> Tots els usuaris poden accedir a la memòria int… [all …]
|
/aoo41x/extras/l10n/source/ca-XV/ |
H A D | localize.sdf | 4999 …rnsetup.src 0 string STR_SVT_PRNDLG_OUT_OF_MEMORY 0 ca-XV No hi ha prou memòria 20130618 17:… 8353 sc source\ui\src\scstring.src 0 string SCSTR_GRFILTER_TOOBIG 0 ca-XV No hi ha prou memòria per i… 9118 desktop win32\source\setup\setup.ulf 0 LngText %OUTOFMEM% 0 ca-XV No hi ha memòria suficient … 10896 …c 0 fixedtext OFA_TP_MEMORY FT_GRAPHICOBJECTTIME 0 ca-XV Suprimeix de la memòria després de 2… 12107 sfx2 source\appl\app.src 0 string RID_SVXSTR_GRFILTER_TOOBIG 0 ca-XV No hi ha prou memòria per i… 13833 sd source\core\glob.src 0 string STR_NOT_ENOUGH_MEMORY 0 ca-XV No hi ha prou memòria!\nL'acció n… 14294 sd source\ui\app\strings.src 0 string STR_IMPORT_GRFILTER_TOOBIG 175 ca-XV No hi ha prou memòria… 58952 …memòria cau d'imatges alça els gràfics continguts en un document a la memòria principal del vostre… 59861 …\shared\optionen\01070500.xhp 0 help hd_id3146120 15 0 ca-XV Utilitza la memòria cau per al fons… 61429 …de la memòria cau de dades en megabytes. \</ahelp\> Tots els usuaris poden accedir a la memòria in… [all …]
|
/aoo41x/extras/l10n/source/pt/ |
H A D | localize.sdf | 107 basctl source\basicide\basidesh.src 0 string RID_STR_STACKNAME 0 pt Chamar memória de pilha inve… 10895 …emory.src 0 fixedtext OFA_TP_MEMORY FT_GRAPHICOBJECTTIME 0 pt Remover da memória após 2013061… 13832 sd source\core\glob.src 0 string STR_NOT_ENOUGH_MEMORY 0 pt Não existe memória suficiente!\nA aç… 15061 sd source\ui\dlg\tpoption.src 0 checkbox TP_OPTIONS_MISC CBX_MASTERPAGE_CACHE 242 pt Utilizar mem… 28429 …t\sbasic\shared\01030300.xhp 0 help hd_id3148618 20 0 pt A janela Chamar memória de pilha 201… 58951 …memória de imagens grava as imagens contidas num documento na memória principal do computador. Ist… 58956 helpcontent2 source\text\shared\optionen\01011000.xhp 0 help hd_id3148920 16 0 pt Remover da memó… 59860 helpcontent2 source\text\shared\optionen\01070500.xhp 0 help hd_id3146120 15 0 pt Utilizar memóri… 61353 …red\explorer\database\11170000.xhp 0 help hd_id3153750 4 0 pt Tamanho da memória intermédia 2… 61427 …ed\explorer\database\30100000.xhp 0 help hd_id3155415 30 0 pt Tamanho da memória intermédia (MB)… [all …]
|