Searched refs:nSurface (Results 1 – 4 of 4) sorted by relevance
359 …sal_Int32 nSurface = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_SURFACE))->GetVal… in impl_execute() local366 switch( nSurface ) in impl_execute()887 sal_Int32 nSurface = 0; // wireframe in getExtrusionSurfaceState() local903 nSurface = 3; // metal in getExtrusionSurfaceState()915 nSurface = 1; // matte in getExtrusionSurfaceState()919 nSurface = 2; // plastic in getExtrusionSurfaceState()926 nFinalSurface = nSurface; in getExtrusionSurfaceState()928 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 );
Completed in 37 milliseconds