Lines Matching refs:rTextAct
341 const MetaTextAction& rTextAct = static_cast<const MetaTextAction&>(rAct); in ImplIsNotTransparent() local
342 const XubString aString( rTextAct.GetText(), rTextAct.GetIndex(), rTextAct.GetLen() ); in ImplIsNotTransparent()
351 const MetaTextArrayAction& rTextAct = static_cast<const MetaTextArrayAction&>(rAct); in ImplIsNotTransparent() local
352 const XubString aString( rTextAct.GetText(), rTextAct.GetIndex(), rTextAct.GetLen() ); in ImplIsNotTransparent()
560 const MetaTextAction& rTextAct = static_cast<const MetaTextAction&>(rAct); in ImplCalcActionBounds() local
561 const XubString aString( rTextAct.GetText(), rTextAct.GetIndex(), rTextAct.GetLen() ); in ImplCalcActionBounds()
565 const Point aPtLog( rTextAct.GetPoint() ); in ImplCalcActionBounds()
569 rOut.GetTextBoundRect( aActionBounds, rTextAct.GetText(), rTextAct.GetIndex(), in ImplCalcActionBounds()
570 rTextAct.GetIndex(), rTextAct.GetLen() ); in ImplCalcActionBounds()
578 const MetaTextArrayAction& rTextAct = static_cast<const MetaTextArrayAction&>(rAct); in ImplCalcActionBounds() local
579 const XubString aString( rTextAct.GetText(), rTextAct.GetIndex(), rTextAct.GetLen() ); in ImplCalcActionBounds()
585 SalLayout* pSalLayout = rOut.ImplLayout( rTextAct.GetText(), rTextAct.GetIndex(), in ImplCalcActionBounds()
586 rTextAct.GetLen(), rTextAct.GetPoint(), in ImplCalcActionBounds()
587 0, rTextAct.GetDXArray() ); in ImplCalcActionBounds()
604 const MetaStretchTextAction& rTextAct = static_cast<const MetaStretchTextAction&>(rAct); in ImplCalcActionBounds() local
605 … const XubString aString( rTextAct.GetText(), rTextAct.GetIndex(), rTextAct.GetLen() ); in ImplCalcActionBounds()
616 SalLayout* pSalLayout = rOut.ImplLayout( rTextAct.GetText(), rTextAct.GetIndex(), in ImplCalcActionBounds()
617 rTextAct.GetLen(), rTextAct.GetPoint(), in ImplCalcActionBounds()
618 rTextAct.GetWidth() ); in ImplCalcActionBounds()