/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 245 …ed = isEditable() && m_aCurrentFrame.isActive() && getView() && static_cast<OTableDesignView*>(get… in GetState() 248 …aReturn.bEnabled = m_aCurrentFrame.isActive() && getView() && static_cast<OTableDesignView*>(getVi… in GetState() 251 …ed = isEditable() && m_aCurrentFrame.isActive() && getView() && static_cast<OTableDesignView*>(get… in GetState() 291 static_cast<OTableDesignView*>(getView())->cut(); in Execute() 294 static_cast<OTableDesignView*>(getView())->copy(); in Execute() 297 static_cast<OTableDesignView*>(getView())->paste(); in Execute() 318 OSQLWarningBox( getView(), aMessage ).Execute(); in doSaveDoc() 592 if ( getView() && getView()->IsInModalMode() ) in suspend() 594 if ( getView() ) in suspend() 993 OSQLWarningBox( getView(), strMessage ).Execute(); in checkColumns() [all …]
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 100 SfxItemSet aToApplyAttributes( getView().GetEmptyItemSet() ); in executeAttribute() 101 …if ( !m_pImpl->executeAttribute( getView().GetAttribs(), aToApplyAttributes, _nAttributeId, _pArgu… in executeAttribute() 115 getView().HideCursor(); in applyAttributes() 120 getView().SetAttribs( _rAttributesToApply ); in applyAttributes() 123 getView().Invalidate(); in applyAttributes() 126 getView().ShowCursor(); in applyAttributes() 325 EditView& RichTextControl::getView() in getView() function in frm::RichTextControl 327 return *m_pImpl->getView( RichTextControlImpl::GrantAccess() ); in getView() 331 const EditView& RichTextControl::getView() const in getView() function in frm::RichTextControl 333 return *m_pImpl->getView( RichTextControlImpl::GrantAccess() ); in getView()
|
H A D | richtextcontrol.cxx | 539 … pDispatcher = new OClipboardDispatcher( pRichTextControl->getView(), OClipboardDispatcher::eCut ); in implCreateDispatcher() 543 …pDispatcher = new OClipboardDispatcher( pRichTextControl->getView(), OClipboardDispatcher::eCopy ); in implCreateDispatcher() 547 pDispatcher = new OPasteClipboardDispatcher( pRichTextControl->getView() ); in implCreateDispatcher() 551 pDispatcher = new OSelectAllDispatcher( pRichTextControl->getView(), _rURL ); in implCreateDispatcher() 556 …pAttributeDispatcher = new OParagraphDirectionDispatcher( pRichTextControl->getView(), _nSlotId, _… in implCreateDispatcher() 561 pDispatcher = new OTextDirectionDispatcher( pRichTextControl->getView(), _rURL ); in implCreateDispatcher() 567 …pAttributeDispatcher = new OAsianFontLayoutDispatcher( pRichTextControl->getView(), _nSlotId, _rUR… in implCreateDispatcher() 576 const SfxItemPool& rPool = *pRichTextControl->getView().GetEmptyItemSet().GetPool(); in implCreateDispatcher() 635 …buteDispatcher = new OParametrizedAttributeDispatcher( pRichTextControl->getView(), _nSlotId, _rUR… in implCreateDispatcher() 644 …pAttributeDispatcher = new OAttributeDispatcher( pRichTextControl->getView(), _nSlotId, _rURL, pRi… in implCreateDispatcher()
|
H A D | richtextvclcontrol.hxx | 110 const EditView& getView() const; 111 EditView& getView();
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinController.cxx | 221 if ( !m_rController.getView() ) in onWindowClosing() 225 …m_rController.getView(), const_cast< Window* >( _pWindow ), ::comphelper::mem_fun( &TaskPaneList::… in onWindowClosing() 228 m_rController.getView()->GrabFocus(); in onWindowClosing() 266 return static_cast< OJoinDesignView* >( getView() ); in getJoinView() 326 aReturn.bEnabled = ( getView() != NULL ) in GetState() 377 m_pAddTableDialog = new OAddTableDlg( getView(), impl_getDialogContext() ); in Execute() 382 getView()->GrabFocus(); in Execute() 387 WaitObject aWaitCursor( getView() ); in Execute() 391 …::dbaui::notifySystemWindow(getView(),m_pAddTableDialog,::comphelper::mem_fun(&TaskPaneList::AddWi… in Execute() 439 if ( getView() && getView()->IsInModalMode() ) in suspend()
|
H A D | querycontroller.cxx | 752 Window* pView = getView(); in Execute() 983 ODataView* pWindow = getView(); in impl_initialize() 1056 ODataView* pWindow = getView(); in impl_initialize() 1386 getView(), in askForNewName() 1414 OSQLWarningBox( getView(), aMessage ).Execute(); in doSaveAsDoc() 1545 ::dbaui::appendToFilter( getConnection(), m_sName, getORB(), getView() ); in doSaveAsDoc() 1647 QueryBox aQry( getView(), WB_YES_NO_CANCEL | WB_DEF_YES, sMessageText ); in saveModified() 1759 OSQLMessageBox aDlg(getView(),aTitle,aErrorMsg); in impl_reset()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 699 ,getBorderWin().getView()->getORB() in createTablesPage() 909 _pTreeView->setControlActionListener( &getBorderWin().getView()->getAppController() ); in createTree() 910 _pTreeView->setContextMenuProvider( &getBorderWin().getView()->getAppController() ); in createTree() 1062 getBorderWin().getView()->getAppController().onSelectionChanged(); 1068 getBorderWin().getView()->getAppController().onCutEntry(); 1074 getBorderWin().getView()->getAppController().onCopyEntry(); 1080 getBorderWin().getView()->getAppController().onPasteEntry(); 1086 getBorderWin().getView()->getAppController().onDeleteEntry(); 1166 getBorderWin().getView()->getAppController().onSelectionChanged(); in switchPreview() 1282 getBorderWin().getView()->getORB(), xApplication, NULL, _bTable in showPreview() [all …]
|
H A D | AppController.cxx | 340 ::std::auto_ptr< Window> aTemp( getView() ); in ~OApplicationController() 382 if ( getView() ) in disposing() 458 getView()->SetUniqueId(UID_APP_VIEW); in Construct() 477 ::std::auto_ptr< Window> aTemp( getView() ); in Construct() 488 m_pClipbordNotifier->AddRemoveListener( getView(), sal_True ); in Construct() 491 getView()->Show(); in Construct() 551 if ( getView() && getView()->IsInModalMode() ) in suspend() 1042 pTransfer->CopyToClipboard(getView()); in Execute() 1547 return static_cast< OApplicationView* >( getView() ); in getContainer() 2788 if ( getView() ) in attachModel() [all …]
|
H A D | AppControllerDnD.cxx | 259 …nResult = ::dbaui::askForUserAction(getView(),STR_TITLE_CONFIRM_DELETION ,STR_QUERY_DELETE_TABLE,_… in deleteTables() 317 ErrorBox aError(getView(), WB_OK, sMessage); in deleteTables() 352 svtools::QueryDeleteDlg_Impl aDlg( getView(), *aThisRound ); in deleteObjects() 474 WaitObject aWO(getView()); in ensureConnection() 609 getView(), this, getORB(), xDocContainer, xConnection, getDatabaseName() in getDocumentsAccess() 744 getDataSourceByName( sDataSourceName, getView(), getORB(), NULL ), in paste() 789 OSaveAsDlg aAskForName( getView(), in paste()
|
H A D | AppControllerGen.cxx | 157 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), xConnection, aDefaultName, aNameChecker … in convertToView() 216 WaitObject aWO(getView()); in openDialog() 226 xWindow = VCLUnoHelper::GetInterface(getView()->Window::GetParent()); in openDialog() 279 WaitObject aWO(getView()); in refreshTables() 617 QueryBox aQry(getView(), ModuleRes(APP_CLOSEDOCUMENTS)); in askToReconnect() 693 return dbaui::insertHierachyElement(getView() in insertHierachyElement()
|
H A D | AppDetailView.cxx | 364 …m_rTaskWindow.getDetailView()->getBorderWin().getView()->getAppController().executeChecked( aComma… in onSelected() 540 …onManagerSupplier> xModuleCfgMgrSupplier(getDetailView()->getBorderWin().getView()->getORB()->crea… in fillTaskEntryList() 616 pTasks->Disable(m_rBorderWin.getView()->getCommandController().isDataSourceReadOnly()); in DBG_NAME() 734 …: getBorderWin().getView()->getCommandController().isCommandEnabled( rData.aTasks[0].sUNOCommand… in impl_createPage() 809 … && !getBorderWin().getView()->getCommandController().isCommandEnabled( pTask->sUNOCommand ) in impl_fillTaskPaneData()
|
H A D | AppSwapWindow.cxx | 79 m_aIconControl.setControlActionListener( &m_rBorderWin.getView()->getAppController() ); in DBG_NAME() 180 if ( m_rBorderWin.getView()->getAppController().onContainerSelect( _eType ) ) in onContainerSelected()
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 402 getView()->ShowCursor(); in StartEdit() 506 ESelection aOld = getView()->GetSelection(); in SetLanguage() 509 getView()->SetSelection( aNewSelection ); in SetLanguage() 510 SfxItemSet aEditAttr(getView()->GetAttribs()); in SetLanguage() 512 getView()->SetAttribs( aEditAttr ); in SetLanguage() 514 getView()->SetSelection(aOld); in SetLanguage() 538 getView()->Scroll( 0, nDiff ); in IMPL_LINK() 801 getView()->Copy(); in ExecuteSlot() 805 getView()->PasteSpecial(); in ExecuteSlot() 810 SfxItemSet aEditAttr(getView()->GetAttribs()); in ExecuteSlot() [all …]
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 135 m_pParent->getView()->SetUpdateMode(sal_False); in _propertyChanged() 137 m_pParent->getView()->notifySizeChanged(); in _propertyChanged() 140 m_pParent->getView()->SetUpdateMode(sal_True); in _propertyChanged() 191 …::rtl::OUString sLabel = getViewsWindow()->getView()->getReportView()->getController().getColumnLa… in setGroupSectionTitle() 237 const Point aThumbPos = m_pParent->getView()->getThumbPos(); in Resize() 248 …const bool bShowEndMarker = m_pParent->getView()->GetTotalWidth() <= (aThumbPos.X() + aOutputSize… in Resize() 290 m_pParent->getView()->showProperties( m_aReportSection.getSection().get() ); in showProperties() 328 …getViewsWindow()->getView()->getReportView()->getController().getUndoManager().EnterListAction( sU… 334 getViewsWindow()->getView()->getReportView()->getController().getUndoManager().LeaveListAction(); 340 if ( !getViewsWindow()->getView()->getReportView()->getController().isEditable() ) in IMPL_LINK()
|
H A D | dlgedfunc.cxx | 83 OReportWindow* pReportWindow = m_pParent->getSectionWindow()->getViewsWindow()->getView(); in ForceScroll() 203 …m_pParent->getSectionWindow()->getViewsWindow()->getView()->getReportView()->getController().execu… in MouseButtonDown() 204 …m_pParent->getSectionWindow()->getViewsWindow()->getView()->getReportView()->UpdatePropertyBrowser… in MouseButtonDown() 436 …ntroller& rController = m_pParent->getSectionWindow()->getViewsWindow()->getView()->getReportView(… in activateOle() 454 …OReportController& rController = m_pParent->getSectionWindow()->getViewsWindow()->getView()->getRe… in deactivateOle() 769 …ntroller& rController = m_pParent->getSectionWindow()->getViewsWindow()->getView()->getReportView(… in MouseButtonUp() 797 …m_pParent->getSectionWindow()->getViewsWindow()->getView()->getReportView()->UpdatePropertyBrowser… in MouseButtonUp() 919 …m_pParent->getSectionWindow()->getViewsWindow()->getView()->getReportView()->UpdatePropertyBrowser… in MouseButtonUp()
|
H A D | ReportSection.cxx | 192 … m_pModel = m_pParent->getViewsWindow()->getView()->getReportView()->getController().getSdrModel(); in fill() 195 m_pView = new OSectionView( m_pModel.get(), this, m_pParent->getViewsWindow()->getView() ); in fill() 205 ODesignView* pDesignView = m_pParent->getViewsWindow()->getView()->getReportView(); in fill() 405 …m_pParent->getViewsWindow()->getView()->setMarked(m_pView,sal_True); // mark the section in which … in MouseButtonDown() 413 …m_pParent->getViewsWindow()->getView()->getReportView()->getController().executeUnChecked(SID_OBJE… in MouseButtonUp() 491 …OReportController& rController = m_pParent->getViewsWindow()->getView()->getReportView()->getContr… in Command() 811 m_pParent->getViewsWindow()->getView()->setMarked(m_pView,sal_True); in ExecuteDrop() 856 …OReportController& rController = m_pParent->getViewsWindow()->getView()->getReportView()->getContr… in ExecuteDrop()
|
H A D | ReportController.cxx | 341 m_pClipbordNotifier->AddRemoveListener( getView(), sal_False ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 418 if ( !getView() ) in GetState() 1599 OPageNumberDialog aDlg(getView(),m_xReportDefinition,this); in Execute() 1767 getView()->PostUserEvent(LINK(this, OReportController, OnOpenHelpAgent)); in impl_initialize() 1807 getView()->PostUserEvent(LINK(this, OReportController, OnOpenHelpAgent)); in doOpenHelpAgent() 1822 m_pClipbordNotifier->AddRemoveListener( getView(), sal_True ); in Construct() 1837 if ( getView() && getView()->IsInModalMode() ) in suspend() 2819 if ( getView() ) in restoreViewData() 2933 WaitObject aWait(getView()); // cursor in executeReport() 3846 getView()->Resize(); in switchReportSection() [all …]
|
H A D | ViewsWindow.cxx | 208 aSectionSize.Width() = getView()->GetTotalWidth(); in impl_resizeSectionWindow() 570 getView()->getReportView()->getController().executeChecked(SID_SELECT_REPORT,aArgs); in MouseButtonDown() 1324 …const UndoContext aUndoContext( getView()->getReportView()->getController().getUndoManager(), sUnd… in EndDragObj() 1361 …uno::Reference<report::XReportDefinition> xReportDefinition = getView()->getReportView()->getContr… in EndDragObj() 1599 OScrollWindowHelper* pScrollWindow = getView()->getScrollWindow(); in handleKey()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 311 OSL_ENSURE( getView(), "the view is NULL!" ); in Construct() 313 if ( getView() ) in Construct() 315 getView()->Construct(); in Construct() 316 getView()->Show(); in Construct() 397 ODataView* pView = getView(); in initialize() 466 return VCLUnoHelper::GetInterface( getView() ); in getComponentWindow() 495 if ( getView() ) in attachFrame() 496 getView()->attachFrame( xFrame ); in attachFrame() 1125 WaitObject aWaitCursor( getView() ); in connect() 1137 WaitObject aWaitCursor( getView() ); in connect() [all …]
|
H A D | unodatbr.cxx | 1007 if ( getView() && getView()->IsInModalMode() ) in suspend() 1017 if ( bRet && getView() ) in suspend() 1018 getView()->Hide(); in suspend() 1926 ::svx::administrateDatabaseRegistration( getView() ); in Execute() 2702 BrowserViewStatusDisplay aShowStatus(static_cast<UnoDataBrowserView*>(getView()), sStatus); in implSelect() 3424 BrowserViewStatusDisplay aShowStatus(static_cast<UnoDataBrowserView*>(getView()), sConnecting); in ensureConnection() 3532 …Reference< XDataSource > xDataSource( getDataSourceByName( sInitialSelection, getView(), getORB(),… in implAdministrate()
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationController.cxx | 175 OSQLWarningBox( getView(), aMessage ).Execute(); in Execute() 199 …static_cast<ORelationTableView*>(static_cast<ORelationDesignView*>( getView() )->getTableView())->… in Execute() 270 QueryBox aQry(getView(), ModuleRes(RELATION_DESIGN_SAVEMODIFIED)); in saveModified() 491 getView()->initialize(); // show the windows and fill with our informations 492 getView()->Invalidate(INVALIDATE_NOERASE); 509 m_pWaitObject.reset( new WaitObject(getView()) ); in loadData() 588 ODataView* pView = getView(); in reset()
|
/aoo41x/main/slideshow/source/engine/slide/ |
H A D | layer.cxx | 82 boost::bind( &ViewEntry::getView, _1 ), in addView() 115 boost::bind( &ViewEntry::getView, _1 ), in removeView() 126 boost::bind( &ViewEntry::getView, _1 ), in removeView() 144 boost::bind( &ViewEntry::getView, _1 ), in viewChanged()
|
/aoo41x/main/unoxml/source/events/ |
H A D | mouseevent.cxx | 126 Reference< XAbstractView > SAL_CALL CMouseEvent::getView() throw(RuntimeException) in getView() function in DOM::events::CMouseEvent 128 return CUIEvent::getView(); in getView()
|
H A D | eventdispatcher.cxx | 137 aUIEvent->getView(), aUIEvent->getDetail()); in dispatchEvent() 152 aMouseEvent->getView(), aMouseEvent->getDetail(), in dispatchEvent()
|
/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | slidechangebase.cxx | 425 boost::bind( &ViewEntry::getView, _1 ))), in viewRemoved() 444 boost::bind( &ViewEntry::getView, _1 ) ))); in viewChanged()
|