Lines Matching refs:Sane

88 int				Sane::nRefCount = 0;
89 oslModule Sane::pSaneLib = 0;
90 SANE_Int Sane::nVersion = 0;
91 SANE_Device** Sane::ppDevices = 0;
92 int Sane::nDevices = 0;
94 SANE_Status (*Sane::p_init)( SANE_Int*,
96 void (*Sane::p_exit)() = 0;
97 SANE_Status (*Sane::p_get_devices)( const SANE_Device***,
99 SANE_Status (*Sane::p_open)( SANE_String_Const, SANE_Handle ) = 0;
100 void (*Sane::p_close)( SANE_Handle ) = 0;
101 const SANE_Option_Descriptor* (*Sane::p_get_option_descriptor)(
103 SANE_Status (*Sane::p_control_option)( SANE_Handle, SANE_Int,
106 SANE_Status (*Sane::p_get_parameters)( SANE_Handle,
108 SANE_Status (*Sane::p_start)( SANE_Handle ) = 0;
109 SANE_Status (*Sane::p_read)( SANE_Handle, SANE_Byte*, SANE_Int,
111 void (*Sane::p_cancel)( SANE_Handle ) = 0;
112 SANE_Status (*Sane::p_set_io_mode)( SANE_Handle, SANE_Bool ) = 0;
113 SANE_Status (*Sane::p_get_select_fd)( SANE_Handle, SANE_Int* ) = 0;
114 SANE_String_Const (*Sane::p_strstatus)( SANE_Status ) = 0;
118 inline oslGenericFunction Sane::LoadSymbol( const char* pSymbolname ) in LoadSymbol()
130 SANE_Status Sane::ControlOption( int nOption, SANE_Action nAction, in ControlOption()
163 Sane::Sane() : in Sane() function in Sane
174 Sane::~Sane() in ~Sane()
183 void Sane::Init() in Init()
254 void Sane::DeInit() in DeInit()
264 void Sane::ReloadDevices() in ReloadDevices()
272 void Sane::ReloadOptions() in ReloadOptions()
301 sal_Bool Sane::Open( const char* name ) in Open()
326 sal_Bool Sane::Open( int n ) in Open()
336 void Sane::Close() in Close()
348 int Sane::GetOptionByName( const char* rName ) in GetOptionByName()
360 sal_Bool Sane::GetOptionValue( int n, sal_Bool& rRet ) in GetOptionValue()
373 sal_Bool Sane::GetOptionValue( int n, ByteString& rRet ) in GetOptionValue()
389 sal_Bool Sane::GetOptionValue( int n, double& rRet, int nElement ) in GetOptionValue()
411 sal_Bool Sane::GetOptionValue( int n, double* pSet ) in GetOptionValue()
435 sal_Bool Sane::SetOptionValue( int n, sal_Bool bSet ) in SetOptionValue()
446 sal_Bool Sane::SetOptionValue( int n, const String& rSet ) in SetOptionValue()
457 sal_Bool Sane::SetOptionValue( int n, double fSet, int nElement ) in SetOptionValue()
491 sal_Bool Sane::SetOptionValue( int n, double* pSet ) in SetOptionValue()
535 sal_Bool Sane::CheckConsistency( const char* pMes, sal_Bool bInit ) in CheckConsistency()
561 sal_Bool Sane::Start( BitmapTransporter& rBitmap ) in Start()
906 int Sane::GetRange( int n, double*& rpDouble ) in GetRange()
982 String Sane::GetOptionUnitName( int n ) in GetOptionUnitName()
994 sal_Bool Sane::ActivateButtonOption( int n ) in ActivateButtonOption()