Lines Matching refs:getView
340 ::std::auto_ptr< Window> aTemp( getView() ); in ~OApplicationController()
382 if ( getView() ) in disposing()
386 m_pClipbordNotifier->AddRemoveListener( getView(), sal_False ); in disposing()
458 getView()->SetUniqueId(UID_APP_VIEW); in Construct()
477 ::std::auto_ptr< Window> aTemp( getView() ); in Construct()
483 m_aSystemClipboard = TransferableDataHelper::CreateFromSystemClipboard( getView() ); in Construct()
488 m_pClipbordNotifier->AddRemoveListener( getView(), sal_True ); in Construct()
491 getView()->Show(); in Construct()
551 if ( getView() && getView()->IsInModalMode() ) in suspend()
572 switch (ExecuteQuerySaveDocument(getView(),getStrippedDatabaseName())) in suspend()
1042 pTransfer->CopyToClipboard(getView()); in Execute()
1097 … ::std::auto_ptr<SfxAbstractPasteDialog> pDlg(pFact->CreatePasteDialog( getView() )); in Execute()
1173 …i::dialogs::TemplateDescription::FILESAVE_AUTOEXTENSION,static_cast<sal_uInt32>(nBits) ,getView()); in Execute()
1547 return static_cast< OApplicationView* >( getView() ); in getContainer()
2123 … getView(), getORB(), sName, sLabel, *pNameChecker, SAD_TITLE_RENAME ) ); in renameEntry()
2142 getView(), nCommandType, getORB(), getConnection(), in renameEntry()
2788 if ( getView() ) in attachModel()
2857 if ( !_aSelection.hasValue() || !getView() ) in select()
3019 ShowServiceNotAvailableError( getView(), sDialogService, true ); in impl_migrateScripts_nothrow()