Searched refs:nSurface (Results 1 – 4 of 4) sorted by relevance
357 …sal_Int32 nSurface = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_SURFACE))->GetVal… in impl_execute() local364 switch( nSurface ) in impl_execute()885 sal_Int32 nSurface = 0; // wireframe in getExtrusionSurfaceState() local901 nSurface = 3; // metal in getExtrusionSurfaceState()913 nSurface = 1; // matte in getExtrusionSurfaceState()917 nSurface = 2; // plastic in getExtrusionSurfaceState()924 nFinalSurface = nSurface; in getExtrusionSurfaceState()926 else if( nFinalSurface != nSurface ) in getExtrusionSurfaceState()
872 void ExtrusionSurfaceWindow::implSetSurface( int nSurface, bool bEnabled ) in implSetSurface() argument879 checkEntry( i, (i == nSurface) && bEnabled ); in implSetSurface()911 sal_Int32 nSurface = getSelectedEntryId(); in IMPL_LINK() local912 if( nSurface >= 0 ) in IMPL_LINK()916 aArgs[0].Value <<= (sal_Int32)nSurface; in IMPL_LINK()920 implSetSurface( nSurface, true ); in IMPL_LINK()
416 void FontworkAlignmentWindow::implSetAlignment( int nSurface, bool bEnabled ) in implSetAlignment() argument421 checkEntry( i, (i == nSurface) && bEnabled ); in implSetAlignment()
228 void implSetSurface( int nSurface, bool bEnabled );