Lines Matching refs:mpController

61     ControllerProperties* mpController;  field
73 vcl::PrinterController* mpController;
97 : mpController( i_pController ),
131 // TODO: refresh page count etc from mpController
134 sal_Int32 nPages = mpController->getFilteredPageCount();
206 PropertyValue* pVal = mpController->getValue( name_it->second );
220 PropertyValue* pVal = mpController->getValue( name_it->second );
234 PropertyValue* pVal = mpController->getValue( name_it->second );
252 PropertyValue* pVal = mpController->getValue( name_it->second );
280 BOOL bEnabled = mpController->isUIOptionEnabled( name_it->second ) ? YES : NO;
297 sal_Int32 nPages = mpController->getFilteredPageCount();
304 …PrinterController::PageSize aPageSize( mpController->getFilteredPageFile( i_nPage, aMtf, false ) );
306 if( mpController->getPrinter()->GetPrinterOptions().IsConvertToGreyscales() )
371 sal_Int32 nPages = mpController->getFilteredPageCount();
465 mpController = pController;
478 mpController->changePropertyWithIntValue( nTag );
485 mpController->changePropertyWithBoolValue( nTag, [pBtn state] == NSOnState );
494 mpController->changePropertyWithIntValue( nTag );
502 mpController->changePropertyWithStringValue( nTag, aValue );
508 mpController->updateEnableState();
518 NSView* pOther = mpController->getPair( pField );
522 mpController->changePropertyWithIntValue( nTag, nValue );
530 NSView* pOther = mpController->getPair( pStep );
534 mpController->changePropertyWithIntValue( nTag, nValue );
540 mpController->updateEnableState();
544 mpController->changePreview( pSender );
548 delete mpController;