Lines Matching refs:retval
214 HRESULT GetName([retval, out]BSTR *pName);
215 HRESULT GetSelection([retval, out]ITextSelection **ppSel);
216 HRESULT GetStoryCount([retval, out]LONG *pCount);
217 HRESULT GetStoryRanges([retval, out]ITextStoryRanges **ppStories);
218 HRESULT GetSaved([retval, out]LONG *pValue);
220 HRESULT GetDefaultTabStop([retval, out]float *pValue);
225 HRESULT Freeze([retval, out]LONG *pCount);
226 HRESULT Unfreeze([retval, out]LONG *pCount);
229 HRESULT Undo([in]LONG Count, [retval, out]LONG *prop);
230 HRESULT Redo([in]LONG Count, [retval, out]LONG *prop);
231 HRESULT Range([in]LONG cp1, [in]LONG cp2, [retval, out]ITextRange **ppRange);
232 HRESULT RangeFromPoint([in]LONG x, [in]LONG y, [retval, out]ITextRange **ppRange);
244 HRESULT GetText([retval, out]BSTR *pbstr);
246 HRESULT GetChar([retval, out]LONG *pch);
248 HRESULT GetDuplicate([retval, out]ITextRange **ppRange);
249 HRESULT GetFormattedText([retval, out]ITextRange **ppRange);
251 HRESULT GetStart([retval, out]LONG *pcpFirst);
253 HRESULT GetEnd([retval, out]LONG *pcpLim);
255 HRESULT GetFont([retval, out]ITextFont **pFont);
257 HRESULT GetPara([retval, out]ITextPara **ppPara);
259 HRESULT GetStoryLength([retval, out]LONG *pcch);
260 HRESULT GetStoryType([retval, out]LONG *pValue);
262 HRESULT Expand([in]LONG Unit, [retval, out]LONG *pDelta);
263 HRESULT GetIndex([in]LONG Unit, [retval, out]LONG *pIndex);
266 HRESULT InRange([in]ITextRange *pRange, [retval, out]LONG *pb);
267 HRESULT InStory([in]ITextRange *pRange, [retval, out]LONG *pb);
268 HRESULT IsEqual([in]ITextRange *pRange, [retval, out]LONG *pb);
270 HRESULT StartOf([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
271 HRESULT EndOf([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
272 HRESULT Move([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
273 HRESULT MoveStart([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
274 HRESULT MoveEnd([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
275 HRESULT MoveWhile([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
276 HRESULT MoveStartWhile([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
277 HRESULT MoveEndWhile([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
278 HRESULT MoveUntil([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
279 HRESULT MoveStartUntil([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
280 HRESULT MoveEndUntil([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
281 HRESULT FindText([in]BSTR bstr, [in]LONG cch, [in]LONG Flags, [retval, out]LONG *pLength);
282 HRESULT FindTextStart([in]BSTR bstr, [in]LONG cch, [in]LONG Flags, [retval, out]LONG *pLength);
283 HRESULT FindTextEnd([in]BSTR bstr, [in]LONG cch, [in]LONG Flags, [retval, out]LONG *pLength);
284 HRESULT Delete([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
288 HRESULT CanPaste([in]VARIANT *pVar, [in]LONG Format, [retval, out]LONG *pb);
289 HRESULT CanEdit([retval, out]LONG *pb);
294 HRESULT GetEmbeddedObject([retval, out]IUnknown **ppv);
303 HRESULT GetFlags([retval, out]LONG *pFlags);
305 HRESULT GetType([retval, out]LONG *pType);
306 HRESULT MoveLeft([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
307 HRESULT MoveRight([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
308 HRESULT MoveUp([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
309 HRESULT MoveDown([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
310 HRESULT HomeKey([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
311 HRESULT EndKey([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
321 HRESULT GetDuplicate([retval, out]ITextFont **ppFont);
324 HRESULT IsEqual([in]ITextFont *pFont, [retval, out]LONG *pB);
326 HRESULT GetStyle([retval, out]LONG *pValue);
328 HRESULT GetAllCaps([retval, out]LONG *pValue);
330 HRESULT GetAnimation([retval, out]LONG *pValue);
332 HRESULT GetBackColor([retval, out]LONG *pValue);
334 HRESULT GetBold([retval, out]LONG *pValue);
336 HRESULT GetEmboss([retval, out]LONG *pValue);
338 HRESULT GetForeColor([retval, out]LONG *pValue);
340 HRESULT GetHidden([retval, out]LONG *pValue);
342 HRESULT GetEngrave([retval, out]LONG *pValue);
344 HRESULT GetItalic([retval, out]LONG *pValue);
346 HRESULT GetKerning([retval, out]LONG *pValue);
348 HRESULT GetLanguageID([retval, out]LONG *pValue);
350 HRESULT GetName([retval, out]BSTR *pValue);
352 HRESULT GetOutline([retval, out]LONG *pValue);
354 HRESULT GetPosition([retval, out]LONG *pValue);
356 HRESULT GetProtected([retval, out]LONG *pValue);
358 HRESULT GetShadow([retval, out]LONG *pValue);
360 HRESULT GetSize([retval, out]LONG *pValue);
362 HRESULT GetSmallCaps([retval, out]LONG *pValue);
364 HRESULT GetSpacing([retval, out]float *pValue);
366 HRESULT GetStrikeThrough([retval, out]LONG *pValue);
368 HRESULT GetSubscript([retval, out]LONG *pValue);
370 HRESULT GetSuperscript([retval, out]LONG *pValue);
372 HRESULT GetUnderline([retval, out]LONG *pValue);
374 HRESULT GetWeight([retval, out]LONG *pValue);
384 HRESULT GetDuplicate([retval, out]ITextPara **ppPara);
387 HRESULT IsEqual([in]ITextPara *pPara, [retval, out]LONG *pB);
389 HRESULT GetStyle([retval, out]LONG *pValue);
391 HRESULT GetAlignment([retval, out]LONG *pValue);
393 HRESULT GetHyphenation([retval, out]LONG *pValue);
395 HRESULT GetFirstLineIndent([retval, out]float *pValue);
396 HRESULT GetKeepTogether([retval, out]LONG *pValue);
398 HRESULT GetKeepWithNext([retval, out]LONG *pValue);
400 HRESULT GetLeftIndent([retval, out]float *pValue);
401 HRESULT GetLineSpacing([retval, out]float *pValue);
402 HRESULT GetLineSpacingRule([retval, out]LONG *pValue);
403 HRESULT GetListAlignment([retval, out]LONG *pValue);
405 HRESULT GetListLevelIndex([retval, out]LONG *pValue);
407 HRESULT GetListStart([retval, out]LONG *pValue);
409 HRESULT GetListTab([retval, out]LONG *pValue);
411 HRESULT GetListType([retval, out]LONG *pValue);
413 HRESULT GetNoLineNumber([retval, out]LONG *pValue);
415 HRESULT GetPageBreakBefore([retval, out]LONG *pValue);
417 HRESULT GetRightIndent([retval, out]float *pValue);
421 HRESULT GetSpaceAfter([retval, out]float *pValue);
423 HRESULT GetSpaceBefore([retval, out]float *pValue);
425 HRESULT GetWindowControl([retval, out]float *pValue);
427 HRESULT GetTabCount([retval, out]LONG *pCount);
440 HRESULT _NewEnum([retval, out]IUnknown **ppUnkEnum);
441 HRESULT Item([in]LONG Index, [retval, out]ITextRange **ppRange);
442 HRESULT GetCount([retval, out]LONG *pCount);