Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx376 if (getBrowserView() && getBrowserView()->getVclControl()) in Construct()
409 getBrowserView()->getVclControl()->GetDataWindow().SetUniqueId(UID_DATABROWSE_DATAWINDOW); in Construct()
410 getBrowserView()->getVclControl()->SetHelpId(HID_CTL_TABBROWSER); in Construct()
412 if (getBrowserView()->getVclControl()->GetHeaderBar()) in Construct()
413 getBrowserView()->getVclControl()->GetHeaderBar()->SetHelpId(HID_DATABROWSE_HEADER); in Construct()
612 if ( getBrowserView() && getBrowserView()->getVclControl() ) in initializePreviewMode()
614 getBrowserView()->getVclControl()->AlwaysEnableInput( sal_False ); in initializePreviewMode()
615 getBrowserView()->getVclControl()->EnableInput( sal_False ); in initializePreviewMode()
616 getBrowserView()->getVclControl()->ForceHideScrollbars( sal_True ); in initializePreviewMode()
1634 SbaGridControl* pControl = getBrowserView()->getVclControl(); in RowChanged()
[all …]
H A Dbrwctrlr.cxx551 m_pOwner->getBrowserView()->getVclControl()->ActivateCell(); in activateFirst()
558 m_pOwner->getBrowserView()->getVclControl()->ActivateCell(); in activateLast()
900 SbaGridControl* pVclGrid = getBrowserView()->getVclControl(); in Construct()
1397 … if (getBrowserView() && getBrowserView()->getVclControl() && !m_aInvalidateClipboard.IsActive()) in frameAction()
1406 … if (getBrowserView() && getBrowserView()->getVclControl() && m_aInvalidateClipboard.IsActive()) in frameAction()
1573 if (!getBrowserView() || !getBrowserView()->getVclControl()) in GetState()
1641 if ( getBrowserView()->getVclControl()->GetSelectRowCount() ) in GetState()
1650 … CellControllerRef xCurrentController = getBrowserView()->getVclControl()->Controller(); in GetState()
1756 sal_Int16 nGridMode = getBrowserView()->getVclControl()->GetOptions(); in GetState()
2083 SbaGridControl* pVclGrid = getBrowserView()->getVclControl(); in Execute()
[all …]
H A Dbrwview.cxx80 SbaGridControl* pVclControl = _pView->getVclControl(); in isGrabVclControlFocusAllowed()
143 getVclControl(); in Construct()
298 SbaGridControl* UnoDataBrowserView::getVclControl() const in getVclControl() function in UnoDataBrowserView
/AOO41X/main/dbaccess/source/ui/inc/
H A Dbrwview.hxx75 SbaGridControl* getVclControl() const;