Lines Matching refs:mpImpl

46     : mpImpl (NULL)  in ChildrenManager()
48 mpImpl = new ChildrenManagerImpl (rxParent, rxShapeList, rShapeTreeInfo, rContext); in ChildrenManager()
49 if (mpImpl != NULL) in ChildrenManager()
50 mpImpl->Init (); in ChildrenManager()
62 if (mpImpl != NULL) in ~ChildrenManager()
63 mpImpl->dispose(); in ~ChildrenManager()
74 OSL_ASSERT (mpImpl != NULL); in GetChildCount()
75 return mpImpl->GetChildCount(); in GetChildCount()
85 OSL_ASSERT (mpImpl != NULL); in GetChild()
86 return mpImpl->GetChild (nIndex); in GetChild()
92 OSL_ASSERT (mpImpl != NULL); in GetChild()
93 return mpImpl->GetChild (xShape); in GetChild()
100 OSL_ASSERT (mpImpl != NULL); in GetChildShape()
101 return mpImpl->GetChildShape(nIndex); in GetChildShape()
107 OSL_ASSERT (mpImpl != NULL); in Update()
108 mpImpl->Update (bCreateNewObjectsOnDemand); in Update()
117 OSL_ASSERT (mpImpl != NULL); in SetShapeList()
118 mpImpl->SetShapeList (xShapeList); in SetShapeList()
126 OSL_ASSERT (mpImpl != NULL); in AddAccessibleShape()
127 mpImpl->AddAccessibleShape (pShape); in AddAccessibleShape()
135 OSL_ASSERT (mpImpl != NULL); in ClearAccessibleShapeList()
136 mpImpl->ClearAccessibleShapeList (); in ClearAccessibleShapeList()
144 OSL_ASSERT (mpImpl != NULL); in SetInfo()
145 mpImpl->SetInfo (rShapeTreeInfo); in SetInfo()
153 OSL_ASSERT (mpImpl != NULL); in UpdateSelection()
154 mpImpl->UpdateSelection (); in UpdateSelection()
162 OSL_ASSERT (mpImpl != NULL); in HasFocus()
163 return mpImpl->HasFocus (); in HasFocus()
171 OSL_ASSERT (mpImpl != NULL); in RemoveFocus()
172 mpImpl->RemoveFocus (); in RemoveFocus()
182 OSL_ASSERT (mpImpl != NULL); in ViewForwarderChanged()
183 mpImpl->ViewForwarderChanged (aChangeType, pViewForwarder); in ViewForwarderChanged()