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 );
551 void SwDoc::setReferenceDeviceType(/*[in]*/ bool bNewVirtual,/*[in]*/ bool bNewHiRes ) in setReferenceDeviceType() argument553 if ( get(IDocumentSettingAccess::USE_VIRTUAL_DEVICE) != bNewVirtual || in setReferenceDeviceType()556 if ( bNewVirtual ) in setReferenceDeviceType()581 set(IDocumentSettingAccess::USE_VIRTUAL_DEVICE, bNewVirtual ); in setReferenceDeviceType()
858 void ViewShell::SetUseVirDev( bool bNewVirtual ) in SetUseVirDev() argument861 if ( pIDSA->get(IDocumentSettingAccess::USE_VIRTUAL_DEVICE) != bNewVirtual ) in SetUseVirDev()866 pIDDA->setReferenceDeviceType( bNewVirtual, true ); in SetUseVirDev()
Completed in 57 milliseconds