Home
last modified time | relevance | path

Searched refs:i_rController (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx461 vcl::PrinterController& i_rController in StartJob() argument
474 i_rController.setLastPage( sal_False ); in StartJob()
485 if( ! i_rController.isShowDialogs() ) in StartJob()
498 i_rController.jobStarted(); in StartJob()
501 int nCopies = i_rController.getPrinter()->GetCopyCount(); in StartJob()
518 nAllPages = i_rController.getFilteredPageCount(); in StartJob()
591 …bool bShowPanel = (! i_rController.isDirectPrint() && getUseNativeDialog() && i_rController.isShow… in StartJob()
621 i_rController.setLastPage( sal_True ); in StartJob()
625 i_rController.getFilteredPageFile( 0, aPageFile ); in StartJob()
627 i_rController.setJobState( bWasAborted in StartJob()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1157 i_rController.setLastPage( sal_False ); in StartJob()
1174 int nCopies = i_rController.getPrinter()->GetCopyCount(); in StartJob()
1175 bool bCollate = i_rController.getPrinter()->IsCollateCopy(); in StartJob()
1178 i_rController.jobStarted(); in StartJob()
1200 boost::shared_ptr<Printer> pPrinter( i_rController.getPrinter() ); in StartJob()
1201 int nAllPages = i_rController.getFilteredPageCount(); in StartJob()
1202 i_rController.createProgressDialog(); in StartJob()
1211 i_rController.setLastPage( sal_True ); in StartJob()
1216 if( i_rController.isProgressCanceled() ) in StartJob()
1221 i_rController.createProgressDialog(); in StartJob()
[all …]
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.hxx47 …un::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& i_rController, in SubComponentRecovery() argument
50 ,m_xDocumentUI( i_rController, ::com::sun::star::uno::UNO_SET_THROW ) in SubComponentRecovery()
58 …un::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& i_rController, in SubComponentRecovery() argument
61 ,m_xDocumentUI( i_rController, ::com::sun::star::uno::UNO_SET_THROW ) in SubComponentRecovery()
/trunk/main/svtools/source/uno/wizard/
H A Dwizardpagecontroller.cxx65 …:WizardPageController( WizardShell& i_rParent, const Reference< XWizardController >& i_rController, in WizardPageController() argument
67 :m_xController( i_rController ) in WizardPageController()
H A Dwizardshell.cxx75 … WizardShell::WizardShell( Window* i_pParent, const Reference< XWizardController >& i_rController, in WizardShell() argument
78 ,m_xController( i_rController ) in WizardShell()
H A Dwizardpagecontroller.hxx48 …:com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XWizardController >& i_rController,
H A Dwizardshell.hxx54 …:com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XWizardController >& i_rController,
/trunk/main/vcl/inc/unx/
H A Dsalprn.h96 vcl::PrinterController& i_rController );
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx1424 SfxViewShell* SfxViewShell::Get( const Reference< XController>& i_rController ) in Get() argument
1426 if ( !i_rController.is() ) in Get()
1434 if ( pViewShell->GetController() == i_rController ) in Get()
H A Dviewfrm.cxx2253 SfxViewFrame* SfxViewFrame::Get( const Reference< XController>& i_rController, const SfxObjectShell… in Get() argument
2255 if ( !i_rController.is() ) in Get()
2261 Reference< XModel > xDocument( i_rController->getModel() ); in Get()
2278 if ( pViewFrame->GetViewShell()->GetController() == i_rController ) in Get()
/trunk/main/vcl/inc/aqua/
H A Dsalprn.h102 vcl::PrinterController& i_rController );
/trunk/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx114 …om::sun::star::uno::Reference< ::com::sun::star::frame::XController>& i_rController, const SfxObje…
H A Dviewsh.hxx181 …et( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController>& i_rController );
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx553 bool lcl_hasAnyModifiedSubComponent_throw( const Reference< XController >& i_rController ) in lcl_hasAnyModifiedSubComponent_throw() argument
555 Reference< XDatabaseDocumentUI > xDatabaseUI( i_rController, UNO_QUERY_THROW ); in lcl_hasAnyModifiedSubComponent_throw()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx834 …Dialog::PrintDialog( Window* i_pParent, const boost::shared_ptr<PrinterController>& i_rController ) in PrintDialog() argument
849 , maPController( i_rController ) in PrintDialog()

Completed in 120 milliseconds