Searched refs:nSkew (Results 1 – 5 of 5) sorted by relevance
1501 long nSkew = (long) ( nRowHeight * nCos / nSin ); in DrawRotatedFrame() local1506 nTopLeft += nSkew; in DrawRotatedFrame()1507 nTopRight += nSkew; in DrawRotatedFrame()1510 nSkew /= 2; in DrawRotatedFrame()1511 nTopLeft += nSkew; in DrawRotatedFrame()1512 nTopRight += nSkew; in DrawRotatedFrame()1513 nBotLeft -= nSkew; in DrawRotatedFrame()1514 nBotRight -= nSkew; in DrawRotatedFrame()1517 nBotLeft -= nSkew; in DrawRotatedFrame()1518 nBotRight -= nSkew; in DrawRotatedFrame()
3616 double nSkew = nTotalHeight * nCos / fabs(nSin); in DrawRotated() local3618 nAddX -= nSkew * 0.5; in DrawRotated()3621 nAddX -= nSkew; in DrawRotated()
211 …sal_Int32 nSkew = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_DIRECTION))->GetValu… in impl_execute() local216 double fSkewAngle = nSkew; in impl_execute()219 switch( nSkew ) in impl_execute()
150 void ExtrusionDirectionWindow::implSetDirection( sal_Int32 nSkew, bool bEnabled ) in implSetDirection() argument157 if( gSkewList[nItemId] == nSkew ) in implSetDirection()
74 void implSetDirection( sal_Int32 nSkew, bool bEnabled = true );
Completed in 69 milliseconds