Home
last modified time | relevance | path

Searched refs:nAttrRotate (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2004 long lcl_GetEditSize( EditEngine& rEngine, sal_Bool bWidth, sal_Bool bSwap, long nAttrRotate ) in lcl_GetEditSize() argument
2009 if ( nAttrRotate ) in lcl_GetEditSize()
2016 double nRealOrient = nAttrRotate * F_PI18000; // 1/100th degrees in lcl_GetEditSize()
2033 sal_Bool bWidth, sal_uInt16 nOrient, long nAttrRotate, sal_Bool bPixelToLogic, in ShrinkEditEngine() argument
2053 rEngineHeight = lcl_GetEditSize( rEngine, sal_False, bSwap, nAttrRotate ); in ShrinkEditEngine()
2062 rEngineHeight = lcl_GetEditSize( rEngine, sal_False, bSwap, nAttrRotate ); in ShrinkEditEngine()
2069 rEngineWidth = lcl_GetEditSize( rEngine, sal_True, bSwap, nAttrRotate ); in ShrinkEditEngine()
2087 rEngineWidth = lcl_GetEditSize( rEngine, sal_True, sal_False, nAttrRotate ); in ShrinkEditEngine()
2096 rEngineWidth = lcl_GetEditSize( rEngine, sal_True, sal_False, nAttrRotate ); in ShrinkEditEngine()
2106 rEngineHeight = lcl_GetEditSize( rEngine, sal_False, sal_False, nAttrRotate ); in ShrinkEditEngine()
[all …]
H A Doutput.cxx669 long nAttrRotate = pPattern->GetRotateVal( pCondSet ); in lcl_GetRotateDir() local
670 if ( nAttrRotate ) in lcl_GetRotateDir()
681 long nRot180 = nAttrRotate % 18000; // 1/100 Grad in lcl_GetRotateDir()
1468 long nAttrRotate = pPattern->GetRotateVal( pCondSet ); in DrawRotatedFrame() local
1472 if ( nAttrRotate ) in DrawRotatedFrame()
1497 … double nRealOrient = nLayoutSign * nAttrRotate * F_PI18000; // 1/100th degrees in DrawRotatedFrame()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1302 long nAttrRotate = 0; in GetRotateVal() local
1309 nAttrRotate = ((const SfxInt32Item&)GetItem( ATTR_ROTATE_VALUE, pCondSet )).GetValue(); in GetRotateVal()
1311 return nAttrRotate; in GetRotateVal()
1318 long nAttrRotate = GetRotateVal( pCondSet ); in GetRotateDir() local
1319 if ( nAttrRotate ) in GetRotateDir()
1324 if ( eRotMode == SVX_ROTATE_MODE_STANDARD || nAttrRotate == 18000 ) in GetRotateDir()
1330 long nRot180 = nAttrRotate % 18000; // 1/100 Grad in GetRotateDir()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx171 … sal_Bool bWidth, sal_uInt16 nOrient, long nAttrRotate, sal_Bool bPixelToLogic,