Searched refs:pRot (Results 1 – 1 of 1) sorted by relevance
184 const SvxCharRotateItem* pRot = (SvxCharRotateItem*)rCreate.pItem; in SwRotatedPortion() local185 if( !pRot ) in SwRotatedPortion()192 pRot = static_cast<const SvxCharRotateItem*>(pItem); in SwRotatedPortion()195 if( pRot ) in SwRotatedPortion()199 nDir = pRot->IsBottomToTop() ? 3 : 1; in SwRotatedPortion()201 nDir = pRot->IsBottomToTop() ? 1 : 3; in SwRotatedPortion()
Completed in 18 milliseconds