Home
last modified time | relevance | path

Searched refs:maCbExportEmptyPages (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx448 maCbExportEmptyPages( this, PDFFilterResId( CB_EXPORTEMPTYPAGES ) ), in ImpPDFTabGeneralPage()
458 Size aSize = maCbExportEmptyPages.GetSizePixel(); in ImpPDFTabGeneralPage()
459 Size aMinSize = maCbExportEmptyPages.CalcMinimumSize(); in ImpPDFTabGeneralPage()
464 maCbExportEmptyPages.SetSizePixel( aNewSize ); in ImpPDFTabGeneralPage()
476 maCbExportEmptyPages.SetStyle( maCbExportEmptyPages.GetStyle() | WB_VCENTER ); in ImpPDFTabGeneralPage()
503 maCbExportEmptyPages.Enable( mbIsWriter ); in SetFilterConfigItem()
567 Point aPos = maCbExportEmptyPages.GetPosPixel(); in SetFilterConfigItem()
568 maCbExportEmptyPages.SetPosPixel( Point( aPos.X(), aPos.Y() - nCheckBoxHeight ) ); in SetFilterConfigItem()
577 maCbExportEmptyPages.Check( !paParent->mbIsSkipEmptyPages ); in SetFilterConfigItem()
598 paParent->mbIsSkipEmptyPages = !maCbExportEmptyPages.IsChecked(); in GetFilterConfigItem()
H A Dimpdialog.hxx204 CheckBox maCbExportEmptyPages; member in ImpPDFTabGeneralPage

Completed in 26 milliseconds