Lines Matching refs:nAttrRotate

2004 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()
2254 long nAttrRotate = ((const SfxInt32Item&)pPattern-> in DrawEdit() local
2260 nAttrRotate = 0; in DrawEdit()
2267 if ( eOrient==SVX_ORIENTATION_STANDARD && nAttrRotate ) in DrawEdit()
3202 long nAttrRotate = 0; in DrawRotated() local
3208 nAttrRotate = ((const SfxInt32Item&)pPattern-> in DrawRotated()
3210 if ( nAttrRotate ) in DrawRotated()
3215 if ( nAttrRotate == 18000 ) in DrawRotated()
3219 nAttrRotate = -nAttrRotate; in DrawRotated()
3221 double nRealOrient = nAttrRotate * F_PI18000; // 1/100 Grad in DrawRotated()
3232 if (nAttrRotate) in DrawRotated()
3299 if (nAttrRotate && bBreak) in DrawRotated()
3345 if (nAttrRotate) in DrawRotated()
3361 if (!nAttrRotate) // hier nur gedrehter Text in DrawRotated()
3417 … sal_False, sal::static_int_cast<sal_uInt16>(eOrient), nAttrRotate, bPixelToLogic, in DrawRotated()
3424 … sal_True, sal::static_int_cast<sal_uInt16>(eOrient), nAttrRotate, bPixelToLogic, in DrawRotated()
3470 if ( nAttrRotate /* && eRotMode != SVX_ROTATE_MODE_STANDARD */ ) in DrawRotated()
3517 if (eOrient==SVX_ORIENTATION_STANDARD && !nAttrRotate) in DrawRotated()
3587 DBG_ASSERT( eOrient == SVX_ORIENTATION_STANDARD && nAttrRotate, in DrawRotated()
3591 if ( nAttrRotate ) in DrawRotated()
3594 nOriVal = nAttrRotate / 10; in DrawRotated()