AccessibleEventId.idl (d1766043) AccessibleEventId.idl (df906e24)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 362 unchanged lines hidden (view full) ---

371
372 /** Constant used to indicate that a list box entry has been collapsed.
373 <member>AccessibleEventObject::OldValue</member> is empty.
374 <member>AccessibleEventObject::NewValue</member> contains the collapsed list box entry.
375
376 @since OOo 3.2
377 */
378 const short LISTBOX_ENTRY_COLLAPSED = 33;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 362 unchanged lines hidden (view full) ---

371
372 /** Constant used to indicate that a list box entry has been collapsed.
373 <member>AccessibleEventObject::OldValue</member> is empty.
374 <member>AccessibleEventObject::NewValue</member> contains the collapsed list box entry.
375
376 @since OOo 3.2
377 */
378 const short LISTBOX_ENTRY_COLLAPSED = 33;
379
380 //IAccessibility2 Implementation 2009-----
381 const short ACTIVE_DESCENDANT_CHANGED_NOFOCUS = 34;
382 const short SELECTION_CHANGED_ADD =35;
383 const short SELECTION_CHANGED_REMOVE =36;
384 const short SELECTION_CHANGED_WITHIN =37;
385 const short PAGE_CHANGED =38;
386 const short SECTION_CHANGED =39;
387 const short COLUMN_CHANGED =40;
388 //-----IAccessibility2 Implementation 2009
389
379};
380
381}; }; }; };
382
383#endif
390};
391
392}; }; }; };
393
394#endif