Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1401 sal_Int32 nOoxRot = maModel.mnRotation; in finalizeImport() local
1402 maApiData.mnRotation = ((0 <= nOoxRot) && (nOoxRot <= 90)) ? in finalizeImport()
1403 (100 * nOoxRot) : in finalizeImport()
1404 (((91 <= nOoxRot) && (nOoxRot <= 180)) ? (100 * (450 - nOoxRot)) : 0); in finalizeImport()
1407 maApiData.meOrientation = (nOoxRot == OOX_XF_ROTATION_STACKED) ? in finalizeImport()

Completed in 35 milliseconds