Home
last modified time | relevance | path

Searched refs:pVclEdit (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx1481 SalInstanceWidget* pVclEdit = dynamic_cast<SalInstanceWidget*>(pEdit); in collapse() local
1482 assert(pVclEdit); in collapse()
1485 vcl::Window* pRefEdit = pVclEdit->getWidget(); in collapse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx1616 SalInstanceWidget* pVclEdit = dynamic_cast<SalInstanceWidget*>(pEdit); in collapse() local
1617 assert(pVclEdit); in collapse()
1620 vcl::Window* pRefEdit = pVclEdit->getWidget(); in collapse()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3gtkinst.cxx4211 GtkInstanceWidget* pVclEdit = dynamic_cast<GtkInstanceWidget*>(pEdit); in collapse() local
4212 assert(pVclEdit); in collapse()
4215 GtkWidget* pRefEdit = pVclEdit->getWidget(); in collapse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgtkinst.cxx6273 GtkInstanceWidget* pVclEdit = dynamic_cast<GtkInstanceWidget*>(pEdit); in collapse() local
6274 assert(pVclEdit); in collapse()
6277 GtkWidget* pRefEdit = pVclEdit->getWidget(); in collapse()