Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput.cxx1501 long nSkew = (long) ( nRowHeight * nCos / nSin ); in DrawRotatedFrame() local
1506 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()
H A Doutput2.cxx3616 double nSkew = nTotalHeight * nCos / fabs(nSin); in DrawRotated() local
3618 nAddX -= nSkew * 0.5; in DrawRotated()
3621 nAddX -= nSkew; in DrawRotated()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx211 …sal_Int32 nSkew = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_DIRECTION))->GetValu… in impl_execute() local
216 double fSkewAngle = nSkew; in impl_execute()
219 switch( nSkew ) in impl_execute()
/trunk/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx150 void ExtrusionDirectionWindow::implSetDirection( sal_Int32 nSkew, bool bEnabled ) in implSetDirection() argument
157 if( gSkewList[nItemId] == nSkew ) in implSetDirection()
H A Dextrusioncontrols.hxx74 void implSetDirection( sal_Int32 nSkew, bool bEnabled = true );

Completed in 41 milliseconds