Home
last modified time | relevance | path

Searched refs:aConvert (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx1106 Point aConvert( in GetPixelPos() local
1121 aConvert.Y() -= PREVIEW_UPPER_TOP; in GetLogicPos()
1122 if( aConvert.X() < 0 ) in GetLogicPos()
1123 aConvert.X() = 0; in GetLogicPos()
1125 aConvert.X() = PREVIEW_WIDTH-1; in GetLogicPos()
1126 if( aConvert.Y() < 0 ) in GetLogicPos()
1127 aConvert.Y() = 0; in GetLogicPos()
1129 aConvert.Y() = PREVIEW_HEIGHT-1; in GetLogicPos()
1132 aConvert.X() /= PREVIEW_WIDTH; in GetLogicPos()
1134 aConvert.Y() /= PREVIEW_HEIGHT; in GetLogicPos()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1108 OString aConvert( (sal_Char*)aData.getConstArray(), aData.getLength() ); in getPasteData() local
1109 OUString aUTF( OStringToOUString( aConvert, aEncoding ) ); in getPasteData()

Completed in 39 milliseconds