Home
last modified time | relevance | path

Searched refs:pHtmlOptions (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A DHtmlReader.cxx166 const HTMLOptions* pHtmlOptions = GetOptions(); in NextToken() local
167 sal_Int16 nArrLen = pHtmlOptions->Count(); in NextToken()
170 const HTMLOption* pOption = (*pHtmlOptions)[i]; in NextToken()
351 const HTMLOptions* pHtmlOptions = GetOptions(); in TableDataOn() local
352 sal_Int16 nArrLen = pHtmlOptions->Count(); in TableDataOn()
355 const HTMLOption* pOption = (*pHtmlOptions)[i]; in TableDataOn()
384 const HTMLOptions* pHtmlOptions = GetOptions(); in TableFontOn() local
385 sal_Int16 nArrLen = pHtmlOptions->Count(); in TableFontOn()
388 const HTMLOption* pOption = (*pHtmlOptions)[i]; in TableFontOn()
H A DTokenWriter.cxx751 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in OHTMLImportExport() local
752 m_eDestEnc = pHtmlOptions->GetTextEncoding(); in OHTMLImportExport()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx129 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in WriteStream() local
132 aFontHeights[0] = pHtmlOptions->GetFontSize( 0 ) * 20; in WriteStream()
133 aFontHeights[1] = pHtmlOptions->GetFontSize( 1 ) * 20; in WriteStream()
134 aFontHeights[2] = pHtmlOptions->GetFontSize( 2 ) * 20; in WriteStream()
135 aFontHeights[3] = pHtmlOptions->GetFontSize( 3 ) * 20; in WriteStream()
136 aFontHeights[4] = pHtmlOptions->GetFontSize( 4 ) * 20; in WriteStream()
137 aFontHeights[5] = pHtmlOptions->GetFontSize( 5 ) * 20; in WriteStream()
138 aFontHeights[6] = pHtmlOptions->GetFontSize( 6 ) * 20; in WriteStream()
142 nExportMode = pHtmlOptions->GetExportMode(); in WriteStream()
190 : pHtmlOptions->GetTextEncoding(); in WriteStream()
[all …]
H A Dswhtml.cxx339 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in SwHTMLParser() local
340 aFontHeights[0] = pHtmlOptions->GetFontSize( 0 ) * 20; in SwHTMLParser()
341 aFontHeights[1] = pHtmlOptions->GetFontSize( 1 ) * 20; in SwHTMLParser()
342 aFontHeights[2] = pHtmlOptions->GetFontSize( 2 ) * 20; in SwHTMLParser()
343 aFontHeights[3] = pHtmlOptions->GetFontSize( 3 ) * 20; in SwHTMLParser()
344 aFontHeights[4] = pHtmlOptions->GetFontSize( 4 ) * 20; in SwHTMLParser()
345 aFontHeights[5] = pHtmlOptions->GetFontSize( 5 ) * 20; in SwHTMLParser()
346 aFontHeights[6] = pHtmlOptions->GetFontSize( 6 ) * 20; in SwHTMLParser()
348 bKeepUnknown = pHtmlOptions->IsImportUnknown(); in SwHTMLParser()
366 pCSS1Parser->SetIgnoreFontFamily( pHtmlOptions->IsIgnoreFontFamily() ); in SwHTMLParser()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx202 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in lcl_GetStreamCharSet() local
204 rtl_getBestMimeCharsetFromTextEncoding( pHtmlOptions->GetTextEncoding() ); in lcl_GetStreamCharSet()
861 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in Load() local
863 rtl_getBestMimeCharsetFromTextEncoding( pHtmlOptions->GetTextEncoding() ); in Load()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx254 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in ScHTMLExport() local
255 eDestEnc = (pDoc->IsClipOrUndo() ? RTL_TEXTENCODING_UTF8 : pHtmlOptions->GetTextEncoding()); in ScHTMLExport()
256 bCopyLocalFileToINet = pHtmlOptions->IsSaveGraphicsLocal(); in ScHTMLExport()
259 sal_uInt16 nSize = pHtmlOptions->GetFontSize( j ); in ScHTMLExport()
H A Dhtmlpars.cxx79 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in ScHTMLParser() local
81 maFontHeights[ nIndex ] = pHtmlOptions->GetFontSize( nIndex ) * 20; in ScHTMLParser()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1666 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in ReloadFromHtml() local
1670 if( pHtmlOptions && pHtmlOptions->IsStarBasic() && HasBasic()) in ReloadFromHtml()
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx1174 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in IMPL_LINK() local
1175 eEncoding = pHtmlOptions->GetTextEncoding(); in IMPL_LINK()
H A Ddbmgr.cxx880 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in MergeMailFiles() local
881 eEncoding = pHtmlOptions->GetTextEncoding(); in MergeMailFiles()

Completed in 157 milliseconds