Searched refs:nOoxRot (Results 1 – 1 of 1) sorted by relevance
1401 sal_Int32 nOoxRot = maModel.mnRotation; in finalizeImport() local1402 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 33 milliseconds