Lines Matching refs:HRESULT

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);
220 HRESULT SetSaved([in]LONG Value);
221 HRESULT GetDefaultTabStop([retval, out]float *pValue);
222 HRESULT SetDefaultTabStop([in]float Value);
223 HRESULT New();
224 HRESULT Open([in]VARIANT *pVar, [in]LONG Flags, [in]LONG CodePage);
225 HRESULT Save([in]VARIANT *pVar, [in]LONG Flags, [in]LONG CodePage);
226 HRESULT Freeze([retval, out]LONG *pCount);
227 HRESULT Unfreeze([retval, out]LONG *pCount);
228 HRESULT BeginEditCollection();
229 HRESULT EndEditCollection();
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);
246 HRESULT SetText([in]BSTR bstr);
247 HRESULT GetChar([retval, out]LONG *pch);
248 HRESULT SetChar([in]LONG ch);
249 HRESULT GetDuplicate([retval, out]ITextRange **ppRange);
250 HRESULT GetFormattedText([retval, out]ITextRange **ppRange);
251 HRESULT SetFormattedText([in]ITextRange *pRange);
252 HRESULT GetStart([retval, out]LONG *pcpFirst);
253 HRESULT SetStart([in]LONG cpFirst);
254 HRESULT GetEnd([retval, out]LONG *pcpLim);
255 HRESULT SetEnd([in]LONG cpLim);
256 HRESULT GetFont([retval, out]ITextFont **pFont);
257 HRESULT SetFont([in]ITextFont *pFont);
258 HRESULT GetPara([retval, out]ITextPara **ppPara);
259 HRESULT SetPara([in]ITextPara *pPara);
260 HRESULT GetStoryLength([retval, out]LONG *pcch);
261 HRESULT GetStoryType([retval, out]LONG *pValue);
262 HRESULT Collapse([in]LONG bStart);
263 HRESULT Expand([in]LONG Unit, [retval, out]LONG *pDelta);
264 HRESULT GetIndex([in]LONG Unit, [retval, out]LONG *pIndex);
265 HRESULT SetIndex([in]LONG Unit, [in]LONG Index, [in]LONG Extend);
266 HRESULT SetRange([in]LONG cpActive, [in]LONG cpOther);
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);
270 HRESULT Select();
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);
286 HRESULT Cut([out]VARIANT *pVar);
287 HRESULT Copy([out]VARIANT *pVar);
288 HRESULT Paste([in]VARIANT *pVar, [in]LONG Format);
289 HRESULT CanPaste([in]VARIANT *pVar, [in]LONG Format, [retval, out]LONG *pb);
290 HRESULT CanEdit([retval, out]LONG *pb);
291 HRESULT ChangeCase([in]LONG Type);
292 HRESULT GetPoint([in]LONG Type, [out]LONG *cx, [out]LONG *cy);
293 HRESULT SetPoint([in]LONG x, [in]LONG y, [in]LONG Type, [in]LONG Extend);
294 HRESULT ScrollIntoView([in]LONG Value);
295 HRESULT GetEmbeddedObject([retval, out]IUnknown **ppv);
304 HRESULT GetFlags([retval, out]LONG *pFlags);
305 HRESULT SetFlags([in]LONG Flags);
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);
313 HRESULT TypeText([in]BSTR bstr);
322 HRESULT GetDuplicate([retval, out]ITextFont **ppFont);
323 HRESULT SetDuplicate([in]ITextFont *pFont);
324 HRESULT CanChange([out]LONG *pB);
325 HRESULT IsEqual([in]ITextFont *pFont, [retval, out]LONG *pB);
326 HRESULT Reset([in]LONG Value);
327 HRESULT GetStyle([retval, out]LONG *pValue);
328 HRESULT SetStyle([in]LONG Value);
329 HRESULT GetAllCaps([retval, out]LONG *pValue);
330 HRESULT SetAllCaps([in]LONG Value);
331 HRESULT GetAnimation([retval, out]LONG *pValue);
332 HRESULT SetAnimation([in]LONG Value);
333 HRESULT GetBackColor([retval, out]LONG *pValue);
334 HRESULT SetBackColor([in]LONG Value);
335 HRESULT GetBold([retval, out]LONG *pValue);
336 HRESULT SetBold([in]LONG Value);
337 HRESULT GetEmboss([retval, out]LONG *pValue);
338 HRESULT SetEmboss([in]LONG Value);
339 HRESULT GetForeColor([retval, out]LONG *pValue);
340 HRESULT SetForeColor([in]LONG Value);
341 HRESULT GetHidden([retval, out]LONG *pValue);
342 HRESULT SetHidden([in]LONG Value);
343 HRESULT GetEngrave([retval, out]LONG *pValue);
344 HRESULT SetEngrave([in]LONG Value);
345 HRESULT GetItalic([retval, out]LONG *pValue);
346 HRESULT SetItalic([in]LONG Value);
347 HRESULT GetKerning([retval, out]LONG *pValue);
348 HRESULT SetKerning([in]LONG Value);
349 HRESULT GetLanguageID([retval, out]LONG *pValue);
350 HRESULT SetLanguageID([in]LONG Value);
351 HRESULT GetName([retval, out]BSTR *pValue);
352 HRESULT SetName([in]BSTR Value);
353 HRESULT GetOutline([retval, out]LONG *pValue);
354 HRESULT SetOutline([in]LONG Value);
355 HRESULT GetPosition([retval, out]LONG *pValue);
356 HRESULT SetPosition([in]LONG Value);
357 HRESULT GetProtected([retval, out]LONG *pValue);
358 HRESULT SetProtected([in]LONG Value);
359 HRESULT GetShadow([retval, out]LONG *pValue);
360 HRESULT SetShadow([in]LONG Value);
361 HRESULT GetSize([retval, out]LONG *pValue);
362 HRESULT SetSize([in]LONG Value);
363 HRESULT GetSmallCaps([retval, out]LONG *pValue);
364 HRESULT SetSmallCaps([in]LONG Value);
365 HRESULT GetSpacing([retval, out]float *pValue);
366 HRESULT SetSpacing([in]float Value);
367 HRESULT GetStrikeThrough([retval, out]LONG *pValue);
368 HRESULT SetStrikeThrough([in]LONG Value);
369 HRESULT GetSubscript([retval, out]LONG *pValue);
370 HRESULT SetSubscript([in]LONG Value);
371 HRESULT GetSuperscript([retval, out]LONG *pValue);
372 HRESULT SetSuperscript([in]LONG Value);
373 HRESULT GetUnderline([retval, out]LONG *pValue);
374 HRESULT SetUnderline([in]LONG Value);
375 HRESULT GetWeight([retval, out]LONG *pValue);
376 HRESULT SetWeight([in]LONG Value);
385 HRESULT GetDuplicate([retval, out]ITextPara **ppPara);
386 HRESULT SetDuplicate([in]ITextPara *pPara);
387 HRESULT CanChange([out]LONG *pB);
388 HRESULT IsEqual([in]ITextPara *pPara, [retval, out]LONG *pB);
389 HRESULT Reset([in]LONG Value);
390 HRESULT GetStyle([retval, out]LONG *pValue);
391 HRESULT SetStyle([in]LONG Value);
392 HRESULT GetAlignment([retval, out]LONG *pValue);
393 HRESULT SetAlignment([in]LONG Value);
394 HRESULT GetHyphenation([retval, out]LONG *pValue);
395 HRESULT SetHyphenation([in]LONG Value);
396 HRESULT GetFirstLineIndent([retval, out]float *pValue);
397 HRESULT GetKeepTogether([retval, out]LONG *pValue);
398 HRESULT SetKeepTogether([in]LONG Value);
399 HRESULT GetKeepWithNext([retval, out]LONG *pValue);
400 HRESULT SetKeepWithNext([in]LONG Value);
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);
405 HRESULT SetListAlignment([in]LONG Value);
406 HRESULT GetListLevelIndex([retval, out]LONG *pValue);
407 HRESULT SetListLevelIndex([in]LONG Value);
408 HRESULT GetListStart([retval, out]LONG *pValue);
409 HRESULT SetListStart([in]LONG Value);
410 HRESULT GetListTab([retval, out]LONG *pValue);
411 HRESULT SetListTab([in]LONG Value);
412 HRESULT GetListType([retval, out]LONG *pValue);
413 HRESULT SetListType([in]LONG Value);
414 HRESULT GetNoLineNumber([retval, out]LONG *pValue);
415 HRESULT SetNoLineNumber([in]LONG Value);
416 HRESULT GetPageBreakBefore([retval, out]LONG *pValue);
417 HRESULT SetPageBreakBefore([in]LONG Value);
418 HRESULT GetRightIndent([retval, out]float *pValue);
419 HRESULT SetRightIndent([in]float Value);
420 HRESULT SetIndents([in]float StartIndent, [in]float LeftIndent, [in]float RightIndent);
421 HRESULT SetLineSpacing([in]LONG LineSpacingRule, [in]float LineSpacing);
422 HRESULT GetSpaceAfter([retval, out]float *pValue);
423 HRESULT SetSpaceAfter([in]float Value);
424 HRESULT GetSpaceBefore([retval, out]float *pValue);
425 HRESULT SetSpaceBefore([in]float Value);
426 HRESULT GetWindowControl([retval, out]float *pValue);
427 HRESULT SetWindowControl([in]float Value);
428 HRESULT GetTabCount([retval, out]LONG *pCount);
429 HRESULT AddTab([in]float tbPos, [in]LONG tbAlign, [in]LONG tbLeader);
430 HRESULT ClearAllTabs();
431 HRESULT DeleteTab([in]float tbPos);
432 HRESULT GetTab([in]LONG iTab, [out]float *ptbPos, [out]LONG *ptbAlign, [out]LONG *ptbLeader);
441 HRESULT _NewEnum([retval, out]IUnknown **ppUnkEnum);
442 HRESULT Item([in]LONG Index, [retval, out]ITextRange **ppRange);
443 HRESULT GetCount([retval, out]LONG *pCount);