Searched refs:_this (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | ttcr.cxx | 268 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this) in TrueTypeCreatorNewEmpty() argument 277 *_this = ptr; in TrueTypeCreatorNewEmpty() 280 int AddTable(TrueTypeCreator *_this, TrueTypeTable *table) in AddTable() argument 283 listAppend(_this->tables, table); in AddTable() 288 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag) in RemoveTable() argument 292 if (listCount(_this->tables)) { in RemoveTable() 293 listToFirst(_this->tables); in RemoveTable() 295 if (((TrueTypeTable *) listCurrent(_this->tables))->tag == tag) { in RemoveTable() 296 listRemove(_this->tables); in RemoveTable() 298 if (listNext(_this->tables)) { in RemoveTable() [all …]
|
| H A D | ttcr.hxx | 74 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 D | sft.cxx | 442 static void HexFmtFlush(HexFmt *_this) in HexFmtFlush() argument 444 if (_this->bufpos) { in HexFmtFlush() 445 fwrite(_this->buffer, 1, _this->bufpos, _this->o); in HexFmtFlush() 446 _this->bufpos = 0; in HexFmtFlush() 451 _inline void HexFmtOpenString(HexFmt *_this) in HexFmtOpenString() argument 453 fputs("<\n", _this->o); in HexFmtOpenString() 456 _inline void HexFmtCloseString(HexFmt *_this) in HexFmtCloseString() argument 458 HexFmtFlush(_this); in HexFmtCloseString() 459 fputs("00\n>\n", _this->o); in HexFmtCloseString() 462 _inline void HexFmtDispose(HexFmt *_this) in HexFmtDispose() argument [all …]
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | unload.cxx | 376 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()
|
| /AOO41X/main/sal/inc/rtl/ |
| H A D | unload.h | 223 sal_Int32 SAL_CALL rtl_addUnloadingListener( rtl_unloadingListenerFunc callback, void* _this);
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | acccontext.cxx | 77 #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
|