Searched refs:GetOptionValue (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/extensions/source/scanner/ |
| H A D | sanedlg.cxx | 194 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 D | sane.cxx | 360 sal_Bool Sane::GetOptionValue( int n, sal_Bool& rRet ) in GetOptionValue() function in Sane 373 sal_Bool Sane::GetOptionValue( int n, ByteString& rRet ) in GetOptionValue() function in Sane 389 sal_Bool Sane::GetOptionValue( int n, double& rRet, int nElement ) in GetOptionValue() function in Sane 411 sal_Bool Sane::GetOptionValue( int n, double* pSet ) in GetOptionValue() function in Sane 577 GetOptionValue( nOption, fTLx, 0 ) && in Start() 581 GetOptionValue( nOption, fBRx, 0 ) && in Start() 588 GetOptionValue( nOption, fTLy, 0 ) && in Start() 592 GetOptionValue( nOption, fBRy, 0 ) && in Start() 599 GetOptionValue( nOption, fResl ); in Start()
|
| H A D | sane.hxx | 153 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* );
|