Lines Matching refs:mpOutliner
45 mpOutliner( &rOutliner ), in AccessibleOutlineEditSource()
56 if( mpOutliner ) in ~AccessibleOutlineEditSource()
57 mpOutliner->SetNotifyHdl( Link() ); in ~AccessibleOutlineEditSource()
63 return new AccessibleOutlineEditSource(*mpOutliner, mrView, *mpOutlinerView, mrWindow); in Clone()
73 mpOutliner->SetNotifyHdl( LINK(this, AccessibleOutlineEditSource, NotifyHdl) ); in GetTextForwarder()
114 if( mpOutliner && mpOutlinerView ) in IsValid()
119 for( nCurrView=0, nViews=mpOutliner->GetViewCount(); nCurrView<nViews; ++nCurrView ) in IsValid()
121 if( mpOutliner->GetView(nCurrView) == mpOutlinerView ) in IsValid()
182 if( &rBroadcaster == mpOutliner ) in Notify()
188 mpOutliner = NULL; in Notify()
204 if( mpOutliner ) in Notify()
205 mpOutliner->SetNotifyHdl( Link() ); in Notify()
206 mpOutliner = NULL; in Notify()