Lines Matching refs:SvxHtmlOptions
49 static SvxHtmlOptions* pOptions = 0;
85 const Sequence<OUString>& SvxHtmlOptions::GetPropertyNames() in GetPropertyNames()
118 SvxHtmlOptions::SvxHtmlOptions() : in SvxHtmlOptions() function in SvxHtmlOptions
126 SvxHtmlOptions::~SvxHtmlOptions() in ~SvxHtmlOptions()
131 void SvxHtmlOptions::Load( const Sequence< OUString >& aNames ) in Load()
211 void SvxHtmlOptions::Commit() in Commit()
268 void SvxHtmlOptions::AddListenerLink( const Link& rLink ) in AddListenerLink()
273 void SvxHtmlOptions::RemoveListenerLink( const Link& rLink ) in RemoveListenerLink()
285 void SvxHtmlOptions::CallListeners() in CallListeners()
292 void SvxHtmlOptions::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& ) in Notify()
299 sal_uInt16 SvxHtmlOptions::GetFontSize(sal_uInt16 nPos) const in GetFontSize()
306 void SvxHtmlOptions::SetFontSize(sal_uInt16 nPos, sal_uInt16 nSize) in SetFontSize()
320 sal_Bool SvxHtmlOptions::IsImportUnknown() const in IsImportUnknown()
328 void SvxHtmlOptions::SetImportUnknown(sal_Bool bSet) in SetImportUnknown()
340 sal_uInt16 SvxHtmlOptions::GetExportMode() const in GetExportMode()
348 void SvxHtmlOptions::SetExportMode(sal_uInt16 nSet) in SetExportMode()
361 sal_Bool SvxHtmlOptions::IsStarBasic() const in IsStarBasic()
369 void SvxHtmlOptions::SetStarBasic(sal_Bool bSet) in SetStarBasic()
382 sal_Bool SvxHtmlOptions::IsSaveGraphicsLocal() const in IsSaveGraphicsLocal()
389 void SvxHtmlOptions::SetSaveGraphicsLocal(sal_Bool bSet) in SetSaveGraphicsLocal()
402 sal_Bool SvxHtmlOptions::IsPrintLayoutExtension() const in IsPrintLayoutExtension()
419 void SvxHtmlOptions::SetPrintLayoutExtension(sal_Bool bSet) in SetPrintLayoutExtension()
432 sal_Bool SvxHtmlOptions::IsIgnoreFontFamily() const in IsIgnoreFontFamily()
439 void SvxHtmlOptions::SetIgnoreFontFamily(sal_Bool bSet) in SetIgnoreFontFamily()
450 sal_Bool SvxHtmlOptions::IsStarBasicWarning() const in IsStarBasicWarning()
457 void SvxHtmlOptions::SetStarBasicWarning(sal_Bool bSet) in SetStarBasicWarning()
469 rtl_TextEncoding SvxHtmlOptions::GetTextEncoding() const in GetTextEncoding()
482 void SvxHtmlOptions::SetTextEncoding( rtl_TextEncoding eEnc ) in SetTextEncoding()
491 sal_Bool SvxHtmlOptions::IsDefaultTextEncoding() const in IsDefaultTextEncoding()
496 SvxHtmlOptions* SvxHtmlOptions::Get() in Get()
499 pOptions = new SvxHtmlOptions; in Get()
505 sal_Bool SvxHtmlOptions::IsNumbersEnglishUS() const in IsNumbersEnglishUS()
512 void SvxHtmlOptions::SetNumbersEnglishUS(sal_Bool bSet) in SetNumbersEnglishUS()