Lines Matching refs:SvtJavaOptions
144 SvtJavaOptions::SvtJavaOptions() : in SvtJavaOptions() function in SvtJavaOptions
178 SvtJavaOptions::~SvtJavaOptions() in ~SvtJavaOptions()
185 void SvtJavaOptions::Commit() in Commit()
248 sal_Bool SvtJavaOptions::IsEnabled() const in IsEnabled()
255 sal_Bool SvtJavaOptions::IsSecurity()const in IsSecurity()
262 sal_Int32 SvtJavaOptions::GetNetAccess() const in GetNetAccess()
269 rtl::OUString& SvtJavaOptions::GetUserClassPath()const in GetUserClassPath()
276 void SvtJavaOptions::SetEnabled(sal_Bool bSet) in SetEnabled()
288 void SvtJavaOptions::SetSecurity(sal_Bool bSet) in SetSecurity()
300 void SvtJavaOptions::SetNetAccess(sal_Int32 nSet) in SetNetAccess()
312 void SvtJavaOptions::SetUserClassPath(const rtl::OUString& rSet) in SetUserClassPath()
325 sal_Bool SvtJavaOptions::IsExecuteApplets() const in IsExecuteApplets()
332 void SvtJavaOptions::SetExecuteApplets(sal_Bool bSet) in SetExecuteApplets()
343 sal_Bool SvtJavaOptions::IsReadOnly( EOption eOption ) const in IsReadOnly()