Searched refs:bRightAngledAxes (Results 1 – 3 of 3) sorted by relevance
61 sal_Bool bRightAngledAxes = sal_False; in lcl_isRightAngledAxesSetAndSupported() local64 xSceneProperties->getPropertyValue( C2U("RightAngledAxes")) >>= bRightAngledAxes; in lcl_isRightAngledAxesSetAndSupported()65 if(bRightAngledAxes) in lcl_isRightAngledAxesSetAndSupported()187 sal_Bool bRightAngledAxes = sal_False; in lcl_isLightScheme() local188 xDiagramProps->getPropertyValue( C2U("RightAngledAxes")) >>= bRightAngledAxes; in lcl_isLightScheme()189 if(!bRightAngledAxes) in lcl_isLightScheme()232 sal_Bool bRightAngledAxes = sal_False; in lcl_setLightsForScheme() local233 xDiagramProps->getPropertyValue( C2U("RightAngledAxes")) >>= bRightAngledAxes; in lcl_setLightsForScheme()234 if(!bRightAngledAxes) in lcl_setLightsForScheme()974 … const Reference< beans::XPropertySet >& xSceneProperties, sal_Bool bRightAngledAxes, bool bRotate… in switchRightAngledAxes() argument[all …]
147 sal_Bool bRightAngledAxes = false; in ThreeD_SceneGeometry_TabPage() local153 m_xSceneProperties->getPropertyValue( C2U("RightAngledAxes")) >>= bRightAngledAxes; in ThreeD_SceneGeometry_TabPage()155 m_aCbxRightAngledAxes.Check( bRightAngledAxes ); in ThreeD_SceneGeometry_TabPage()
90 , sal_Bool bRightAngledAxes, bool bRotateLights=true );