Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dswhtml.cxx3578 ( aFontStack.Count() > nFontStMin in NewFontAttr()
3579 ? (aFontStack[aFontStack.Count()-1] & FONTSIZE_MASK) in NewFontAttr()
3654 if( nFontStHeadStart==aFontStack.Count() ) in NewFontAttr()
3787 aFontStack.Insert( nSize, aFontStack.Count() ); in NewFontAttr()
3795 if( aFontStack.Count() > nFontStMin ) in EndFontAttr()
3796 aFontStack.Remove( aFontStack.Count()-1, 1 ); in EndFontAttr()
4004 nFontStHeadStart = aFontStack.Count(); in NewHeading()
H A Dhtmltab.cxx3121 rParser.nFontStMin = rParser.aFontStack.Count(); in _SectionSaveStruct()
3148 if( rParser.aFontStack.Count() > nMin ) in Restore()
3149 rParser.aFontStack.Remove( nMin, in Restore()
3150 rParser.aFontStack.Count() - nMin ); in Restore()
H A Dswhtml.hxx397 SvUShorts aFontStack; // Stack fuer <FONT>, <BIG>, <SMALL> member in SwHTMLParser

Completed in 60 milliseconds