Searched refs:aConvert (Results 1 – 2 of 2) sorted by relevance
1106 Point aConvert( in GetPixelPos() local1121 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 …]
1108 OString aConvert( (sal_Char*)aData.getConstArray(), aData.getLength() ); in getPasteData() local1109 OUString aUTF( OStringToOUString( aConvert, aEncoding ) ); in getPasteData()
Completed in 49 milliseconds