Searched refs:nProjection (Results 1 – 3 of 3) sorted by relevance
175 void ExtrusionDirectionWindow::implSetProjection( sal_Int32 nProjection, bool bEnabled ) in implSetProjection() argument177 checkEntry( 0, (nProjection == 0) && bEnabled ); in implSetProjection()178 checkEntry( 1, (nProjection == 1 ) && bEnabled ); in implSetProjection()232 int nProjection = getSelectedEntryId(); in IMPL_LINK() local233 if( (nProjection >= 0) && (nProjection < 2 ) ) in IMPL_LINK()237 aArgs[0].Value <<= (sal_Int32)nProjection; in IMPL_LINK()240 implSetProjection( nProjection, true ); in IMPL_LINK()
75 void implSetProjection( sal_Int32 nProjection, bool bEnabled = true );
295 …sal_Int32 nProjection = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_PROJECTION))->… in impl_execute() local296 …ProjectionMode eProjectionMode = nProjection == 1 ? ProjectionMode_PARALLEL : ProjectionMode_PERSP… in impl_execute()
Completed in 17 milliseconds