Lines Matching refs:getVclControl

551 		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()
2108 sal_Int16 nGridMode = getBrowserView()->getVclControl()->GetOptions(); in Execute()
2110 …getBrowserView()->getVclControl()->SetOptions(DbGridControl::OPT_UPDATE | DbGridControl::OPT_INSER… in Execute()
2122 getBrowserView()->getVclControl()->SetOptions(DbGridControl::OPT_READONLY); in Execute()
2134 if ( getBrowserView()->getVclControl()->GetSelectRowCount() > 0 ) in Execute()
2136 getBrowserView()->getVclControl()->CopySelectedRowsToClipboard(); in Execute()
2143 CellControllerRef xCurrentController = getBrowserView()->getVclControl()->Controller(); in Execute()
2374 getBrowserView()->getVclControl()->GrabFocus(); in SaveModified()
2376 QueryBox aQry(getBrowserView()->getVclControl(), ModuleRes(QUERY_BRW_SAVEMODIFIED)); in SaveModified()
2668 SbaGridControl* pVclGrid = getBrowserView() ? getBrowserView()->getVclControl() : NULL; in IMPL_LINK()