Home
last modified time | relevance | path

Searched refs:mpTimeButton (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx547 , mpTimeButton(0) in SlideshowImpl()
749 if( mpTimeButton ) in disposing()
751 mpTimeButton->Hide(); in disposing()
752 delete mpTimeButton; in disposing()
753 mpTimeButton = 0; in disposing()
H A Dslideshowimpl.hxx357 PushButton* mpTimeButton; member in sd::SlideshowImpl