Home
last modified time | relevance | path

Searched refs:nSurface (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/svx/source/toolbars/
H A Dextrusionbar.cxx359 …sal_Int32 nSurface = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_SURFACE))->GetVal… in impl_execute() local
366 switch( nSurface ) in impl_execute()
887 sal_Int32 nSurface = 0; // wireframe in getExtrusionSurfaceState() local
903 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()
/aoo42x/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx872 void ExtrusionSurfaceWindow::implSetSurface( int nSurface, bool bEnabled ) in implSetSurface() argument
879 checkEntry( i, (i == nSurface) && bEnabled ); in implSetSurface()
911 sal_Int32 nSurface = getSelectedEntryId(); in IMPL_LINK() local
912 if( nSurface >= 0 ) in IMPL_LINK()
916 aArgs[0].Value <<= (sal_Int32)nSurface; in IMPL_LINK()
920 implSetSurface( nSurface, true ); in IMPL_LINK()
H A Dfontworkgallery.cxx416 void FontworkAlignmentWindow::implSetAlignment( int nSurface, bool bEnabled ) in implSetAlignment() argument
421 checkEntry( i, (i == nSurface) && bEnabled ); in implSetAlignment()
H A Dextrusioncontrols.hxx228 void implSetSurface( int nSurface, bool bEnabled );

Completed in 22 milliseconds