Searched refs:aTempTextBundle (Results 1 – 1 of 1) sorted by relevance
172 TextBundle aTempTextBundle; in ImplDoClass2() local173 aTempTextBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()174 aTempTextBundle.nTextFontIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()175 aTempTextBundle.eTextPrecision = (TextPrecision)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()176 … aTempTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()177 …aTempTextBundle.nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize … in ImplDoClass2()178 aTempTextBundle.SetColor( ImplGetBitmapColor() ); in ImplDoClass2()179 pElement->InsertBundle( pElement->aTextList, aTempTextBundle ); in ImplDoClass2()
Completed in 5 milliseconds