Lines Matching refs:SfxMiscCfg
52 static SfxMiscCfg* pOptions = NULL;
55 class SfxMiscCfg : public utl::ConfigItem class
66 SfxMiscCfg( );
67 ~SfxMiscCfg( );
90 SfxMiscCfg::SfxMiscCfg() : in SfxMiscCfg() function in utl::SfxMiscCfg
104 SfxMiscCfg::~SfxMiscCfg() in ~SfxMiscCfg()
111 void SfxMiscCfg::SetNotFoundWarning( sal_Bool bSet) in SetNotFoundWarning()
122 void SfxMiscCfg::SetPaperSizeWarning( sal_Bool bSet) in SetPaperSizeWarning()
132 void SfxMiscCfg::SetPaperOrientationWarning( sal_Bool bSet) in SetPaperOrientationWarning()
142 void SfxMiscCfg::SetYear2000( sal_Int32 nSet ) in SetYear2000()
151 const Sequence<OUString>& SfxMiscCfg::GetPropertyNames() in GetPropertyNames()
174 void SfxMiscCfg::Load() in Load()
201 void SfxMiscCfg::Notify( const com::sun::star::uno::Sequence<rtl::OUString>& ) in Notify()
208 void SfxMiscCfg::Commit() in Commit()
242 pOptions = new SfxMiscCfg; in MiscCfg()