/usr/include/thunderbird/nsIAccessibleTextRange.h is in thunderbird-dev 1:38.6.0+build1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIAccessibleTextRange.idl
*/
#ifndef __gen_nsIAccessibleTextRange_h__
#define __gen_nsIAccessibleTextRange_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIAccessible; /* forward declaration */
class nsIAccessibleText; /* forward declaration */
class nsIArray; /* forward declaration */
class nsIVariant; /* forward declaration */
/* starting interface: nsIAccessibleTextRange */
#define NS_IACCESSIBLETEXTRANGE_IID_STR "525b3401-8a67-4822-b35d-661065767cd8"
#define NS_IACCESSIBLETEXTRANGE_IID \
{0x525b3401, 0x8a67, 0x4822, \
{ 0xb3, 0x5d, 0x66, 0x10, 0x65, 0x76, 0x7c, 0xd8 }}
class NS_NO_VTABLE nsIAccessibleTextRange : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACCESSIBLETEXTRANGE_IID)
/* readonly attribute nsIAccessibleText startContainer; */
NS_IMETHOD GetStartContainer(nsIAccessibleText * *aStartContainer) = 0;
/* readonly attribute long startOffset; */
NS_IMETHOD GetStartOffset(int32_t *aStartOffset) = 0;
/* readonly attribute nsIAccessibleText endContainer; */
NS_IMETHOD GetEndContainer(nsIAccessibleText * *aEndContainer) = 0;
/* readonly attribute long endOffset; */
NS_IMETHOD GetEndOffset(int32_t *aEndOffset) = 0;
/* readonly attribute nsIAccessible container; */
NS_IMETHOD GetContainer(nsIAccessible * *aContainer) = 0;
/* readonly attribute nsIArray embeddedChildren; */
NS_IMETHOD GetEmbeddedChildren(nsIArray * *aEmbeddedChildren) = 0;
/* boolean compare (in nsIAccessibleTextRange aOtherRange); */
NS_IMETHOD Compare(nsIAccessibleTextRange *aOtherRange, bool *_retval) = 0;
enum {
EndPoint_Start = 1U,
EndPoint_End = 2U
};
/* long compareEndPoints (in unsigned long aEndPoint, in nsIAccessibleTextRange aOtherRange, in unsigned long aOtherRangeEndPoint); */
NS_IMETHOD CompareEndPoints(uint32_t aEndPoint, nsIAccessibleTextRange *aOtherRange, uint32_t aOtherRangeEndPoint, int32_t *_retval) = 0;
/* readonly attribute AString text; */
NS_IMETHOD GetText(nsAString & aText) = 0;
/* readonly attribute nsIArray bounds; */
NS_IMETHOD GetBounds(nsIArray * *aBounds) = 0;
enum {
FormatUnit = 0U,
WordUnit = 1U,
LineUnit = 2U,
ParagraphUnit = 3U,
PageUnit = 4U,
DocumentUnit = 5U
};
/* void move (in unsigned long aUnit, in long aCount); */
NS_IMETHOD Move(uint32_t aUnit, int32_t aCount) = 0;
/* void moveStart (in unsigned long aUnit, in long aCount); */
NS_IMETHOD MoveStart(uint32_t aUnit, int32_t aCount) = 0;
/* void moveEnd (in unsigned long aUnit, in long aCount); */
NS_IMETHOD MoveEnd(uint32_t aUnit, int32_t aCount) = 0;
/* void normalize (in unsigned long aUnit); */
NS_IMETHOD Normalize(uint32_t aUnit) = 0;
/* nsIAccessibleTextRange findText (in AString aText, in boolean aIsBackward, in boolean aIsIgnoreCase); */
NS_IMETHOD FindText(const nsAString & aText, bool aIsBackward, bool aIsIgnoreCase, nsIAccessibleTextRange * *_retval) = 0;
enum {
AnimationStyleAttr = 0U,
AnnotationObjectsAttr = 1U,
AnnotationTypesAttr = 2U,
BackgroundColorAttr = 3U,
BulletStyleAttr = 4U,
CapStyleAttr = 5U,
CaretBidiModeAttr = 6U,
CaretPositionAttr = 7U,
CultureAttr = 8U,
FontNameAttr = 9U,
FontSizeAttr = 10U,
FontWeightAttr = 11U,
ForegroundColorAttr = 12U,
HorizontalTextAlignmentAttr = 13U,
IndentationFirstLineAttr = 14U,
IndentationLeadingAttr = 15U,
IndentationTrailingAttr = 16U,
IsActiveAttr = 17U,
IsHiddenAttr = 18U,
IsItalicAttr = 19U,
IsReadOnlyAttr = 20U,
IsSubscriptAttr = 21U,
IsSuperscriptAttr = 22U,
LinkAttr = 23U,
MarginBottomAttr = 24U,
MarginLeadingAttr = 25U,
MarginTopAttr = 26U,
MarginTrailingAttr = 27U,
OutlineStylesAttr = 28U,
OverlineColorAttr = 29U,
OverlineStyleAttr = 30U,
SelectionActiveEndAttr = 31U,
StrikethroughColorAttr = 32U,
StrikethroughStyleAttr = 33U,
StyleIdAttr = 34U,
StyleNameAttr = 35U,
TabsAttr = 36U,
TextFlowDirectionsAttr = 37U,
UnderlineColorAttr = 38U,
UnderlineStyleAttr = 39U
};
/* nsIAccessibleTextRange findAttr (in unsigned long aAttr, in nsIVariant aValue, in boolean aIsBackward); */
NS_IMETHOD FindAttr(uint32_t aAttr, nsIVariant *aValue, bool aIsBackward, nsIAccessibleTextRange * *_retval) = 0;
/* void addToSelection (); */
NS_IMETHOD AddToSelection(void) = 0;
/* void removeFromSelection (); */
NS_IMETHOD RemoveFromSelection(void) = 0;
/* void select (); */
NS_IMETHOD Select(void) = 0;
enum {
AlignToTop = 0U,
AlignToBottom = 1U
};
/* void scrollIntoView (in unsigned long aHow); */
NS_IMETHOD ScrollIntoView(uint32_t aHow) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIAccessibleTextRange, NS_IACCESSIBLETEXTRANGE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACCESSIBLETEXTRANGE \
NS_IMETHOD GetStartContainer(nsIAccessibleText * *aStartContainer) override; \
NS_IMETHOD GetStartOffset(int32_t *aStartOffset) override; \
NS_IMETHOD GetEndContainer(nsIAccessibleText * *aEndContainer) override; \
NS_IMETHOD GetEndOffset(int32_t *aEndOffset) override; \
NS_IMETHOD GetContainer(nsIAccessible * *aContainer) override; \
NS_IMETHOD GetEmbeddedChildren(nsIArray * *aEmbeddedChildren) override; \
NS_IMETHOD Compare(nsIAccessibleTextRange *aOtherRange, bool *_retval) override; \
NS_IMETHOD CompareEndPoints(uint32_t aEndPoint, nsIAccessibleTextRange *aOtherRange, uint32_t aOtherRangeEndPoint, int32_t *_retval) override; \
NS_IMETHOD GetText(nsAString & aText) override; \
NS_IMETHOD GetBounds(nsIArray * *aBounds) override; \
NS_IMETHOD Move(uint32_t aUnit, int32_t aCount) override; \
NS_IMETHOD MoveStart(uint32_t aUnit, int32_t aCount) override; \
NS_IMETHOD MoveEnd(uint32_t aUnit, int32_t aCount) override; \
NS_IMETHOD Normalize(uint32_t aUnit) override; \
NS_IMETHOD FindText(const nsAString & aText, bool aIsBackward, bool aIsIgnoreCase, nsIAccessibleTextRange * *_retval) override; \
NS_IMETHOD FindAttr(uint32_t aAttr, nsIVariant *aValue, bool aIsBackward, nsIAccessibleTextRange * *_retval) override; \
NS_IMETHOD AddToSelection(void) override; \
NS_IMETHOD RemoveFromSelection(void) override; \
NS_IMETHOD Select(void) override; \
NS_IMETHOD ScrollIntoView(uint32_t aHow) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACCESSIBLETEXTRANGE(_to) \
NS_IMETHOD GetStartContainer(nsIAccessibleText * *aStartContainer) override { return _to GetStartContainer(aStartContainer); } \
NS_IMETHOD GetStartOffset(int32_t *aStartOffset) override { return _to GetStartOffset(aStartOffset); } \
NS_IMETHOD GetEndContainer(nsIAccessibleText * *aEndContainer) override { return _to GetEndContainer(aEndContainer); } \
NS_IMETHOD GetEndOffset(int32_t *aEndOffset) override { return _to GetEndOffset(aEndOffset); } \
NS_IMETHOD GetContainer(nsIAccessible * *aContainer) override { return _to GetContainer(aContainer); } \
NS_IMETHOD GetEmbeddedChildren(nsIArray * *aEmbeddedChildren) override { return _to GetEmbeddedChildren(aEmbeddedChildren); } \
NS_IMETHOD Compare(nsIAccessibleTextRange *aOtherRange, bool *_retval) override { return _to Compare(aOtherRange, _retval); } \
NS_IMETHOD CompareEndPoints(uint32_t aEndPoint, nsIAccessibleTextRange *aOtherRange, uint32_t aOtherRangeEndPoint, int32_t *_retval) override { return _to CompareEndPoints(aEndPoint, aOtherRange, aOtherRangeEndPoint, _retval); } \
NS_IMETHOD GetText(nsAString & aText) override { return _to GetText(aText); } \
NS_IMETHOD GetBounds(nsIArray * *aBounds) override { return _to GetBounds(aBounds); } \
NS_IMETHOD Move(uint32_t aUnit, int32_t aCount) override { return _to Move(aUnit, aCount); } \
NS_IMETHOD MoveStart(uint32_t aUnit, int32_t aCount) override { return _to MoveStart(aUnit, aCount); } \
NS_IMETHOD MoveEnd(uint32_t aUnit, int32_t aCount) override { return _to MoveEnd(aUnit, aCount); } \
NS_IMETHOD Normalize(uint32_t aUnit) override { return _to Normalize(aUnit); } \
NS_IMETHOD FindText(const nsAString & aText, bool aIsBackward, bool aIsIgnoreCase, nsIAccessibleTextRange * *_retval) override { return _to FindText(aText, aIsBackward, aIsIgnoreCase, _retval); } \
NS_IMETHOD FindAttr(uint32_t aAttr, nsIVariant *aValue, bool aIsBackward, nsIAccessibleTextRange * *_retval) override { return _to FindAttr(aAttr, aValue, aIsBackward, _retval); } \
NS_IMETHOD AddToSelection(void) override { return _to AddToSelection(); } \
NS_IMETHOD RemoveFromSelection(void) override { return _to RemoveFromSelection(); } \
NS_IMETHOD Select(void) override { return _to Select(); } \
NS_IMETHOD ScrollIntoView(uint32_t aHow) override { return _to ScrollIntoView(aHow); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACCESSIBLETEXTRANGE(_to) \
NS_IMETHOD GetStartContainer(nsIAccessibleText * *aStartContainer) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStartContainer(aStartContainer); } \
NS_IMETHOD GetStartOffset(int32_t *aStartOffset) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStartOffset(aStartOffset); } \
NS_IMETHOD GetEndContainer(nsIAccessibleText * *aEndContainer) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEndContainer(aEndContainer); } \
NS_IMETHOD GetEndOffset(int32_t *aEndOffset) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEndOffset(aEndOffset); } \
NS_IMETHOD GetContainer(nsIAccessible * *aContainer) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContainer(aContainer); } \
NS_IMETHOD GetEmbeddedChildren(nsIArray * *aEmbeddedChildren) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEmbeddedChildren(aEmbeddedChildren); } \
NS_IMETHOD Compare(nsIAccessibleTextRange *aOtherRange, bool *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Compare(aOtherRange, _retval); } \
NS_IMETHOD CompareEndPoints(uint32_t aEndPoint, nsIAccessibleTextRange *aOtherRange, uint32_t aOtherRangeEndPoint, int32_t *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->CompareEndPoints(aEndPoint, aOtherRange, aOtherRangeEndPoint, _retval); } \
NS_IMETHOD GetText(nsAString & aText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetText(aText); } \
NS_IMETHOD GetBounds(nsIArray * *aBounds) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBounds(aBounds); } \
NS_IMETHOD Move(uint32_t aUnit, int32_t aCount) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Move(aUnit, aCount); } \
NS_IMETHOD MoveStart(uint32_t aUnit, int32_t aCount) override { return !_to ? NS_ERROR_NULL_POINTER : _to->MoveStart(aUnit, aCount); } \
NS_IMETHOD MoveEnd(uint32_t aUnit, int32_t aCount) override { return !_to ? NS_ERROR_NULL_POINTER : _to->MoveEnd(aUnit, aCount); } \
NS_IMETHOD Normalize(uint32_t aUnit) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Normalize(aUnit); } \
NS_IMETHOD FindText(const nsAString & aText, bool aIsBackward, bool aIsIgnoreCase, nsIAccessibleTextRange * *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->FindText(aText, aIsBackward, aIsIgnoreCase, _retval); } \
NS_IMETHOD FindAttr(uint32_t aAttr, nsIVariant *aValue, bool aIsBackward, nsIAccessibleTextRange * *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->FindAttr(aAttr, aValue, aIsBackward, _retval); } \
NS_IMETHOD AddToSelection(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AddToSelection(); } \
NS_IMETHOD RemoveFromSelection(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveFromSelection(); } \
NS_IMETHOD Select(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Select(); } \
NS_IMETHOD ScrollIntoView(uint32_t aHow) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ScrollIntoView(aHow); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsAccessibleTextRange : public nsIAccessibleTextRange
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACCESSIBLETEXTRANGE
nsAccessibleTextRange();
private:
~nsAccessibleTextRange();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsAccessibleTextRange, nsIAccessibleTextRange)
nsAccessibleTextRange::nsAccessibleTextRange()
{
/* member initializers and constructor code */
}
nsAccessibleTextRange::~nsAccessibleTextRange()
{
/* destructor code */
}
/* readonly attribute nsIAccessibleText startContainer; */
NS_IMETHODIMP nsAccessibleTextRange::GetStartContainer(nsIAccessibleText * *aStartContainer)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long startOffset; */
NS_IMETHODIMP nsAccessibleTextRange::GetStartOffset(int32_t *aStartOffset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIAccessibleText endContainer; */
NS_IMETHODIMP nsAccessibleTextRange::GetEndContainer(nsIAccessibleText * *aEndContainer)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long endOffset; */
NS_IMETHODIMP nsAccessibleTextRange::GetEndOffset(int32_t *aEndOffset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIAccessible container; */
NS_IMETHODIMP nsAccessibleTextRange::GetContainer(nsIAccessible * *aContainer)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIArray embeddedChildren; */
NS_IMETHODIMP nsAccessibleTextRange::GetEmbeddedChildren(nsIArray * *aEmbeddedChildren)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean compare (in nsIAccessibleTextRange aOtherRange); */
NS_IMETHODIMP nsAccessibleTextRange::Compare(nsIAccessibleTextRange *aOtherRange, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* long compareEndPoints (in unsigned long aEndPoint, in nsIAccessibleTextRange aOtherRange, in unsigned long aOtherRangeEndPoint); */
NS_IMETHODIMP nsAccessibleTextRange::CompareEndPoints(uint32_t aEndPoint, nsIAccessibleTextRange *aOtherRange, uint32_t aOtherRangeEndPoint, int32_t *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AString text; */
NS_IMETHODIMP nsAccessibleTextRange::GetText(nsAString & aText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIArray bounds; */
NS_IMETHODIMP nsAccessibleTextRange::GetBounds(nsIArray * *aBounds)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void move (in unsigned long aUnit, in long aCount); */
NS_IMETHODIMP nsAccessibleTextRange::Move(uint32_t aUnit, int32_t aCount)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void moveStart (in unsigned long aUnit, in long aCount); */
NS_IMETHODIMP nsAccessibleTextRange::MoveStart(uint32_t aUnit, int32_t aCount)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void moveEnd (in unsigned long aUnit, in long aCount); */
NS_IMETHODIMP nsAccessibleTextRange::MoveEnd(uint32_t aUnit, int32_t aCount)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void normalize (in unsigned long aUnit); */
NS_IMETHODIMP nsAccessibleTextRange::Normalize(uint32_t aUnit)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIAccessibleTextRange findText (in AString aText, in boolean aIsBackward, in boolean aIsIgnoreCase); */
NS_IMETHODIMP nsAccessibleTextRange::FindText(const nsAString & aText, bool aIsBackward, bool aIsIgnoreCase, nsIAccessibleTextRange * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIAccessibleTextRange findAttr (in unsigned long aAttr, in nsIVariant aValue, in boolean aIsBackward); */
NS_IMETHODIMP nsAccessibleTextRange::FindAttr(uint32_t aAttr, nsIVariant *aValue, bool aIsBackward, nsIAccessibleTextRange * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addToSelection (); */
NS_IMETHODIMP nsAccessibleTextRange::AddToSelection()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void removeFromSelection (); */
NS_IMETHODIMP nsAccessibleTextRange::RemoveFromSelection()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void select (); */
NS_IMETHODIMP nsAccessibleTextRange::Select()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void scrollIntoView (in unsigned long aHow); */
NS_IMETHODIMP nsAccessibleTextRange::ScrollIntoView(uint32_t aHow)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIAccessibleTextRange_h__ */
|