Lines Matching refs:SdPrintOptions
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
247 void SdPrintOptions::updateControls() in updateControls()
268 void SdPrintOptions::SetDrawMode() in SetDrawMode()
292 void SdPrintOptions::PageCreated (SfxAllItemSet in PageCreated()