Searched refs:txtSel (Results 1 – 2 of 2) sorted by relevance
103 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() local515 ITextSelection *txtSel = NULL; in test_GetText() local883 ITextSelection *txtSel = NULL; in test_ITextSelection_GetChar() local1158 ITextSelection *txtSel = NULL; in test_ITextSelection_GetStart_GetEnd() local[all …]
217 ITextSelectionImpl *txtSel; member990 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() local5679 if (!txtSel) in CreateTextSelection()5683 txtSel->ref = 1; in CreateTextSelection()5684 txtSel->reOle = reOle; in CreateTextSelection()5685 return txtSel; in CreateTextSelection()[all …]