Home
last modified time | relevance | path

Searched refs:aFontStack (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3559 ( aFontStack.Count() > nFontStMin in NewFontAttr()
3560 ? (aFontStack[aFontStack.Count()-1] & FONTSIZE_MASK) in NewFontAttr()
3634 if( nFontStHeadStart==aFontStack.Count() ) in NewFontAttr()
3766 aFontStack.Insert( nSize, aFontStack.Count() ); in NewFontAttr()
3774 if( aFontStack.Count() > nFontStMin ) in EndFontAttr()
3775 aFontStack.Remove( aFontStack.Count()-1, 1 ); in EndFontAttr()
3983 nFontStHeadStart = aFontStack.Count(); in NewHeading()
H A Dhtmltab.cxx3107 rParser.nFontStMin = rParser.aFontStack.Count(); in _SectionSaveStruct()
3134 if( rParser.aFontStack.Count() > nMin ) in Restore()
3135 rParser.aFontStack.Remove( nMin, in Restore()
3136 rParser.aFontStack.Count() - nMin ); in Restore()
H A Dswhtml.hxx395 SvUShorts aFontStack;// Stack for <FONT>, <BIG>, <SMALL> member in SwHTMLParser

Completed in 60 milliseconds