Home
last modified time | relevance | path

Searched refs:SVX_ROTATE_MODE_TOP (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svx/source/items/
H A Drotmodit.cxx106 case SVX_ROTATE_MODE_TOP: in GetValueText()
141 case SVX_ROTATE_MODE_TOP: eUno = table::CellVertJustify_TOP; break; in QueryValue()
164 case table::CellVertJustify_TOP: eSvx = SVX_ROTATE_MODE_TOP; break; in PutValue()
/AOO41X/main/svx/inc/svx/
H A Drotmodit.hxx36 SVX_ROTATE_MODE_TOP, enumerator
/AOO41X/main/sc/source/ui/view/
H A Doutput.cxx679 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()
1516 case SVX_ROTATE_MODE_TOP: in DrawRotatedFrame()
1622 … if ( rArray.GetCellStyleTop( nCol, nRow ).Prim() && eRotMode != SVX_ROTATE_MODE_TOP ) in DrawRotatedFrame()
H A Doutput2.cxx3619 if ( ( eRotMode == SVX_ROTATE_MODE_TOP && nSin > 0.0 ) || in DrawRotated()
/AOO41X/main/cui/source/tabpages/
H A Dalign.cxx94 { IID_TOPLOCK, SVX_ROTATE_MODE_TOP },
/AOO41X/main/sc/source/core/data/
H A Dpatattr.cxx1328 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()