Lines Matching refs:pText
532 TextElement* pText = m_pElFactory->createTextElement( pPara, in drawCharGlyphs() local
536 pText->Text.append( tempStr ); in drawCharGlyphs()
538 pText->Text.append( rGlyphs ); in drawCharGlyphs()
540 pText->x = aRect2.getMinX() ; in drawCharGlyphs()
541 pText->y = aRect2.getMinY() ; in drawCharGlyphs()
542 pText->w = 0.0; // ToDO P2: 1.1 is a hack for solving of size auto-grow problem in drawCharGlyphs()
543 pText->h = aRect2.getHeight(); // ToDO P2: 1.1 is a hack for solving of size auto-grow problem in drawCharGlyphs()
545 pPara->updateGeometryWith( pText ); in drawCharGlyphs()
560 TextElement* pText = dynamic_cast<TextElement*>(m_pCurElement); in endText() local
561 if( pText ) in endText()
562 m_pCurElement = pText->Parent; in endText()
891 const sal_Unicode* pText = rText.getStr(); in startIndicator() local
895 pText[i] == '%' && in startIndicator()
896 pText[i+1] == 'd' in startIndicator()
903 aStr.append( pText[i] ); in startIndicator()