Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput.cxx672 SvxRotateMode eRotMode = (SvxRotateMode)((const SvxRotateModeItem&) in lcl_GetRotateDir() local
675 if ( eRotMode == SVX_ROTATE_MODE_STANDARD ) in lcl_GetRotateDir()
677 else if ( eRotMode == SVX_ROTATE_MODE_CENTER ) in lcl_GetRotateDir()
679 else if ( eRotMode == SVX_ROTATE_MODE_TOP || eRotMode == SVX_ROTATE_MODE_BOTTOM ) in lcl_GetRotateDir()
684 else if ( ( eRotMode == SVX_ROTATE_MODE_TOP && nRot180 < 9000 ) || in lcl_GetRotateDir()
685 ( eRotMode == SVX_ROTATE_MODE_BOTTOM && nRot180 > 9000 ) ) in lcl_GetRotateDir()
1469 SvxRotateMode eRotMode = (SvxRotateMode)((const SvxRotateModeItem&) in DrawRotatedFrame() local
1503 switch (eRotMode) in DrawRotatedFrame()
1614 SvxRotateMode eRotMode = (SvxRotateMode)((const SvxRotateModeItem&) in DrawRotatedFrame() local
1622 … if ( rArray.GetCellStyleTop( nCol, nRow ).Prim() && eRotMode != SVX_ROTATE_MODE_TOP ) in DrawRotatedFrame()
[all …]
H A Doutput2.cxx3205 SvxRotateMode eRotMode = SVX_ROTATE_MODE_STANDARD; in DrawRotated() local
3212 eRotMode = (SvxRotateMode)((const SvxRotateModeItem&) in DrawRotated()
3216 eRotMode = SVX_ROTATE_MODE_STANDARD; // keinen Ueberlauf in DrawRotated()
3350 if ( eRotMode == SVX_ROTATE_MODE_STANDARD ) in DrawRotated()
3381 if ( eRotMode != SVX_ROTATE_MODE_STANDARD ) in DrawRotated()
3397 if ( eRotMode != SVX_ROTATE_MODE_STANDARD ) in DrawRotated()
3598 if ( nCos > 0.0 && eRotMode != SVX_ROTATE_MODE_STANDARD ) in DrawRotated()
3604 if ( nCos < 0.0 && eRotMode == SVX_ROTATE_MODE_STANDARD ) in DrawRotated()
3613 if ( eRotMode != SVX_ROTATE_MODE_STANDARD ) in DrawRotated()
3617 if ( eRotMode == SVX_ROTATE_MODE_CENTER ) in DrawRotated()
[all …]
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1321 SvxRotateMode eRotMode = (SvxRotateMode)((const SvxRotateModeItem&) in GetRotateDir() local
1324 if ( eRotMode == SVX_ROTATE_MODE_STANDARD || nAttrRotate == 18000 ) in GetRotateDir()
1326 else if ( eRotMode == SVX_ROTATE_MODE_CENTER ) in GetRotateDir()
1328 else if ( eRotMode == SVX_ROTATE_MODE_TOP || eRotMode == SVX_ROTATE_MODE_BOTTOM ) in GetRotateDir()
1333 else if ( ( eRotMode == SVX_ROTATE_MODE_TOP && nRot180 < 9000 ) || in GetRotateDir()
1334 ( eRotMode == SVX_ROTATE_MODE_BOTTOM && nRot180 > 9000 ) ) in GetRotateDir()
H A Dcolumn2.cxx266 SvxRotateMode eRotMode = SVX_ROTATE_MODE_STANDARD; in GetNeededSize() local
278 eRotMode = (SvxRotateMode)((const SvxRotateModeItem*)pCondItem)->GetValue(); in GetNeededSize()
280 eRotMode = (SvxRotateMode)((const SvxRotateModeItem&) in GetNeededSize()
284 eRotMode = SVX_ROTATE_MODE_STANDARD; // keinen Ueberlauf in GetNeededSize()
361 if ( eRotMode == SVX_ROTATE_MODE_STANDARD ) in GetNeededSize()
528 if ( eRotMode == SVX_ROTATE_MODE_STANDARD ) in GetNeededSize()

Completed in 48 milliseconds