Home
last modified time | relevance | path

Searched refs:VclDrawingArea (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/uitest/
H A Duiobject.cxx52 VclDrawingArea* pCharSetWin = dynamic_cast<VclDrawingArea*>(pWindow); in create()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dlayout.hxx618 class VCL_DLLPUBLIC VclDrawingArea final : public Control
633 Link<VclDrawingArea&, void> m_aStyleUpdatedHdl;
638 Link<VclDrawingArea*, bool> m_aStartDragHdl;
712 VclDrawingArea(vcl::Window *pParent, WinBits nStyle)
771 void SetStyleUpdatedHdl(const Link<VclDrawingArea&, void>& rLink)
791 void SetStartDragHdl(const Link<VclDrawingArea*, bool>& rLink)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dlayout.hxx631 class VCL_DLLPUBLIC VclDrawingArea final : public Control class
643 Link<VclDrawingArea&, void> m_aStyleUpdatedHdl;
733 VclDrawingArea(vcl::Window *pParent, WinBits nStyle) in VclDrawingArea() function in VclDrawingArea
777 void SetStyleUpdatedHdl(const Link<VclDrawingArea&, void>& rLink) in SetStyleUpdatedHdl() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/uitest/
H A Duiobject.hxx38 class VclDrawingArea;
554 VclPtr<VclDrawingArea> mxDrawingArea;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Djsdialogbuilder.cxx726 VclDrawingArea* pArea = m_xBuilder->get<VclDrawingArea>(id); in weld_drawing_area()
1090 JSDrawingArea::JSDrawingArea(JSDialogSender* pSender, VclDrawingArea* pDrawingArea, in JSDrawingArea()
1093 : JSWidget<SalInstanceDrawingArea, VclDrawingArea>(pSender, pDrawingArea, pBuilder, rAlly, in JSDrawingArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dfind-can-be-private-symbols.classes.results168 VclDrawingArea
H A Dfind-mergedlib-can-be-private.classes.results204 VclDrawingArea
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/jsdialog/
H A Djsdialogbuilder.hxx484 class JSDrawingArea : public JSWidget<SalInstanceDrawingArea, VclDrawingArea>
487 JSDrawingArea(JSDialogSender* pSender, VclDrawingArea* pDrawingArea,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalvtables.hxx1128 VclPtr<VclDrawingArea> m_xDrawingArea;
1138 DECL_LINK(StyleUpdatedHdl, VclDrawingArea&, void);
1143 DECL_LINK(StartDragHdl, VclDrawingArea*, bool);
1155 SalInstanceDrawingArea(VclDrawingArea* pDrawingArea, SalInstanceBuilder* pBuilder,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dlayout.cxx2905 void VclDrawingArea::StartDrag(sal_Int8, const Point&) in StartDrag()
2917 OUString VclDrawingArea::GetSurroundingText() const in GetSurroundingText()
2926 Selection VclDrawingArea::GetSurroundingTextSelection() const in GetSurroundingTextSelection()
2935 bool VclDrawingArea::DeleteSurroundingText(const Selection& rSelection) in DeleteSurroundingText()
2960 void VclDrawingArea::DumpAsPropertyTree(tools::JsonWriter& rJsonWriter) in DumpAsPropertyTree()
2981 FactoryFunction VclDrawingArea::GetUITestFactory() const in GetUITestFactory()
H A Dbuilder.cxx2069 xWindow = VclPtr<VclDrawingArea>::Create(pParent, WB_TABSTOP); in makeObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/uitest/
H A Duiobject.cxx1732 , mxDrawingArea(dynamic_cast<VclDrawingArea*>(rDrawingArea.get())) in DrawingAreaUIObject()
1776 VclDrawingArea* pVclDrawingArea = dynamic_cast<VclDrawingArea*>(pWindow); in create()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx5389 VclPtr<VclDrawingArea> m_xDrawingArea;
5399 DECL_LINK(StyleUpdatedHdl, VclDrawingArea&, void);
5431 …SalInstanceDrawingArea(VclDrawingArea* pDrawingArea, SalInstanceBuilder* pBuilder, const a11yref& … in SalInstanceDrawingArea()
5525 m_xDrawingArea->SetStyleUpdatedHdl(Link<VclDrawingArea&, void>()); in ~SalInstanceDrawingArea()
5579 IMPL_LINK_NOARG(SalInstanceDrawingArea, StyleUpdatedHdl, VclDrawingArea&, void) in IMPL_LINK_NOARG() argument
6391 VclDrawingArea* pDrawingArea = m_xBuilder->get<VclDrawingArea>(id); in weld_drawing_area()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx5984 SalInstanceDrawingArea::SalInstanceDrawingArea(VclDrawingArea* pDrawingArea, in SalInstanceDrawingArea()
6108 m_xDrawingArea->SetStyleUpdatedHdl(Link<VclDrawingArea&, void>()); in ~SalInstanceDrawingArea()
6166 IMPL_LINK_NOARG(SalInstanceDrawingArea, StyleUpdatedHdl, VclDrawingArea&, void) in IMPL_LINK_NOARG() argument
6191 IMPL_LINK_NOARG(SalInstanceDrawingArea, StartDragHdl, VclDrawingArea*, bool) in IMPL_LINK_NOARG() argument
7092 VclDrawingArea* pDrawingArea = m_xBuilder->get<VclDrawingArea>(id); in weld_drawing_area()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dbuilder.cxx2248 …xWindow = VclPtr<VclDrawingArea>::Create(pParent, sBorder.isEmpty() ? WB_TABSTOP : WB_BORDER | WB_… in makeObject()