Lines Matching refs:PresenterHelper
51 return Reference<XInterface>(static_cast<XWeak*>(new PresenterHelper(rxContext))); in PresenterHelperService_createInstance()
79 PresenterHelper::PresenterHelper ( in PresenterHelper() function in sd::presenter::PresenterHelper
88 PresenterHelper::~PresenterHelper (void) in ~PresenterHelper()
97 void SAL_CALL PresenterHelper::initialize (const Sequence<Any>& rArguments) in initialize()
108 Reference<awt::XWindow> SAL_CALL PresenterHelper::createWindow ( in createWindow()
163 Reference<rendering::XCanvas> SAL_CALL PresenterHelper::createSharedCanvas ( in createSharedCanvas()
194 Reference<rendering::XCanvas> SAL_CALL PresenterHelper::createCanvas ( in createCanvas()
233 void SAL_CALL PresenterHelper::toTop ( in toTop()
248 Reference<rendering::XBitmap> SAL_CALL PresenterHelper::loadBitmap ( in loadBitmap()
288 void SAL_CALL PresenterHelper::captureMouse ( in captureMouse()
305 void SAL_CALL PresenterHelper::releaseMouse (const Reference<awt::XWindow>& rxWindow) in releaseMouse()
321 awt::Rectangle PresenterHelper::getWindowExtentsRelative ( in getWindowExtentsRelative()