Searched refs:pHtmlOptions (Results 1 – 10 of 10) sorted by relevance
166 const HTMLOptions* pHtmlOptions = GetOptions(); in NextToken() local167 sal_Int16 nArrLen = pHtmlOptions->Count(); in NextToken()170 const HTMLOption* pOption = (*pHtmlOptions)[i]; in NextToken()351 const HTMLOptions* pHtmlOptions = GetOptions(); in TableDataOn() local352 sal_Int16 nArrLen = pHtmlOptions->Count(); in TableDataOn()355 const HTMLOption* pOption = (*pHtmlOptions)[i]; in TableDataOn()384 const HTMLOptions* pHtmlOptions = GetOptions(); in TableFontOn() local385 sal_Int16 nArrLen = pHtmlOptions->Count(); in TableFontOn()388 const HTMLOption* pOption = (*pHtmlOptions)[i]; in TableFontOn()
751 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in OHTMLImportExport() local752 m_eDestEnc = pHtmlOptions->GetTextEncoding(); in OHTMLImportExport()
129 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in WriteStream() local132 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 …]
339 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in SwHTMLParser() local340 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()
202 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in lcl_GetStreamCharSet() local204 rtl_getBestMimeCharsetFromTextEncoding( pHtmlOptions->GetTextEncoding() ); in lcl_GetStreamCharSet()861 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in Load() local863 rtl_getBestMimeCharsetFromTextEncoding( pHtmlOptions->GetTextEncoding() ); in Load()
254 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in ScHTMLExport() local255 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()
79 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in ScHTMLParser() local81 maFontHeights[ nIndex ] = pHtmlOptions->GetFontSize( nIndex ) * 20; in ScHTMLParser()
1666 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in ReloadFromHtml() local1670 if( pHtmlOptions && pHtmlOptions->IsStarBasic() && HasBasic()) in ReloadFromHtml()
1174 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in IMPL_LINK() local1175 eEncoding = pHtmlOptions->GetTextEncoding(); in IMPL_LINK()
880 SvxHtmlOptions* pHtmlOptions = SvxHtmlOptions::Get(); in MergeMailFiles() local881 eEncoding = pHtmlOptions->GetTextEncoding(); in MergeMailFiles()
Completed in 177 milliseconds