Lines Matching refs:retval
215 HRESULT GetName([retval, out]BSTR *pName);
216 HRESULT GetSelection([retval, out]ITextSelection **ppSel);
217 HRESULT GetStoryCount([retval, out]LONG *pCount);
218 HRESULT GetStoryRanges([retval, out]ITextStoryRanges **ppStories);
219 HRESULT GetSaved([retval, out]LONG *pValue);
221 HRESULT GetDefaultTabStop([retval, out]float *pValue);
226 HRESULT Freeze([retval, out]LONG *pCount);
227 HRESULT Unfreeze([retval, out]LONG *pCount);
230 HRESULT Undo([in]LONG Count, [retval, out]LONG *prop);
231 HRESULT Redo([in]LONG Count, [retval, out]LONG *prop);
232 HRESULT Range([in]LONG cp1, [in]LONG cp2, [retval, out]ITextRange **ppRange);
233 HRESULT RangeFromPoint([in]LONG x, [in]LONG y, [retval, out]ITextRange **ppRange);
245 HRESULT GetText([retval, out]BSTR *pbstr);
247 HRESULT GetChar([retval, out]LONG *pch);
249 HRESULT GetDuplicate([retval, out]ITextRange **ppRange);
250 HRESULT GetFormattedText([retval, out]ITextRange **ppRange);
252 HRESULT GetStart([retval, out]LONG *pcpFirst);
254 HRESULT GetEnd([retval, out]LONG *pcpLim);
256 HRESULT GetFont([retval, out]ITextFont **pFont);
258 HRESULT GetPara([retval, out]ITextPara **ppPara);
260 HRESULT GetStoryLength([retval, out]LONG *pcch);
261 HRESULT GetStoryType([retval, out]LONG *pValue);
263 HRESULT Expand([in]LONG Unit, [retval, out]LONG *pDelta);
264 HRESULT GetIndex([in]LONG Unit, [retval, out]LONG *pIndex);
267 HRESULT InRange([in]ITextRange *pRange, [retval, out]LONG *pb);
268 HRESULT InStory([in]ITextRange *pRange, [retval, out]LONG *pb);
269 HRESULT IsEqual([in]ITextRange *pRange, [retval, out]LONG *pb);
271 HRESULT StartOf([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
272 HRESULT EndOf([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
273 HRESULT Move([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
274 HRESULT MoveStart([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
275 HRESULT MoveEnd([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
276 HRESULT MoveWhile([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
277 HRESULT MoveStartWhile([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
278 HRESULT MoveEndWhile([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
279 HRESULT MoveUntil([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
280 HRESULT MoveStartUntil([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
281 HRESULT MoveEndUntil([in]VARIANT *Cset, [in]LONG Count, [retval, out]LONG *pDelta);
282 HRESULT FindText([in]BSTR bstr, [in]LONG cch, [in]LONG Flags, [retval, out]LONG *pLength);
283 HRESULT FindTextStart([in]BSTR bstr, [in]LONG cch, [in]LONG Flags, [retval, out]LONG *pLength);
284 HRESULT FindTextEnd([in]BSTR bstr, [in]LONG cch, [in]LONG Flags, [retval, out]LONG *pLength);
285 HRESULT Delete([in]LONG Unit, [in]LONG Count, [retval, out]LONG *pDelta);
289 HRESULT CanPaste([in]VARIANT *pVar, [in]LONG Format, [retval, out]LONG *pb);
290 HRESULT CanEdit([retval, out]LONG *pb);
295 HRESULT GetEmbeddedObject([retval, out]IUnknown **ppv);
304 HRESULT GetFlags([retval, out]LONG *pFlags);
306 HRESULT GetType([retval, out]LONG *pType);
307 HRESULT MoveLeft([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
308 HRESULT MoveRight([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
309 HRESULT MoveUp([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
310 HRESULT MoveDown([in]LONG Unit, [in]LONG Count, [in]LONG Extend, [retval, out]LONG *pDelta);
311 HRESULT HomeKey([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
312 HRESULT EndKey([in]LONG Unit, [in]LONG Extend, [retval, out]LONG *pDelta);
322 HRESULT GetDuplicate([retval, out]ITextFont **ppFont);
325 HRESULT IsEqual([in]ITextFont *pFont, [retval, out]LONG *pB);
327 HRESULT GetStyle([retval, out]LONG *pValue);
329 HRESULT GetAllCaps([retval, out]LONG *pValue);
331 HRESULT GetAnimation([retval, out]LONG *pValue);
333 HRESULT GetBackColor([retval, out]LONG *pValue);
335 HRESULT GetBold([retval, out]LONG *pValue);
337 HRESULT GetEmboss([retval, out]LONG *pValue);
339 HRESULT GetForeColor([retval, out]LONG *pValue);
341 HRESULT GetHidden([retval, out]LONG *pValue);
343 HRESULT GetEngrave([retval, out]LONG *pValue);
345 HRESULT GetItalic([retval, out]LONG *pValue);
347 HRESULT GetKerning([retval, out]LONG *pValue);
349 HRESULT GetLanguageID([retval, out]LONG *pValue);
351 HRESULT GetName([retval, out]BSTR *pValue);
353 HRESULT GetOutline([retval, out]LONG *pValue);
355 HRESULT GetPosition([retval, out]LONG *pValue);
357 HRESULT GetProtected([retval, out]LONG *pValue);
359 HRESULT GetShadow([retval, out]LONG *pValue);
361 HRESULT GetSize([retval, out]LONG *pValue);
363 HRESULT GetSmallCaps([retval, out]LONG *pValue);
365 HRESULT GetSpacing([retval, out]float *pValue);
367 HRESULT GetStrikeThrough([retval, out]LONG *pValue);
369 HRESULT GetSubscript([retval, out]LONG *pValue);
371 HRESULT GetSuperscript([retval, out]LONG *pValue);
373 HRESULT GetUnderline([retval, out]LONG *pValue);
375 HRESULT GetWeight([retval, out]LONG *pValue);
385 HRESULT GetDuplicate([retval, out]ITextPara **ppPara);
388 HRESULT IsEqual([in]ITextPara *pPara, [retval, out]LONG *pB);
390 HRESULT GetStyle([retval, out]LONG *pValue);
392 HRESULT GetAlignment([retval, out]LONG *pValue);
394 HRESULT GetHyphenation([retval, out]LONG *pValue);
396 HRESULT GetFirstLineIndent([retval, out]float *pValue);
397 HRESULT GetKeepTogether([retval, out]LONG *pValue);
399 HRESULT GetKeepWithNext([retval, out]LONG *pValue);
401 HRESULT GetLeftIndent([retval, out]float *pValue);
402 HRESULT GetLineSpacing([retval, out]float *pValue);
403 HRESULT GetLineSpacingRule([retval, out]LONG *pValue);
404 HRESULT GetListAlignment([retval, out]LONG *pValue);
406 HRESULT GetListLevelIndex([retval, out]LONG *pValue);
408 HRESULT GetListStart([retval, out]LONG *pValue);
410 HRESULT GetListTab([retval, out]LONG *pValue);
412 HRESULT GetListType([retval, out]LONG *pValue);
414 HRESULT GetNoLineNumber([retval, out]LONG *pValue);
416 HRESULT GetPageBreakBefore([retval, out]LONG *pValue);
418 HRESULT GetRightIndent([retval, out]float *pValue);
422 HRESULT GetSpaceAfter([retval, out]float *pValue);
424 HRESULT GetSpaceBefore([retval, out]float *pValue);
426 HRESULT GetWindowControl([retval, out]float *pValue);
428 HRESULT GetTabCount([retval, out]LONG *pCount);
441 HRESULT _NewEnum([retval, out]IUnknown **ppUnkEnum);
442 HRESULT Item([in]LONG Index, [retval, out]ITextRange **ppRange);
443 HRESULT GetCount([retval, out]LONG *pCount);