Home
last modified time | relevance | path

Searched refs:ReadInt32 (Results 1 – 20 of 20) sorted by relevance

/trunk/main/filter/source/pdf/
H A Dpdffilter.cxx79 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Quality" ) ), 90 ); in implExport()
81 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "MaxImageResolution" ) ), 300 ); in implExport()
83 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "SelectPdfVersion" ) ), 0 ); in implExport()
89 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FormsType" ) ), 0 ); in implExport()
97 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "InitialView" ) ), 0 ); in implExport()
98 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Magnification" ) ), 0 ); in implExport()
99 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "PageLayout" ) ), 0 ); in implExport()
109 aCfgItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "PDFViewSelection" ) ), 0 ); in implExport()
114 aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "OpenBookmarkLevels" ) ), -1 ); in implExport()
H A Dimpdialog.cxx183 mnQuality = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "Quality" ) ), 90 ); in ImpPDFTabDialog()
188 …mnPDFTypeSelection = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "SelectPdfVer… in ImpPDFTabDialog()
200 … mnFormsType = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "FormsType" ) ), 0 ); in ImpPDFTabDialog()
215 …mnInitialView = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "InitialView" ) ), … in ImpPDFTabDialog()
216 …mnMagnification = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "Magnification" )… in ImpPDFTabDialog()
217 mnZoom = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "Zoom" ) ), 100 ); in ImpPDFTabDialog()
218 …mnPageLayout = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "PageLayout" ) ), 0 … in ImpPDFTabDialog()
220 …mnInitialPage = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "InitialPage" ) ), … in ImpPDFTabDialog()
225 mnPrint = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "Printing" ) ), 2 ); in ImpPDFTabDialog()
226 …mnChangesAllowed = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "Changes" ) ), 4… in ImpPDFTabDialog()
[all …]
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx662 …? mpOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "PixelExportUnit" ) ), UNIT_DEFAU… in ExportDialog()
663 …: mpOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "VectorExportUnit" ) ), UNIT_DEFA… in ExportDialog()
861 …sal_Int32 nColor = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "ColorMode… in createFilterOptions()
887 …sal_Int32 nQuality = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Quality… in createFilterOptions()
952 …sal_Int32 nColor = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Color" ) … in createFilterOptions()
1020 …sal_Int32 nFormat = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileForm… in createFilterOptions()
1076 …sal_Int32 nPreview = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Preview… in createFilterOptions()
1077 …sal_Int32 nVersion = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Version… in createFilterOptions()
1078 …sal_Int32 nColor = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "ColorForm… in createFilterOptions()
1079 …sal_Int32 nCompr = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Compressi… in createFilterOptions()
[all …]
H A Dfilter.cxx874 …sal_Int32 nLogicalWidth = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "LogicalWidt… in ImpGetScaledGraphic()
875 …sal_Int32 nLogicalHeight = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "LogicalHei… in ImpGetScaledGraphic()
879 …sal_Int32 nMode = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "ExportMode" ) ), -1… in ImpGetScaledGraphic()
909 …sal_Int32 nDPI = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ), 7… in ImpGetScaledGraphic()
931 …sal_Int32 nColors = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Color" ) ), 0 ); … in ImpGetScaledGraphic()
1934 …sal_Int32 nColorRes = aConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Colors" ) ), 0 … in ExportGraphic()
1951 …sal_Int32 nVersion = aConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ), 0 … in ExportGraphic()
H A DSvFilterOptionsDialog.cxx262 meFieldUnit = (FieldUnit)aConfigItem.ReadInt32( aPropertyName, FUNIT_CM ); in setSourceDocument()
H A DFilterConfigItem.cxx311 sal_Int32 FilterConfigItem::ReadInt32( const OUString& rKey, sal_Int32 nDefault ) in ReadInt32() function in FilterConfigItem
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx63 …mpCfgItem->ReadInt32( rtl::OUString::createFromAscii( "LogLevel" ), util::logging::LogLevel::ALL ); in MSFilterTracer()
68 …mpCfgItem->ReadInt32( rtl::OUString::createFromAscii( "SearchAlgorithm" ), util::SearchAlgorithms_… in MSFilterTracer()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx307 mnPreview = pFilterConfigItem->ReadInt32( aPreviewStr, 1 ); in WritePS()
308 mnLevel = pFilterConfigItem->ReadInt32( aVersionStr, 2 ); in WritePS()
311 mbGrayScale = pFilterConfigItem->ReadInt32( aColorStr, 1 ) == 2; in WritePS()
312 mbCompression = pFilterConfigItem->ReadInt32( aComprStr, 1 ) == 1; in WritePS()
314 mnTextMode = pFilterConfigItem->ReadInt32( sTextMode, 0 ); in WritePS()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx649 bGreys = aConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "ColorMode" ) ), 0 ) != 0; in JPEGWriter()
650 nQuality = aConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Quality" ) ), 75 ); in JPEGWriter()
/trunk/main/filter/source/graphicfilter/epbm/
H A Depbm.cxx85 mnMode = pFilterConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFormat" ) ), 0 ); in WritePBM()
/trunk/main/filter/source/flash/
H A Dimpswfdialog.cxx62 …const sal_uLong nCompressMode = maConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Comp… in ImpSWFDialog()
/trunk/main/sc/source/filter/inc/
H A DXclImpChangeTrack.hxx138 return XclTools::GetDoubleFromRK( pStrm->ReadInt32() ); in ReadRK()
H A Dxistream.hxx356 sal_Int32 ReadInt32();
/trunk/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx73 sal_Int32 ReadInt32( const ::rtl::OUString& rKey, sal_Int32 nDefault );
/trunk/main/filter/source/graphicfilter/epgm/
H A Depgm.cxx85 mnMode = pFilterConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFormat" ) ), 0 ); in WritePGM()
/trunk/main/filter/source/graphicfilter/eppm/
H A Deppm.cxx85 mnMode = pFilterConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFormat" ) ), 0 ); in WritePPM()
/trunk/main/filter/source/graphicfilter/ipcd/
H A Dipcd.cxx115 …sal_Int32 nResolution = pConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" … in ReadPCD()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx112 …nInterlaced = pFilterConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Interlaced" ) ),… in WriteGIF()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx770 sal_Int32 XclImpStream::ReadInt32() in ReadInt32() function in XclImpStream
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx161 …sal_Int32 nCompression = aFilterConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( KEY_QUA… in SdPublishingDesign()

Completed in 106 milliseconds