LibreOffice Module cui (master) 1
|
Public Member Functions | |
CanvasSettings () | |
bool | IsHardwareAccelerationEnabled () const |
bool | IsHardwareAccelerationAvailable () const |
bool | IsHardwareAccelerationRO () const |
void | EnabledHardwareAcceleration (bool _bEnabled) const |
Private Types | |
typedef std::vector< std::pair< OUString, Sequence< OUString > > > | ServiceVector |
Private Attributes | |
Reference< XNameAccess > | mxForceFlagNameAccess |
ServiceVector | maAvailableImplementations |
bool | mbHWAccelAvailable |
bool | mbHWAccelChecked |
Definition at line 356 of file optgdlg.cxx.
|
private |
Definition at line 367 of file optgdlg.cxx.
CanvasSettings::CanvasSettings | ( | ) |
Definition at line 375 of file optgdlg.cxx.
References Any, Exception, comphelper::getProcessComponentContext(), comphelper::InitAnyPropertySequence(), maAvailableImplementations, and mxForceFlagNameAccess.
void CanvasSettings::EnabledHardwareAcceleration | ( | bool | _bEnabled | ) | const |
Definition at line 495 of file optgdlg.cxx.
References Any, and mxForceFlagNameAccess.
bool CanvasSettings::IsHardwareAccelerationAvailable | ( | ) | const |
Definition at line 430 of file optgdlg.cxx.
References Exception, comphelper::getProcessServiceFactory(), maAvailableImplementations, mbHWAccelAvailable, mbHWAccelChecked, and xFactory.
bool CanvasSettings::IsHardwareAccelerationEnabled | ( | ) | const |
Definition at line 472 of file optgdlg.cxx.
References mxForceFlagNameAccess.
bool CanvasSettings::IsHardwareAccelerationRO | ( | ) | const |
Definition at line 484 of file optgdlg.cxx.
References mxForceFlagNameAccess, and Property.
|
private |
Definition at line 370 of file optgdlg.cxx.
Referenced by CanvasSettings(), and IsHardwareAccelerationAvailable().
|
mutableprivate |
Definition at line 371 of file optgdlg.cxx.
Referenced by IsHardwareAccelerationAvailable().
|
mutableprivate |
Definition at line 372 of file optgdlg.cxx.
Referenced by IsHardwareAccelerationAvailable().
|
private |
Definition at line 369 of file optgdlg.cxx.
Referenced by CanvasSettings(), EnabledHardwareAcceleration(), IsHardwareAccelerationEnabled(), and IsHardwareAccelerationRO().