Searched refs:PR_PERSPECTIVE (Results 1 – 6 of 6) sorted by relevance
43 eProjection(PR_PERSPECTIVE), in Viewport3D()262 if ( eProjection == PR_PERSPECTIVE ) in DoProjection()
1716 if( ( !aBtnPerspective.IsChecked() && ePT == PR_PERSPECTIVE ) || in Update()1719 aBtnPerspective.Check( ePT == PR_PERSPECTIVE ); in Update()1723 aBtnPerspective.Check( ePT == PR_PERSPECTIVE ); in Update()1819 nValue = PR_PERSPECTIVE; in GetAttr()
426 GetCameraSet().SetPerspective(rCam.GetProjection() == PR_PERSPECTIVE); in SetCamera()
42 enum ProjectionType { PR_PARALLEL, PR_PERSPECTIVE }; enumerator
169 Svx3DPerspectiveItem(sal_uInt16 nVal = (sal_uInt16)PR_PERSPECTIVE);
349 …ojectionType( eProjectionMode == drawing::ProjectionMode_PARALLEL ? PR_PARALLEL : PR_PERSPECTIVE ); in Create3DObject()
Completed in 34 milliseconds