/trunk/main/toolkit/source/awt/ |
H A D | vclxprinter.cxx | 294 mpListener.reset( new vcl::OldStylePrintAdaptor( mpPrinter ) ); in start() 304 if ( mpListener.get() ) in end() 306 Printer::PrintJob( mpListener, maInitJobSetup ); in end() 307 mpListener.reset(); in end() 315 mpListener.reset(); in terminate() 322 if ( mpListener.get() ) in startPage() 324 mpListener->StartPage(); in startPage() 333 if ( mpListener.get() ) in endPage() 335 mpListener->EndPage(); in endPage()
|
/trunk/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 474 boost::shared_ptr<SeparateListenerImpl> mpListener; member in __anon9a1686190111::SlideShowImpl 598 mpListener(), in SlideShowImpl() 645 mpListener.reset( new SeparateListenerImpl( in SlideShowImpl() 650 maEventMultiplexer.addViewRepaintHandler( mpListener ); in SlideShowImpl() 651 maEventMultiplexer.addHyperlinkHandler( mpListener, 0.0 ); in SlideShowImpl() 652 maEventMultiplexer.addAnimationStartHandler( mpListener ); in SlideShowImpl() 653 maEventMultiplexer.addAnimationEndHandler( mpListener ); in SlideShowImpl() 682 if( mpListener ) in disposing() 686 maEventMultiplexer.removeHyperlinkHandler(mpListener); in disposing() 688 maEventMultiplexer.removeAnimationEndHandler( mpListener ); in disposing() [all …]
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | externalshapebase.cxx | 98 mpListener( new ExternalShapeBaseListener(*this) ), in ExternalShapeBase() 106 mpShapeManager->addIntrinsicAnimationHandler( mpListener ); in ExternalShapeBase() 107 mrEventMultiplexer.addViewHandler( mpListener ); in ExternalShapeBase() 116 mrEventMultiplexer.removeViewHandler( mpListener ); in ~ExternalShapeBase() 117 mpShapeManager->removeIntrinsicAnimationHandler( mpListener ); in ~ExternalShapeBase()
|
H A D | intrinsicanimationactivity.cxx | 96 IntrinsicAnimationEventHandlerSharedPtr mpListener; member in slideshow::internal::IntrinsicAnimationActivity 134 mpListener( new IntrinsicAnimationListener(*this) ), in IntrinsicAnimationActivity() 152 mpListener ); in IntrinsicAnimationActivity() 169 mpListener ); in dispose()
|
H A D | drawinglayeranimation.cxx | 211 IntrinsicAnimationEventHandlerSharedPtr mpListener; member in __anon10d101710111::ActivityImpl 757 mpListener( new IntrinsicAnimationListener(*this) ), in ActivityImpl() 867 mpListener ); in ActivityImpl() 912 mpListener ); in dispose()
|
H A D | externalshapebase.hxx | 129 boost::shared_ptr<ExternalShapeBaseListener> mpListener; member in slideshow::internal::ExternalShapeBase
|
/trunk/main/vcl/source/window/ |
H A D | wpropset.cxx | 130 vcl::WindowPropertySetListener* mpListener; member in vcl::WindowPropertySetData 135 , mpListener( NULL ) in WindowPropertySetData() 192 mpImpl->mxListener.set( mpImpl->mpListener = new WindowPropertySetListener( this ) ); in WindowPropertySet() 324 mpImpl->mpListener->suspend( true ); in IMPL_LINK() 333 mpImpl->mpListener->suspend( false ); in IMPL_LINK()
|
/trunk/main/toolkit/source/layout/core/ |
H A D | helper.hxx | 110 mpListener = pListener; in setChangeListener() 114 Listener *mpListener; member in layoutimpl::PropHelper
|
H A D | helper.cxx | 313 if ( mpListener ) in setFastPropertyValue_NoBroadcast() 314 mpListener->propertiesChanged(); in setFastPropertyValue_NoBroadcast()
|
/trunk/main/svtools/source/misc/ |
H A D | transfer.cxx | 1299 TransferableDataHelper* mpListener; member in TransferableClipboardNotifier 1315 inline bool isDisposed() const { return mpListener == NULL; } in isDisposed() 1326 ,mpListener( &_rListener ) in TransferableClipboardNotifier() 1334 mpListener = NULL; in TransferableClipboardNotifier() 1349 if( mpListener ) in changedContents() 1350 mpListener->Rebind( event.Contents ); in changedContents() 1373 mpListener = NULL; in dispose()
|
/trunk/main/sc/source/core/tool/ |
H A D | chartlis.cxx | 465 maRange(rRange), mpListener(p) in RangeListenerItem() 661 itr->mpListener->notify(); in SetRangeDirty() 720 return mpMatch == rItem.mpListener; in operator ()()
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterToolBar.cxx | 328 ::boost::shared_ptr<PresenterClockTimer::Listener> mpListener; 2160 mpListener() in TimeLabel() 2169 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->RemoveListener(mpListener); in disposing() 2170 mpListener.reset(); in disposing() 2178 mpListener.reset(new Listener(this)); in ConnectToTimer() 2179 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->AddListener(mpListener); in ConnectToTimer()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 119 mpListener(), in SlideSorterController() 171 mpListener = new Listener(mrSlideSorter); in Init() 185 static_cast<XWeak*>(mpListener.get()), uno::UNO_QUERY); in ~SlideSorterController()
|
/trunk/main/toolkit/workben/layout/ |
H A D | editor.cxx | 1495 Listener *mpListener; member in LayoutTree 1563 { mpListener = pListener; } in setListener() 1662 mpListener->widgetSelected( getWidget( nPos ) ); in itemSelected()
|
/trunk/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlideSorterController.hxx | 259 ::rtl::Reference<controller::Listener> mpListener;
|
/trunk/main/sc/inc/ |
H A D | chartlis.hxx | 146 ScChartHiddenRangeListener* mpListener; member
|
/trunk/main/sfx2/source/inc/ |
H A D | tplcomp.hxx | 88 TplAnchorListener* mpListener; member in TplComponent
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxprinter.hxx | 114 boost::shared_ptr<vcl::OldStylePrintAdaptor> mpListener; member in VCLXPrinter
|