Lines Matching refs:xAcc
1439 …uno::Reference<XAccessible> xAcc = new ScAccessibleEditObject(this, pViewShell->GetViewData()->Get… in ScAccessibleDocument() local
1442 AddChild(xAcc, sal_False); in ScAccessibleDocument()
1609 uno::Reference<XAccessible> xAcc = mpTempAccEdit; in Notify() local
1611 AddChild(xAcc, sal_True); in Notify()
2314 void ScAccessibleDocument::AddChild(const uno::Reference<XAccessible>& xAcc, sal_Bool bFireEvent) in AddChild() argument
2317 if (xAcc.is()) in AddChild()
2319 mxTempAcc = xAcc; in AddChild()
2331 void ScAccessibleDocument::RemoveChild(const uno::Reference<XAccessible>& xAcc, sal_Bool bFireEvent) in RemoveChild() argument
2334 if (xAcc.is()) in RemoveChild()
2336 DBG_ASSERT(xAcc.get() == mxTempAcc.get(), "only the same object should be removed"); in RemoveChild()
2459 uno::Reference < XAccessible > xAcc = mpChildrenShapes->GetAccessibleCaption(xShape); in get_AccFlowTo() local
2460 uno::Reference < XAccessibleSelection > xAccSelection( xAcc, uno::UNO_QUERY ); in get_AccFlowTo()