Searched refs:maCbExportEmptyPages (Results 1 – 2 of 2) sorted by relevance
448 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()
204 CheckBox maCbExportEmptyPages; member in ImpPDFTabGeneralPage
Completed in 21 milliseconds