Home
last modified time | relevance | path

Searched refs:pPagesVal (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint3.cxx359 css::beans::PropertyValue* pPagesVal = xController->getValue("Pages"); in PreparePrintJob() local
360 if( pPagesVal ) in PreparePrintJob()
363 pPagesVal->Value >>= aPagesVal; in PreparePrintJob()
372 xController->setValue("PageRange", pPagesVal->Value); in PreparePrintJob()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint3.cxx366 css::beans::PropertyValue* pPagesVal = xController->getValue("Pages"); in PreparePrintJob() local
367 if( pPagesVal ) in PreparePrintJob()
370 pPagesVal->Value >>= aPagesVal; in PreparePrintJob()
379 xController->setValue("PageRange", pPagesVal->Value); in PreparePrintJob()