Searched refs:bNewVirtual (Results 1 – 4 of 4) sorted by relevance
107 virtual void setReferenceDeviceType(/*[in]*/ bool bNewVirtual, /*[in]*/ bool bNewHiRes ) = 0;
772 virtual void setReferenceDeviceType(/*[in]*/ bool bNewVirtual,/*[in]*/ bool bNewHiRes );
562 void SwDoc::setReferenceDeviceType(/*[in]*/ bool bNewVirtual,/*[in]*/ bool bNewHiRes ) in setReferenceDeviceType() argument564 if ( get(IDocumentSettingAccess::USE_VIRTUAL_DEVICE) != bNewVirtual || in setReferenceDeviceType()567 if ( bNewVirtual ) in setReferenceDeviceType()592 set(IDocumentSettingAccess::USE_VIRTUAL_DEVICE, bNewVirtual ); in setReferenceDeviceType()
855 void ViewShell::SetUseVirDev( bool bNewVirtual ) in SetUseVirDev() argument858 if ( pIDSA->get(IDocumentSettingAccess::USE_VIRTUAL_DEVICE) != bNewVirtual ) in SetUseVirDev()863 pIDDA->setReferenceDeviceType( bNewVirtual, true ); in SetUseVirDev()
Completed in 62 milliseconds