Searched refs:RtfData (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/winhlp32/ |
H A D | hlpfile.h | 190 struct RtfData { struct 205 BOOL HLPFILE_BrowsePage(HLPFILE_PAGE*, struct RtfData* rd, argument
|
H A D | hlpfile.c | 691 static BOOL HLPFILE_RtfAddRawString(struct RtfData* rd, const char* str, size_t sz) in HLPFILE_RtfAddRawString() 706 static BOOL HLPFILE_RtfAddControl(struct RtfData* rd, const char* str) in HLPFILE_RtfAddControl() 714 static BOOL HLPFILE_RtfAddText(struct RtfData* rd, const char* str) in HLPFILE_RtfAddText() 752 static BOOL HLPFILE_RtfAddHexBytes(struct RtfData* rd, const void* _ptr, unsigned sz) in HLPFILE_RtfAddHexBytes() 777 static HLPFILE_LINK* HLPFILE_AllocLink(struct RtfData* rd, int cookie, 785 static void HLPFILE_AddHotSpotLinks(struct RtfData* rd, HLPFILE* file, in HLPFILE_AddHotSpotLinks() 1109 static BOOL HLPFILE_RtfAddGfxByAddr(struct RtfData* rd, HLPFILE *hlpfile, in HLPFILE_RtfAddGfxByAddr() 1155 static BOOL HLPFILE_RtfAddGfxByIndex(struct RtfData* rd, HLPFILE *hlpfile, in HLPFILE_RtfAddGfxByIndex() 1176 static HLPFILE_LINK* HLPFILE_AllocLink(struct RtfData* rd, int cookie, in HLPFILE_AllocLink() 1223 static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd, in HLPFILE_BrowseParagraph() [all …]
|
H A D | winhelp.c | 92 struct RtfData* rd = (struct RtfData*)cookie; in WINHELP_RtfStreamIn() 114 struct RtfData rd; in WINHELP_SetupText()
|