Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/scanner/
H A Dsanedlg.cxx194 bSuccess = mrSane.GetOptionValue( nOption, fRes ); in InitFields()
271 bSuccess = mrSane.GetOptionValue( nOption, fValue, 0 ); in InitFields()
448 mrSane.GetOptionValue( mnCurrentOption, y ); in IMPL_LINK()
645 mrSane.GetOptionValue( mnCurrentOption, fValue, mnCurrentElement ); in IMPL_LINK()
801 bSuccess = mrSane.GetOptionValue( mnCurrentOption, bValue ); in EstablishBoolOption()
816 bSuccess = mrSane.GetOptionValue( mnCurrentOption, aValue ); in EstablishStringOption()
833 mrSane.GetOptionValue( mnCurrentOption, aValue ); in EstablishStringRange()
868 if( mrSane.GetOptionValue( mnCurrentOption, fValue, mnCurrentElement ) ) in EstablishQuantumRange()
887 bSuccess = mrSane.GetOptionValue( mnCurrentOption, fValue ); in EstablishNumericOption()
1261 if( mrSane.GetOptionValue( i, bValue ) ) in SaveState()
[all …]
H A Dsane.cxx358 sal_Bool Sane::GetOptionValue( int n, sal_Bool& rRet ) in GetOptionValue() function in Sane
371 sal_Bool Sane::GetOptionValue( int n, ByteString& rRet ) in GetOptionValue() function in Sane
387 sal_Bool Sane::GetOptionValue( int n, double& rRet, int nElement ) in GetOptionValue() function in Sane
409 sal_Bool Sane::GetOptionValue( int n, double* pSet ) in GetOptionValue() function in Sane
575 GetOptionValue( nOption, fTLx, 0 ) && in Start()
579 GetOptionValue( nOption, fBRx, 0 ) && in Start()
586 GetOptionValue( nOption, fTLy, 0 ) && in Start()
590 GetOptionValue( nOption, fBRy, 0 ) && in Start()
597 GetOptionValue( nOption, fResl ); in Start()
H A Dsane.hxx153 sal_Bool GetOptionValue( int, sal_Bool& );
154 sal_Bool GetOptionValue( int, ByteString& );
155 sal_Bool GetOptionValue( int, double&, int nElement = 0 );
156 sal_Bool GetOptionValue( int, double* );