Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass2.cxx172 TextBundle aTempTextBundle; in ImplDoClass2() local
173 aTempTextBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
174 aTempTextBundle.nTextFontIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
175 aTempTextBundle.eTextPrecision = (TextPrecision)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
176aTempTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
177aTempTextBundle.nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize … in ImplDoClass2()
178 aTempTextBundle.SetColor( ImplGetBitmapColor() ); in ImplDoClass2()
179 pElement->InsertBundle( pElement->aTextList, aTempTextBundle ); in ImplDoClass2()

Completed in 7 milliseconds