Home
last modified time | relevance | path

Searched refs:_this (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx500 if (_this) { in TrueTypeTableDispose_generic()
512 if (_this) { in TrueTypeTableDispose_head()
513 if (_this->data) free(_this->data); in TrueTypeTableDispose_head()
520 if (_this) { in TrueTypeTableDispose_hhea()
521 if (_this->data) free(_this->data); in TrueTypeTableDispose_hhea()
528 if (_this) { in TrueTypeTableDispose_loca()
541 if (_this->data) free(_this->data); in TrueTypeTableDispose_maxp()
549 if (_this->data) listDispose((list) _this->data); in TrueTypeTableDispose_glyf()
580 if (_this->data) listDispose((list) _this->data); in TrueTypeTableDispose_name()
903 if (_this->rawdata) free(_this->rawdata); in GetRawData_post()
[all …]
H A Dttcr.hxx72 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this);
79 int AddTable(TrueTypeCreator *_this, TrueTypeTable *table);
88 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag);
98 int StreamToMemory(TrueTypeCreator *_this, sal_uInt8 **ptr, sal_uInt32 *length);
104 int StreamToFile(TrueTypeCreator *_this, const char* fname);
248 void TrueTypeCreatorDispose(vcl::TrueTypeCreator *_this);
H A Dsft.cxx444 if (_this->bufpos) { in HexFmtFlush()
445 fwrite(_this->buffer, 1, _this->bufpos, _this->o); in HexFmtFlush()
458 HexFmtFlush(_this); in HexFmtCloseString()
464 HexFmtFlush(_this); in HexFmtDispose()
465 free(_this); in HexFmtDispose()
476 _this->total = 0; in HexFmtBlockWrite()
481 _this->buffer[_this->bufpos++] = HexChars[Ch >> 4]; in HexFmtBlockWrite()
482 _this->buffer[_this->bufpos++] = HexChars[Ch & 0xF]; in HexFmtBlockWrite()
489 _this->total += size; in HexFmtBlockWrite()
2332 if (_this) { in GlyphOffsetsDispose()
[all …]
/trunk/main/sal/rtl/source/
H A Dunload.cxx376 sal_Int32 SAL_CALL rtl_addUnloadingListener( rtl_unloadingListenerFunc callback, void* _this) in rtl_addUnloadingListener() argument
382 listenerMap[ cookie]= std::make_pair( callback, _this); in rtl_addUnloadingListener()
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx77 #define DBG_MSG_THIS_PARAM( _msg, _this, _param ) \ argument
78 lcl_SwAccessibleContext_DbgMsg( _this, _msg, _param, sal_False );
87 #define DBG_MSG_THIS_PARAM( _msg, _this, _param ) argument
/trunk/main/sal/inc/rtl/
H A Dunload.h223 sal_Int32 SAL_CALL rtl_addUnloadingListener( rtl_unloadingListenerFunc callback, void* _this);

Completed in 45 milliseconds