Home
last modified time | relevance | path

Searched refs:bIsItalic (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx142 sal_Bool bIsBold, bIsItalic, bIsUnderLine, bIsStrikeThrough; in SetFormat() local
145 bIsItalic = ( nTmpFnt & 0x0002 ) != 0; in SetFormat()
151 if( bIsItalic ) in SetFormat()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx886 sal_Bool bIsItalic = IsItalic( pTemp->GetFont() ); in ExportText() local
887 if ((pTemp->GetText().Len() > 1) && bIsItalic) in ExportText()
889 else if ((pTemp->GetText().Len() == 1) && !bIsItalic) in ExportText()

Completed in 25 milliseconds