Home
last modified time | relevance | path

Searched refs:mbHeightUsed (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx604 bool mbHeightUsed; /// true = Font height used. member in XclExpCFImpl
623 mbHeightUsed( false ), in XclExpCFImpl()
640 mbHeightUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_HEIGHT, true ); in XclExpCFImpl()
646 …mbFontUsed = mbHeightUsed || mbWeightUsed || mbColorUsed || mbUnderlUsed || mbItalicUsed || mbStri… in XclExpCFImpl()
730 sal_uInt32 nHeight = mbHeightUsed ? maFontData.mnHeight : 0xFFFFFFFF; in WriteBody()
H A Dxistyle.cxx136 mbFontNameUsed = mbHeightUsed = mbColorUsed = mbWeightUsed = mbEscapemUsed = in SetAllUsedFlags()
226 if( (mbHeightUsed = (nHeight <= 0x7FFF)) == true ) in ReadCFFontBlock()
282 if( mbHeightUsed ) in FillToItemSet()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx663 mbHeightUsed( bAllUsed ), in ApiFontUsedFlags()
753 maUsedFlags.mbHeightUsed = true; in importAttribs()
840 maUsedFlags.mbHeightUsed = true; in importDxfHeight()
952 if( (maUsedFlags.mbHeightUsed = (0 < nHeight) && (nHeight <= 0x7FFF)) == true ) in importCfRule()
1124 if( maUsedFlags.mbHeightUsed ) in writeToPropertyMap()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx153 bool mbHeightUsed; /// true = Font height used. member in XclImpFont
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx205 bool mbHeightUsed; /// True = font height is used. member

Completed in 90 milliseconds