Searched refs:SdPrintOptions (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | prntopts.cxx | 47 SdPrintOptions::SdPrintOptions( Window* pParent, const SfxItemSet& rInAttrs ) : in SdPrintOptions() function in SdPrintOptions 83 Link aLink = LINK( this, SdPrintOptions, ClickBookletHdl ); in SdPrintOptions() 89 aLink = LINK( this, SdPrintOptions, ClickCheckboxHdl ); in SdPrintOptions() 105 SdPrintOptions::~SdPrintOptions() in ~SdPrintOptions() 111 sal_Bool SdPrintOptions::FillItemSet( SfxItemSet& rAttrs ) in FillItemSet() 164 void SdPrintOptions::Reset( const SfxItemSet& rAttrs ) in Reset() 221 SfxTabPage* SdPrintOptions::Create( Window* pWindow, in Create() 224 return( new SdPrintOptions( pWindow, rOutAttrs ) ); in Create() 229 IMPL_LINK( SdPrintOptions, ClickCheckboxHdl, CheckBox *, pCbx ) in IMPL_LINK() argument 241 IMPL_LINK( SdPrintOptions, ClickBookletHdl, CheckBox *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
| H A D | sddlgfact.cxx | 535 return SdPrintOptions::Create; in GetSdPrintOptionsTabPageCreatorFunc()
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | prntopts.hxx | 45 class SdPrintOptions : public SfxTabPage class 89 SdPrintOptions( Window* pParent, const SfxItemSet& rInAttrs); 90 ~SdPrintOptions();
|