Home
last modified time | relevance | path

Searched refs:SC_HTML_FONTSIZES (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/filter/inc/
H A Dhtmlexp.hxx87 #define SC_HTML_FONTSIZES 7 macro
93 static const sal_uInt16 nDefaultFontSize[SC_HTML_FONTSIZES];
95 static sal_uInt16 nFontSize[SC_HTML_FONTSIZES];
96 static const char* pFontSizeCss[SC_HTML_FONTSIZES];
H A Dhtmlpars.hxx37 const sal_uInt32 SC_HTML_FONTSIZES = 7; // wie Export, HTML-Options variable
53 sal_uInt32 maFontHeights[ SC_HTML_FONTSIZES ];
/aoo4110/main/sc/source/filter/html/
H A Dhtmlexp.cxx107 const sal_uInt16 __FAR_DATA ScHTMLExport::nDefaultFontSize[SC_HTML_FONTSIZES] =
113 sal_uInt16 ScHTMLExport::nFontSize[SC_HTML_FONTSIZES] = { 0 };
115 const char* __FAR_DATA ScHTMLExport::pFontSizeCss[SC_HTML_FONTSIZES] =
257 for ( sal_uInt16 j=0; j < SC_HTML_FONTSIZES; j++ ) in ScHTMLExport()
300 for ( sal_uInt16 j=SC_HTML_FONTSIZES-1; j>0; j-- ) in GetFontSizeNumber()
H A Dhtmlpars.cxx80 for( sal_uInt16 nIndex = 0; nIndex < SC_HTML_FONTSIZES; ++nIndex ) in ScHTMLParser()
1513 else if ( nSize > SC_HTML_FONTSIZES ) in FontOn()
1514 nSize = SC_HTML_FONTSIZES; in FontOn()
2941 … sal_uInt32 nSize = getLimitedValue< sal_uInt32 >( aIter->GetNumber(), 1, SC_HTML_FONTSIZES ); in FontOn()

Completed in 76 milliseconds