Searched refs:xCurrentController (Results 1 – 6 of 6) sorted by relevance
1562 CellControllerRef xCurrentController = Controller(); in AcceptDrop() local1563 …if (xCurrentController.Is() && xCurrentController->IsModified() && ((nRow != GetCurRow()) || (nCol… in AcceptDrop()1667 CellControllerRef xCurrentController = Controller(); in ExecuteDrop() local1668 if (!xCurrentController.Is() || !xCurrentController->ISA(EditCellController)) in ExecuteDrop()1670 Edit& rEdit = (Edit&)xCurrentController->GetWindow(); in ExecuteDrop()1679 xCurrentController->SetModified(); in ExecuteDrop()
1650 CellControllerRef xCurrentController = getBrowserView()->getVclControl()->Controller(); in GetState() local1651 if (xCurrentController.Is() && xCurrentController->ISA(EditCellController)) in GetState()1653 Edit& rEdit = (Edit&)xCurrentController->GetWindow(); in GetState()2143 CellControllerRef xCurrentController = getBrowserView()->getVclControl()->Controller(); in Execute() local2144 if (!xCurrentController.Is()) in Execute()2151 Edit& rEdit = (Edit&)xCurrentController->GetWindow(); in Execute()2160 xCurrentController->SetModified(); in Execute()
618 Reference<frame::XController> xCurrentController; in SetInfo() local623 xCurrentController = maShapeTreeInfo.GetController(); in SetInfo()625 xCurrentController, uno::UNO_QUERY); in SetInfo()665 xCurrentController->removeEventListener( in SetInfo()
343 … css::uno::Reference< css::frame::XController > xCurrentController = model->getCurrentController(); in getAllBrowseNodes() local344 if( xCurrentController.is() ) in getAllBrowseNodes()
1616 … uno::Reference< embed::XVisualObject > xCurrentController(getCurrentController(),uno::UNO_QUERY); in storeToStorage() local1617 if ( xCurrentController.is() ) in storeToStorage()1619 xCurrentController->setVisualAreaSize(m_pImpl->m_nAspect,m_pImpl->m_aVisualAreaSize); in storeToStorage()1620 aImage = xCurrentController->getPreferredVisualRepresentation( m_pImpl->m_nAspect ).Data; in storeToStorage()
1310 …fxBaseModel::setCurrentController( const uno::Reference< frame::XController >& xCurrentController ) in setCurrentController() argument1315 m_pData->m_xCurrent = xCurrentController; in setCurrentController()
Completed in 102 milliseconds