Home
last modified time | relevance | path

Searched refs:nQuality (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dprntopts.cxx148 sal_uInt16 nQuality = 0; // Standard, also Color in FillItemSet() local
150 nQuality = 1; in FillItemSet()
152 nQuality = 2; in FillItemSet()
153 aOptions.GetOptionsPrint().SetOutputQuality( nQuality ); in FillItemSet()
192 sal_uInt16 nQuality = pPrintOpts->GetOptionsPrint().GetOutputQuality(); in Reset() local
193 if( nQuality == 0 ) in Reset()
195 else if( nQuality == 1 ) in Reset()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx721 sal_uInt16 nQuality = 0; in GetCtrlState() local
726 nQuality = 0; in GetCtrlState()
729 nQuality = 1; in GetCtrlState()
732 nQuality = 2; in GetCtrlState()
735 nQuality = 3; in GetCtrlState()
740 (sal_Bool)(nQuality==0))); in GetCtrlState()
742 (sal_Bool)(nQuality==1))); in GetCtrlState()
744 (sal_Bool)(nQuality==2))); in GetCtrlState()
746 (sal_Bool)(nQuality==3))); in GetCtrlState()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx590 sal_uInt16 nQuality; // Print/Other/Quality member in SdOptionsPrint
623 sal_uInt16 GetOutputQuality() const { Init(); return nQuality; } in GetOutputQuality()
645 …d SetOutputQuality( sal_uInt16 nInQuality ) { if( nQuality != nInQuality ) { OptionsChanged(); nQu… in SetOutputQuality()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1363 int nQuality = 0; in AnnounceFonts() local
1372 nQuality += 5; in AnnounceFonts()
1405 nQuality += 10; in AnnounceFonts()
1410 pFD->mnQuality += nQuality; in AnnounceFonts()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1249 int nQuality = 0; in AnnounceFonts() local
1258 nQuality += 5; in AnnounceFonts()
1291 nQuality += 10; in AnnounceFonts()
1296 pFD->mnQuality += nQuality; in AnnounceFonts()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx139 sal_uInt16 nQuality = aPrintItem.GetOptionsPrint().GetOutputQuality(); in GetPrinter() local
143 if( nQuality == 1 ) in GetPrinter()
145 else if( nQuality == 2 ) in GetPrinter()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx887 …sal_Int32 nQuality = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Quality… in createFilterOptions() local
888 if ( ( nQuality < 1 ) || ( nQuality > 100 ) ) in createFilterOptions()
889 nQuality = 75; in createFilterOptions()
895 maNfCompression.SetValue( nQuality ); in createFilterOptions()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx650 nQuality = aConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Quality" ) ), 75 ); in JPEGWriter()
769 …bRet = (sal_Bool) WriteJPEG( this, &rOStm, pAcc->Width(), pAcc->Height(), bGreys, nQuality, &aCall… in Write()
/trunk/main/svtools/source/inc/
H A Djpeg.hxx96 sal_Int32 nQuality; member in JPEGWriter
/trunk/main/offapi/com/sun/star/setup/
H A DMirrorEntry.idl38 short nQuality;
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx154 … sal_Int32 nQuality = static_cast<sal_Int32>(mrProperties.getIntValue( "Quality", sal_Int32(0) )); in GetOutputQuality() local
155 return nQuality; in GetOutputQuality()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1319 nQuality( 0 ) in SdOptionsPrint()

Completed in 94 milliseconds