Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dscreenshotannotationdlg.cxx178 std::unique_ptr<weld::CustomWeld> mxPicture; member in ScreenshotAnnotationDlg_Impl
220 mxPicture.reset(new weld::CustomWeld(rParentBuilder, "picture", maPicture)); in ScreenshotAnnotationDlg_Impl()
221 assert(mxPicture); in ScreenshotAnnotationDlg_Impl()
228 if (mxPicture) in ScreenshotAnnotationDlg_Impl()
247 mxPicture->set_size_request(maParentDialogSize.Width(), maParentDialogSize.Height()); in ScreenshotAnnotationDlg_Impl()
249 mxPicture->queue_draw(); in ScreenshotAnnotationDlg_Impl()
381 if (!(mxPicture && mxVirtualBufferDevice)) in PaintScreenShotEntry()
475 if (mxPicture && mxVirtualBufferDevice) in RepaintPictureElement()
479 mxPicture->queue_draw(); in RepaintPictureElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dscreenshotannotationdlg.cxx178 std::unique_ptr<weld::CustomWeld> mxPicture; member in ScreenshotAnnotationDlg_Impl
221 mxPicture.reset(new weld::CustomWeld(rParentBuilder, "picture", maPicture)); in ScreenshotAnnotationDlg_Impl()
222 assert(mxPicture.get()); in ScreenshotAnnotationDlg_Impl()
229 if (mxPicture) in ScreenshotAnnotationDlg_Impl()
248 mxPicture->set_size_request(maParentDialogSize.Width(), maParentDialogSize.Height()); in ScreenshotAnnotationDlg_Impl()
250 mxPicture->queue_draw(); in ScreenshotAnnotationDlg_Impl()
382 if (mxPicture && mxVirtualBufferDevice) in PaintScreenShotEntry()
475 if (mxPicture && mxVirtualBufferDevice) in RepaintPictureElement()
479 mxPicture->queue_draw(); in RepaintPictureElement()