Searched refs:LayeredDevice (Results 1 – 6 of 6) sorted by relevance
60 const ::boost::shared_ptr<LayeredDevice> mpLayeredDevice;149 LayeredDevice::LayeredDevice (const SharedSdWindow& rpTargetWindow) in LayeredDevice() function in sd::slidesorter::view::LayeredDevice161 LayeredDevice::~LayeredDevice (void) in ~LayeredDevice()168 void LayeredDevice::Invalidate ( in Invalidate()202 void LayeredDevice::RegisterPainter ( in RegisterPainter()239 void LayeredDevice::RemovePainter ( in RemovePainter()266 bool LayeredDevice::HasPainter (const sal_Int32 nLayer) in HasPainter()276 void LayeredDevice::Repaint (const Region& rRepaintRegion) in Repaint()317 void LayeredDevice::Resize (void) in Resize()327 void LayeredDevice::Dispose (void) in Dispose()[all …]
48 class LayeredDevice class49 : public ::boost::enable_shared_from_this<LayeredDevice>53 LayeredDevice (const SharedSdWindow& rpTargetWindow);54 ~LayeredDevice (void);
396 ::boost::shared_ptr<LayeredDevice> pLayeredDevice ( in Show()416 ::boost::shared_ptr<LayeredDevice> pLayeredDevice ( in Hide()
156 mpLayeredDevice(new LayeredDevice(rSlideSorter.GetContentWindow())), in SlideSorterView()1081 ::boost::shared_ptr<LayeredDevice> SlideSorterView::GetLayeredDevice (void) const in GetLayeredDevice()
63 class LayeredDevice;237 ::boost::shared_ptr<LayeredDevice> GetLayeredDevice (void) const;269 ::boost::shared_ptr<LayeredDevice> mpLayeredDevice;
56 class LayeredDevice;
Completed in 36 milliseconds