Home
last modified time | relevance | path

Searched refs:txtSel (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/riched20/
H A Drichole.c103 if(txtSel) in release_interfaces()
104 ITextSelection_Release(*txtSel); in release_interfaces()
184 EXPECT_REF(txtSel, 2); in test_Interfaces()
188 ok(txtSel2 == txtSel, "got %p, %p\n", txtSel, txtSel2); in test_Interfaces()
191 EXPECT_REF(txtSel, 3); in test_Interfaces()
246 ITextSelection_Release(txtSel); in test_Interfaces()
266 ITextSelection *txtSel = NULL; in test_ITextDocument_Open() local
515 ITextSelection *txtSel = NULL; in test_GetText() local
883 ITextSelection *txtSel = NULL; in test_ITextSelection_GetChar() local
1158 ITextSelection *txtSel = NULL; in test_ITextSelection_GetStart_GetEnd() local
[all …]
/reactos/dll/win32/riched20/
H A Drichole.c217 ITextSelectionImpl *txtSel; member
990 if (This->txtSel) { in IRichEditOleImpl_inner_fnRelease()
991 This->txtSel->reOle = NULL; in IRichEditOleImpl_inner_fnRelease()
4207 if (!This->txtSel) { in ITextDocument2Old_fnGetSelection()
4209 if (!This->txtSel) { in ITextDocument2Old_fnGetSelection()
5678 ITextSelectionImpl *txtSel = heap_alloc(sizeof *txtSel); in CreateTextSelection() local
5679 if (!txtSel) in CreateTextSelection()
5683 txtSel->ref = 1; in CreateTextSelection()
5684 txtSel->reOle = reOle; in CreateTextSelection()
5685 return txtSel; in CreateTextSelection()
[all …]