AccessibleContextBase.hxx (38d50f7b) AccessibleContextBase.hxx (fb0b81f5)
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

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

318
319private:
320 /** Description of this object. This is not a constant because it can
321 be set from the outside. Furthermore, it changes according the the
322 draw page's display mode.
323 */
324 ::rtl::OUString msDescription;
325
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

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

318
319private:
320 /** Description of this object. This is not a constant because it can
321 be set from the outside. Furthermore, it changes according the the
322 draw page's display mode.
323 */
324 ::rtl::OUString msDescription;
325
326 /** Name of this object. It changes according the the draw page's
326 /** Name of this object. It changes according to the draw page's
327 display mode.
328 */
329 ::rtl::OUString msName;
330
331 /// client id in the AccessibleEventNotifier queue
332 sal_uInt32 mnClientId;
333
334 /** This is the role of this object.
335 */
336 sal_Int16 maRole;
337};
338
339
340#endif
327 display mode.
328 */
329 ::rtl::OUString msName;
330
331 /// client id in the AccessibleEventNotifier queue
332 sal_uInt32 mnClientId;
333
334 /** This is the role of this object.
335 */
336 sal_Int16 maRole;
337};
338
339
340#endif