/trunk/main/xml2cmp/source/inc/ |
H A D | new_del.h | 34 #define ASSIGN_NEW( ptr, type ) \ argument 37 #define ASSIGN_NEW1( ptr, type, param1 ) \ argument 40 #define ASSIGN_NEW2( ptr, type, param1, param2 ) \ argument 43 #define ASSIGN_NEW3( ptr, type, param1, param2, param3 ) \ argument 46 #define DELETE( ptr, type ) \ argument
|
/trunk/main/vcl/source/fontsubset/ |
H A D | list.cxx | 74 lnode *ptr = newNode(el); in appendPrim() local 98 lnode *ptr = newNode(el); in prependPrim() local 137 lnode *ptr, *c; in listNewCopy() local 210 lnode *ptr; in listPosition() local 225 lnode *ptr; in listFind() local 317 lnode *ptr; in listInsertAfter() local 339 lnode *ptr; in listInsertBefore() local 361 lnode *ptr = 0; in listRemove() local 407 lnode *ptr = pThis->head; in listForAll() local 468 void edtor(void *ptr) in edtor() [all …]
|
H A D | ttcr.cxx | 240 static sal_uInt32 CheckSum(sal_uInt32 *ptr, sal_uInt32 length) in CheckSum() 391 sal_uInt8 *ptr; in StreamToFile() local 460 sal_uInt8 *ptr; member 491 static void FreeGlyphData(void *ptr) in FreeGlyphData() 717 sal_uInt8* ptr = (sal_uInt8*)smalloc(262); in PackCmapType0() local 741 sal_uInt8* ptr = (sal_uInt8*)smalloc(s->n*2 + 10); in PackCmapType6() local 965 const sal_uInt8* ptr) in TrueTypeTableNew() 996 sal_uInt8* ptr = (sal_uInt8*)ttmalloc(TABLESIZE_head); in TrueTypeTableNew_head() local 1025 sal_uInt8* ptr = (sal_uInt8*)ttmalloc(TABLESIZE_hhea); in TrueTypeTableNew_hhea() local 1110 static void DisposeNameRecord(void *ptr) in DisposeNameRecord() [all …]
|
H A D | sft.cxx | 258 _inline sal_Int16 GetInt16(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetInt16() 272 _inline sal_uInt16 GetUInt16(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetUInt16() 286 _inline sal_Int32 GetInt32(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetInt32() 302 _inline sal_uInt32 GetUInt32(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetUInt32() 468 static void HexFmtBlockWrite(HexFmt *_this, const void *ptr, sal_uInt32 size) in HexFmtBlockWrite() 542 const sal_uInt8* ptr = table + ttf->goffsets[glyphID]; in GetSimpleTTOutline() local 636 const sal_uInt8* ptr = table + ttf->goffsets[glyphID]; in GetCompoundTTOutline() local 838 const sal_uInt8* ptr = table + ttf->goffsets[glyphID]; in GetTTGlyphOutline() local 1495 const sal_uInt8 *ptr; in GetKern() local 1584 sal_uInt8 *ptr; in KernGlyphsPrim2() local [all …]
|
/trunk/main/soltools/testSHL/util/ |
H A D | tlog.cxx | 73 sal_Char* ptr = oRes.getName(); in writeRes() local 91 const sal_Char* ptr = buf; in write() local
|
H A D | tutil.cxx | 133 const sal_Char* ptr = str; in ln() local
|
/trunk/main/vos/inc/vos/ |
H A D | macros.hxx | 133 # define VOS_BASEOF(ptr) VOS_HIWORD(ptr) argument 134 # define VOS_OFSTOF(ptr) VOS_LOWORD(ptr) argument 137 # define VOS_BASEOF(ptr) (ptr) argument 138 # define VOS_OFSTOF(ptr) 0 argument
|
/trunk/main/pyuno/source/module/ |
H A D | pyuno_util.cxx | 180 void * ptr, const rtl::OUString &aFunctionName, in logException() 201 void * ptr, in logReply() 228 void * ptr, const rtl::OUString & aFunctionName, in logCall()
|
/trunk/main/soltools/testSHL/ |
H A D | testshl.cxx | 56 sal_Char* ptr = argv[i]; in main() local
|
/trunk/main/basebmp/inc/basebmp/ |
H A D | stridedarrayiterator.hxx | 52 explicit StridedArrayIterator(int stride, T* ptr = 0) : in StridedArrayIterator()
|
/trunk/main/soltools/javadep/ |
H A D | javadep.c | 587 void *ptr; in xmalloc() local 601 void *ptr; in xcalloc() local 612 xrealloc(void *ptr, size_t size) in xrealloc()
|
/trunk/main/sal/rtl/source/ |
H A D | tres.c | 227 rtl_FuncState* SAL_CALL rtl_tres_link_funcstate( rtl_FuncState* ptr, in rtl_tres_link_funcstate() 264 rtl_CmpState* SAL_CALL rtl_tres_link_cmpstate( rtl_CmpState* ptr, in rtl_tres_link_cmpstate()
|
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 82 void (*ptr)(); in callVirtualMethod() local
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | urlparameter.hxx | 46 DbtToStringConverter( const sal_Char* ptr,sal_Int32 len ) in DbtToStringConverter()
|
/trunk/main/extensions/source/config/ldap/ |
H A D | ldapaccess.cxx | 209 void * ptr; in getUserProfile() local
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_bridge.cxx | 149 intptr_t ptr= NULL; in Mapping_uno2cli() local
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | uno2cpp.cxx | 67 void (*ptr)(); local
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | uno2cpp.cxx | 67 void (*ptr)(); local
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | uno2cpp.cxx | 64 void (*ptr)(); in callVirtualMethod() local
|
/trunk/main/sc/source/filter/excel/ |
H A D | namebuff.cxx | 142 for (ShrfmlaList::const_iterator ptr = index_list.end(); ptr != index_list.begin() ; ind++) in Find() local
|
/trunk/main/extensions/source/update/check/ |
H A D | download.cxx | 139 write_function( void *ptr, size_t size, size_t nmemb, void *stream ) in write_function()
|
/trunk/main/i18npool/source/textconversion/ |
H A D | textconversion_ko.cxx | 147 const sal_Unicode *ptr = getHangul2HanjaData() + Hangul_ko[current].address; in getCharConversions() local
|
/trunk/main/soltools/mkdepend/ |
H A D | main.c | 768 char *ptr; local
|
/trunk/main/vcl/inc/ |
H A D | sft.hxx | 182 sal_uInt8 *ptr; /**< pointer to glyph data */ member 580 sal_uInt8 *ptr; member
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygonrasterconverter.cxx | 142 sal_uInt32 *ptr = m_counter; in prepareCounters() local
|