Lines Matching refs:getView

699                                                             ,getBorderWin().getView()->getORB()  in createTablesPage()
859 …getBorderWin().getView()->getAppController().containerFound( Reference< XContainer >( xSubElements… in fillNames()
880 …DBTreeListBox* pTreeView = new DBTreeListBox(this,getBorderWin().getView()->getORB(),WB_HASLINES |… in createSimpleTree()
909 _pTreeView->setControlActionListener( &getBorderWin().getView()->getAppController() ); in createTree()
910 _pTreeView->setContextMenuProvider( &getBorderWin().getView()->getAppController() ); in createTree()
1056 …bool bHandled = ( _pTree != NULL ) && getBorderWin().getView()->getAppController().onEntryDoubleCl… in IMPL_LINK()
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();
1138 …getBorderWin().getView()->getAppController().previewChanged(static_cast<sal_Int32>(m_ePreviewMode)… in switchPreview()
1150 …if ( getBorderWin().getView()->getAppController().isCommandEnabled(SID_DB_APP_VIEW_DOCINFO_PREVIEW… in switchPreview()
1166 getBorderWin().getView()->getAppController().onSelectionChanged(); in switchPreview()
1259 …m_xFrame = Reference < XFrame > ( getBorderWin().getView()->getORB()->createInstance( ::rtl::OUStr… in showPreview()
1268 …Reference<XFramesSupplier> xSup(getBorderWin().getView()->getAppController().getXController()->get… in showPreview()
1280 …Reference< XDatabaseDocumentUI > xApplication( getBorderWin().getView()->getAppController().getXCo… in showPreview()
1282 getBorderWin().getView()->getORB(), xApplication, NULL, _bTable in showPreview()
1337 …aMenu->EnableItem( SID_DB_APP_VIEW_DOCINFO_PREVIEW, getBorderWin().getView()->getAppController().i…
1351 …getBorderWin().getView()->getAppController().executeChecked(nSelectedAction,Sequence<PropertyValue…
1367 getBorderWin().getView()->getAppController().onEntryDoubleClick( *pCurrentView ); in KeyInput()