Home
last modified time | relevance | path

Searched refs:ReadBool (Results 1 – 11 of 11) sorted by relevance

/trunk/main/filter/source/pdf/
H A Dpdffilter.cxx78 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "UseLosslessCompression" ) ), sal_False ); in implExport()
80 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "ReduceImageResolution" ) ), sal_False ); in implExport()
82 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "UseTaggedPDF" ) ), sal_False ); in implExport()
84 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "ExportNotes" ) ), sal_False ); in implExport()
85 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "ExportNotesPages" ) ), sal_False ); in implExport()
86 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "UseTransitionEffects" ) ), sal_True ); in implExport()
87 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "IsSkipEmptyPages" ) ), sal_False ); in implExport()
88 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "ExportFormFields" ) ), sal_True ); in implExport()
90 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "HideViewerToolbar" ) ), sal_False ); in implExport()
94 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "CenterWindow" ) ), sal_False ); in implExport()
[all …]
H A Dimpdialog.cxx180 …mbUseCTLFont = maConfigI18N.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "CTLFont" ) ), sal_Fa… in ImpPDFTabDialog()
187 …mbUseTaggedPDF = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "UseTaggedPDF" ) ),… in ImpPDFTabDialog()
191 …mbExportNotes = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportNotes" ) ), … in ImpPDFTabDialog()
193 …mbExportBookmarks = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportBookmarks… in ImpPDFTabDialog()
196 …mbIsSkipEmptyPages = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsSkipEmptyPag… in ImpPDFTabDialog()
197 …mbAddStream = maConfigItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "IsAddStream" ) ), sal_F… in ImpPDFTabDialog()
198 …mbEmbedStandardFonts = maConfigItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "EmbedStandardF… in ImpPDFTabDialog()
201 …mbExportFormFields = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportFormFiel… in ImpPDFTabDialog()
207 …mbHideViewerToolbar = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "HideViewerToo… in ImpPDFTabDialog()
211 …mbCenterWindow = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "CenterWindow" ) ),… in ImpPDFTabDialog()
[all …]
/trunk/main/filter/source/svg/
H A Dimpsvgdialog.cxx73 …maCBTinyProfile.Check( maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_TINY… in ImpSVGDialog()
74 …maCBEmbedFonts.Check( maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_EMBED… in ImpSVGDialog()
75 …maCBUseNativeDecoration.Check( maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( SVG_P… in ImpSVGDialog()
H A Dsvgexport.cxx233 … aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_TINYPROFILE ) ), sal_True ); in implExport()
234 aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_EMBEDFONTS ) ), sal_True ); in implExport()
235 …aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_NATIVEDECORATION ) ), sal_False ); in implExport()
/trunk/main/sc/source/filter/inc/
H A DXclImpChangeTrack.hxx84 inline sal_Bool ReadBool();
141 inline sal_Bool XclImpChangeTrack::ReadBool() in ReadBool() function in XclImpChangeTrack
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx54 if ( mpCfgItem->ReadBool( rtl::OUString::createFromAscii( "On" ), sal_False ) ) in MSFilterTracer()
170 mbEnabled = mpCfgItem->ReadBool( rtl::OUString::createFromAscii( "On" ), sal_False ); in StartTracing()
/trunk/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx72 sal_Bool ReadBool( const ::rtl::OUString& rKey, sal_Bool bDefault );
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx247 double fValue = (double) ReadBool(); in ReadCell()
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx291 sal_Bool FilterConfigItem::ReadBool( const OUString& rKey, sal_Bool bDefault ) in ReadBool() function in FilterConfigItem
H A Dfilter.cxx1941 …sal_Bool bRleCoding = aConfigItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "RLE_Coding" )… in ExportGraphic()
H A Dexportdialog.cxx977 …maCbRLEEncoding.Check( mpFilterOptionsItem->ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "RLE_Co… in createFilterOptions()

Completed in 76 milliseconds