Searched refs:GetOptionValue (Results 1 – 3 of 3) sorted by relevance
/trunk/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() 801 bSuccess = mrSane.GetOptionValue( mnCurrentOption, bValue ); in EstablishBoolOption() 816 bSuccess = mrSane.GetOptionValue( mnCurrentOption, aValue ); in EstablishStringOption() 833 mrSane.GetOptionValue( mnCurrentOption, aValue ); in EstablishStringRange() 1261 if( mrSane.GetOptionValue( i, bValue ) ) in SaveState() 1273 if( mrSane.GetOptionValue( i, aValue ) ) in SaveState() 1288 if( ! mrSane.GetOptionValue( i, fValue, n ) ) in SaveState() 1325 if( mrSane.GetOptionValue( nOption, bValue ) ) in SaveState() 1337 if( mrSane.GetOptionValue( nOption, aValue ) ) 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* );
|
Completed in 16 milliseconds