AccObjectManagerAgent.cxx (3a700b0a) AccObjectManagerAgent.cxx (86e1cf34)
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

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

233
234void AccObjectManagerAgent::UpdateState( com::sun::star::accessibility::XAccessible* pXAcc )
235{
236 if(pWinManager)
237 pWinManager->UpdateState(pXAcc);
238}
239
240/**
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

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

233
234void AccObjectManagerAgent::UpdateState( com::sun::star::accessibility::XAccessible* pXAcc )
235{
236 if(pWinManager)
237 pWinManager->UpdateState(pXAcc);
238}
239
240/**
241 * Interface of notify MSAA event when some UNO event occured.
241 * Interface of notify MSAA event when some UNO event occurred.
242 * @param pXAcc Uno XAccessible interface of control.
243 * @param pEvent UNO event ID.
244 * @return If the method is correctly processed.
245 */
246unsigned char AccObjectManagerAgent::NotifyAccEvent( short pEvent,XAccessible* pXAcc )
247{
248 if(pWinManager)
249 return (unsigned char)pWinManager->NotifyAccEvent(pXAcc,pEvent);

--- 137 unchanged lines hidden ---
242 * @param pXAcc Uno XAccessible interface of control.
243 * @param pEvent UNO event ID.
244 * @return If the method is correctly processed.
245 */
246unsigned char AccObjectManagerAgent::NotifyAccEvent( short pEvent,XAccessible* pXAcc )
247{
248 if(pWinManager)
249 return (unsigned char)pWinManager->NotifyAccEvent(pXAcc,pEvent);

--- 137 unchanged lines hidden ---