Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/fontsubset/
H A Dttcr.cxx499 if (_this) { in TrueTypeTableDispose_generic()
511 if (_this) { in TrueTypeTableDispose_head()
512 if (_this->data) free(_this->data); in TrueTypeTableDispose_head()
519 if (_this) { in TrueTypeTableDispose_hhea()
520 if (_this->data) free(_this->data); in TrueTypeTableDispose_hhea()
527 if (_this) { in TrueTypeTableDispose_loca()
540 if (_this->data) free(_this->data); in TrueTypeTableDispose_maxp()
548 if (_this->data) listDispose((list) _this->data); in TrueTypeTableDispose_glyf()
579 if (_this->data) listDispose((list) _this->data); in TrueTypeTableDispose_name()
902 if (_this->rawdata) free(_this->rawdata); in GetRawData_post()
[all …]
H A Dttcr.hxx74 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this);
81 int AddTable(TrueTypeCreator *_this, TrueTypeTable *table);
90 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag);
100 int StreamToMemory(TrueTypeCreator *_this, sal_uInt8 **ptr, sal_uInt32 *length);
106 int StreamToFile(TrueTypeCreator *_this, const char* fname);
254 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 …]
/aoo4110/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()
/aoo4110/main/sal/inc/rtl/
H A Dunload.h223 sal_Int32 SAL_CALL rtl_addUnloadingListener( rtl_unloadingListenerFunc callback, void* _this);
/aoo4110/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

Completed in 58 milliseconds