Home
last modified time | relevance | path

Searched refs:RequestingChildrenHdl (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dbui/
H A Ddbtree.cxx141 m_xTreeView->connect_expanding(LINK(this, SwDBTreeList, RequestingChildrenHdl)); in SwDBTreeList()
184 IMPL_LINK(SwDBTreeList, RequestingChildrenHdl, const weld::TreeIter&, rParent, bool) in IMPL_LINK() argument
338 RequestingChildrenHdl(*xParent); in Select()
355 RequestingChildrenHdl(*xParent); in Select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dbui/
H A Ddbtree.cxx137 m_xTreeView->connect_expanding(LINK(this, SwDBTreeList, RequestingChildrenHdl)); in SwDBTreeList()
182 IMPL_LINK(SwDBTreeList, RequestingChildrenHdl, const weld::TreeIter&, rParent, bool) in IMPL_LINK() argument
346 RequestingChildrenHdl(*xParent); in Select()
368 RequestingChildrenHdl(*xParent); in Select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Dfoldertree.cxx35 m_xTreeView->connect_expanding(LINK(this, FolderTree, RequestingChildrenHdl)); in FolderTree()
38 IMPL_LINK(FolderTree, RequestingChildrenHdl, const weld::TreeIter&, rEntry, bool) in IMPL_LINK() argument
H A Dfoldertree.hxx32 DECL_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Dfoldertree.cxx33 m_xTreeView->connect_expanding(LINK(this, FolderTree, RequestingChildrenHdl)); in FolderTree()
36 IMPL_LINK(FolderTree, RequestingChildrenHdl, const weld::TreeIter&, rEntry, bool) in IMPL_LINK() argument
H A Dfoldertree.hxx33 DECL_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Ddbtree.hxx38 DECL_DLLPRIVATE_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Ddbtree.hxx39 DECL_DLLPRIVATE_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dsdtreelb.hxx128 DECL_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dsdtreelb.hxx323 DECL_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/inc/
H A Dbastype2.hxx186 DECL_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbastype3.cxx38 IMPL_LINK(SbTreeListBox, RequestingChildrenHdl, const weld::TreeIter&, rEntry, bool) in IMPL_LINK() argument
H A Dbaside2.hxx212 DECL_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
H A Dbastype2.cxx168 m_xControl->connect_expanding(LINK(this, SbTreeListBox, RequestingChildrenHdl)); in SbTreeListBox()
H A Dbaside2b.cxx1641 m_xTreeListBox->connect_expanding(LINK(this, WatchWindow, RequestingChildrenHdl)); in WatchWindow()
2065 IMPL_LINK(WatchWindow, RequestingChildrenHdl, const weld::TreeIter&, rParent, bool) in IMPL_LINK() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dsdtreelb.cxx653 m_xTreeView->connect_expanding(LINK(this, SdPageObjsTLV, RequestingChildrenHdl)); in SdPageObjsTLV()
864 IMPL_LINK(SdPageObjsTLV, RequestingChildrenHdl, const weld::TreeIter&, rFileEntry, bool) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/inc/
H A Dbastype2.hxx255 DECL_LINK(RequestingChildrenHdl, const weld::TreeIter&, bool);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dsdtreelb.cxx1407 m_xTreeView->connect_expanding(LINK(this, SdPageObjsTLV, RequestingChildrenHdl)); in SdPageObjsTLV()
1484 IMPL_LINK(SdPageObjsTLV, RequestingChildrenHdl, const weld::TreeIter&, rFileEntry, bool) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbastype3.cxx132 IMPL_LINK(SbTreeListBox, RequestingChildrenHdl, const weld::TreeIter&, rEntry, bool) in IMPL_LINK() argument
H A Dbastype2.cxx856 m_xControl->connect_expanding(LINK(this, SbTreeListBox, RequestingChildrenHdl)); in SbTreeListBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog28499 Here RequestingChildrenHdl is the expander-callback (set via
59887 tdf#141012: do not try to expand the node if RequestingChildrenHdl failed