Home
last modified time | relevance | path

Searched refs:SVX_ROTATE_MODE_BOTTOM (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/svx/source/items/
H A Drotmodit.cxx108 case SVX_ROTATE_MODE_BOTTOM: in GetValueText()
143 case SVX_ROTATE_MODE_BOTTOM: eUno = table::CellVertJustify_BOTTOM; break; in QueryValue()
166 case table::CellVertJustify_BOTTOM: eSvx = SVX_ROTATE_MODE_BOTTOM; break; in PutValue()
/AOO41X/main/svx/inc/svx/
H A Drotmodit.hxx38 SVX_ROTATE_MODE_BOTTOM 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()
685 ( eRotMode == SVX_ROTATE_MODE_BOTTOM && nRot180 > 9000 ) ) in lcl_GetRotateDir()
1505 case SVX_ROTATE_MODE_BOTTOM: in DrawRotatedFrame()
1629 … if ( rArray.GetCellStyleBottom( nCol, nRow ).Prim() && eRotMode != SVX_ROTATE_MODE_BOTTOM ) in DrawRotatedFrame()
H A Doutput2.cxx3620 ( eRotMode == SVX_ROTATE_MODE_BOTTOM && nSin < 0.0 ) ) in DrawRotated()
/AOO41X/main/cui/source/tabpages/
H A Dalign.cxx93 { IID_BOTTOMLOCK, SVX_ROTATE_MODE_BOTTOM },
/AOO41X/main/sc/source/core/data/
H A Dpatattr.cxx1328 else if ( eRotMode == SVX_ROTATE_MODE_TOP || eRotMode == SVX_ROTATE_MODE_BOTTOM ) in GetRotateDir()
1334 ( eRotMode == SVX_ROTATE_MODE_BOTTOM && nRot180 > 9000 ) ) in GetRotateDir()
H A Ddocpool.cxx264 …TTR_ROTATE_MODE - ATTR_STARTINDEX ] = new SvxRotateModeItem( SVX_ROTATE_MODE_BOTTOM, ATTR_ROTA… in ScDocumentPool()
/AOO41X/main/sc/source/filter/excel/
H A Dxistyle.cxx1197 eRotateMode = SVX_ROTATE_MODE_BOTTOM; in CreatePattern()