Searched refs:aFontStack (Results 1 – 3 of 3) sorted by relevance
3578 ( 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()
3121 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()
397 SvUShorts aFontStack; // Stack fuer <FONT>, <BIG>, <SMALL> member in SwHTMLParser
Completed in 47 milliseconds