Searched refs:nSurface (Results 1 – 4 of 4) sorted by relevance
365 …sal_Int32 nSurface = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_SURFACE))->GetVal… in impl_execute() local372 switch( nSurface ) in impl_execute()893 sal_Int32 nSurface = 0; // wire frame in getExtrusionSurfaceState() local909 nSurface = 3; // metal in getExtrusionSurfaceState()921 nSurface = 1; // matte in getExtrusionSurfaceState()925 nSurface = 2; // plastic in getExtrusionSurfaceState()932 nFinalSurface = nSurface; in getExtrusionSurfaceState()934 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 36 milliseconds