Lines Matching refs:Implementation
69 class AccessibleSlideSorterView::Implementation class in accessibility::AccessibleSlideSorterView
73 Implementation (
77 ~Implementation (void);
122 mpImpl(new Implementation(*this,rSlideSorter,pContentWindow)), in AccessibleSlideSorterView()
788 AccessibleSlideSorterView::Implementation::Implementation ( in Implementation() function in accessibility::AccessibleSlideSorterView::Implementation
811 AccessibleSlideSorterView::Implementation::~Implementation (void) in ~Implementation()
824 void AccessibleSlideSorterView::Implementation::RequestUpdateChildren (void) in RequestUpdateChildren()
828 LINK(this, AccessibleSlideSorterView::Implementation, in RequestUpdateChildren()
835 void AccessibleSlideSorterView::Implementation::UpdateChildren (void) in UpdateChildren()
865 void AccessibleSlideSorterView::Implementation::Clear (void) in Clear()
888 sal_Int32 AccessibleSlideSorterView::Implementation::GetVisibleChildCount (void) const in GetVisibleChildCount()
899 AccessibleSlideSorterObject* AccessibleSlideSorterView::Implementation::GetVisibleChild ( in GetVisibleChild()
910 AccessibleSlideSorterObject* AccessibleSlideSorterView::Implementation::GetAccessibleChild ( in GetAccessibleChild()
949 void AccessibleSlideSorterView::Implementation::ConnectListeners (void) in ConnectListeners()
958 LINK(this,AccessibleSlideSorterView::Implementation,WindowEventListener)); in ConnectListeners()
961 LINK(this,AccessibleSlideSorterView::Implementation,SelectionChangeListener)); in ConnectListeners()
963 LINK(this,AccessibleSlideSorterView::Implementation,FocusChangeListener)); in ConnectListeners()
965 LINK(this,AccessibleSlideSorterView::Implementation,UpdateChildrenCallback)); in ConnectListeners()
971 void AccessibleSlideSorterView::Implementation::ReleaseListeners (void) in ReleaseListeners()
974 LINK(this,AccessibleSlideSorterView::Implementation,FocusChangeListener)); in ReleaseListeners()
976 LINK(this,AccessibleSlideSorterView::Implementation,SelectionChangeListener)); in ReleaseListeners()
978 LINK(this,AccessibleSlideSorterView::Implementation,UpdateChildrenCallback)); in ReleaseListeners()
982 LINK(this,AccessibleSlideSorterView::Implementation,WindowEventListener)); in ReleaseListeners()
996 void AccessibleSlideSorterView::Implementation::Notify ( in Notify()
1042 void AccessibleSlideSorterView::Implementation::Activated() in Activated()
1050 IMPL_LINK(AccessibleSlideSorterView::Implementation, WindowEventListener, VclWindowEvent*, pEvent) in IMPL_LINK() argument
1075 IMPL_LINK(AccessibleSlideSorterView::Implementation, SelectionChangeListener, void*, EMPTYARG ) in IMPL_LINK() argument
1079 LINK(this, AccessibleSlideSorterView::Implementation, BroadcastSelectionChange)); in IMPL_LINK()
1086 IMPL_LINK(AccessibleSlideSorterView::Implementation, BroadcastSelectionChange, void*, EMPTYARG ) in IMPL_LINK() argument
1099 IMPL_LINK(AccessibleSlideSorterView::Implementation, FocusChangeListener, void*, EMPTYARG ) in IMPL_LINK() argument
1145 IMPL_LINK(AccessibleSlideSorterView::Implementation, UpdateChildrenCallback, void*, EMPTYARG ) in IMPL_LINK() argument