AccContainerEventListener.hxx (3a700b0a) AccContainerEventListener.hxx (4d7c9de0)
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

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

84 virtual void handleSelectionChangedAddEvent(const Any &oldValue, const Any &newValue);
85 virtual void handleSelectionChangedRemoveEvent(const Any &oldValue, const Any &newValue);
86 virtual void handleSelectionChangedWithinEvent(const Any &oldValue, const Any &newValue);
87
88 virtual void handlePageChangedEvent (const Any &oldValue, const Any &newValue);
89
90 virtual void handleSectionChangedEvent (const Any &oldValue, const Any &newValue);
91 virtual void handleColumnChangedEvent (const Any &oldValue, const Any &newValue);
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

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

84 virtual void handleSelectionChangedAddEvent(const Any &oldValue, const Any &newValue);
85 virtual void handleSelectionChangedRemoveEvent(const Any &oldValue, const Any &newValue);
86 virtual void handleSelectionChangedWithinEvent(const Any &oldValue, const Any &newValue);
87
88 virtual void handlePageChangedEvent (const Any &oldValue, const Any &newValue);
89
90 virtual void handleSectionChangedEvent (const Any &oldValue, const Any &newValue);
91 virtual void handleColumnChangedEvent (const Any &oldValue, const Any &newValue);
92 //IAccessibility2 Implementation 2009-----
93 //for name changed event
94 virtual void SAL_CALL handleNameChangedEvent(Any name);
92 //for name changed event
93 virtual void SAL_CALL handleNameChangedEvent(Any name);
95 //-----IAccessibility2 Implementation 2009
96};
97
98#endif
94};
95
96#endif