Searched refs:aDPIArray (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sfx2/source/dialog/ |
H A D | printopt.cxx | 45 static sal_uInt16 aDPIArray[] = { 72, 96, 150, 200, 300, 600 }; variable 48 #define DPI_COUNT (sizeof(aDPIArray)/sizeof(aDPIArray[0 ])) 254 if( nDPI < aDPIArray[ 0 ] ) in ImplUpdateControls() 260 if( nDPI >= aDPIArray[ i ] ) in ImplUpdateControls() 390 …pCurrentOptions->SetReducedBitmapResolution( aDPIArray[ Min( (sal_uInt16) aReduceBitmapsResolution… in ImplSaveControls() 391 … (sal_uInt16)( sizeof( aDPIArray ) / sizeof( aDPIArray[ 0 ] ) - 1 ) ) ] ); in ImplSaveControls()
|
/aoo42x/main/svtools/source/config/ |
H A D | printoptions.cxx | 74 static sal_uInt16 aDPIArray[] = { 72, 96, 150, 200, 300, 600 }; variable 76 #define DPI_COUNT (sizeof(aDPIArray)/sizeof(aDPIArray[0 ])) 747 …rOptions.SetReducedBitmapResolution( aDPIArray[ Min( (sal_uInt16) GetReducedBitmapResolution(), (s… in GetPrinterOptions() 772 if( nDPI < aDPIArray[ 0 ] ) in SetPrinterOptions() 778 if( nDPI >= aDPIArray[ i ] ) in SetPrinterOptions()
|
Completed in 25 milliseconds