Home
last modified time | relevance | path

Searched refs:mpController (Results 1 – 10 of 10) sorted by path

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx473 , mpController( pController ) in CustomAnimationList()
519 case KEY_DELETE: mpController->onContextMenu( CM_REMOVE ); return; in KeyInput()
520 case KEY_INSERT: mpController->onContextMenu( CM_CREATE ); return; in KeyInput()
855 mpController->onSelect(); in SelectHdl()
918 mpController->onDoubleClick(); in DoubleClickHdl()
968 mpController->onContextMenu( nSelectedPopupEntry ); in ExcecuteContextMenuAction()
983 mpController->onSelect(); in notify_change()
H A DCustomAnimationList.hxx109 ICustomAnimationListController* mpController; member in sd::CustomAnimationList
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx1125 : mpController(&rController) in ModelChangeLock()
1127 mpController->LockModelChange(); in ModelChangeLock()
1143 if (mpController != NULL) in Release()
1145 mpController->UnlockModelChange(); in Release()
1146 mpController = NULL; in Release()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx161 SlideSorterController* mpController; member in sd::slidesorter::controller::SlideSorterController::ModelChangeLock
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx133 ::rtl::Reference<DrawController> mpController;
309 if (mpImpl->mpController.get() != NULL) in ~ViewShellBase()
310 mpImpl->mpController->ReleaseViewShellBase(); in ~ViewShellBase()
1133 return *mpImpl->mpController; in GetDrawController()
1209 : mpController(), in Implementation()
1229 mpController = NULL; in ~Implementation()
1240 mpController = new DrawController(mrBase); in LateInit()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx92 : mpController( pController ) {} in SvxTableControllerModifyListener()
100 SvxTableController* mpController; member in sdr::table::SvxTableControllerModifyListener
109 if( mpController ) in modified()
110 mpController->onTableModified(); in modified()
119 mpController = 0; in disposing()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm61 ControllerProperties* mpController; field
73 vcl::PrinterController* mpController;
97 : mpController( i_pController ),
131 // TODO: refresh page count etc from mpController
465 mpController = pController;
508 mpController->updateEnableState();
518 NSView* pOther = mpController->getPair( pField );
530 NSView* pOther = mpController->getPair( pStep );
540 mpController->updateEnableState();
544 mpController->changePreview( pSender );
[all …]
H A Daquaprintview.mm38 mpController = pController;
77 mpController->printFilteredPage( nPage-1 );
/trunk/main/vcl/inc/aqua/
H A Daquaprintview.h46 vcl::PrinterController* mpController; field
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx271 boost::shared_ptr<PrinterController> mpController; member
277 : mpController( i_pController ), maInitSetup( i_rInitSetup ) in PrintJobAsync()
285 Printer::ImplPrintJob( mpController, maInitSetup ); in IMPL_LINK()

Completed in 58 milliseconds