Home
last modified time | relevance | path

Searched refs:aPrintOpts (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx262 SdOptionsPrint& aPrintOpts = aOptionsPrintItem.GetOptionsPrint(); in _setPropertyValues() local
421 if( aPrintOpts.IsDraw() != bValue ) in _setPropertyValues()
423 aPrintOpts.SetDraw( bValue ); in _setPropertyValues()
433 if( aPrintOpts.IsNotes() != bValue ) in _setPropertyValues()
435 aPrintOpts.SetNotes( bValue ); in _setPropertyValues()
445 if( aPrintOpts.IsHandout() != bValue) in _setPropertyValues()
447 aPrintOpts.SetHandout( bValue ); in _setPropertyValues()
457 if( aPrintOpts.IsOutline() != bValue) in _setPropertyValues()
459 aPrintOpts.SetOutline( bValue ); in _setPropertyValues()
470 if( static_cast<sal_Int16>( aPrintOpts.GetHandoutPages() ) != nValue ) in _setPropertyValues()
[all …]
/AOO41X/main/sfx2/source/view/
H A Dviewimp.hxx73 com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > aPrintOpts; member
H A Dviewsh.cxx2271 pImp->aPrintOpts = rOpts; in SetAdditionalPrintOptions()