Home
last modified time | relevance | path

Searched refs:mbExportNotes (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx83 mbExportNotes( sal_True ), in ImpPDFTabDialog()
191mbExportNotes = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportNotes" ) ), … in ImpPDFTabDialog()
330 maConfigItem.WriteBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportNotes" ) ), mbExportNotes ); in GetFilterData()
555 maCbExportNotes.Check( paParent->mbExportNotes ); in SetFilterConfigItem()
593 paParent->mbExportNotes = maCbExportNotes.IsChecked(); in GetFilterConfigItem()
H A Dpdfexport.cxx107 mbExportNotes ( sal_True ), in PDFExport()
486 rFilterData[ nData ].Value >>= mbExportNotes; in Export()
820 pPDFExtOutDevData->SetIsExportNotes( mbExportNotes ); in Export()
H A Dpdfexport.hxx59 sal_Bool mbExportNotes; member in PDFExport
H A Dimpdialog.hxx99 sal_Bool mbExportNotes; member in ImpPDFTabDialog
/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx508 mbExportNotes ( sal_True ), in PDFExtOutDevData()
562 return mbExportNotes; in GetIsExportNotes()
566 mbExportNotes = bExportNotes; in SetIsExportNotes()
/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx83 sal_Bool mbExportNotes; member in vcl::PDFExtOutDevData

Completed in 30 milliseconds