Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx365 …sal_Int32 nSurface = ((const SfxInt32Item*)rReq.GetArgs()->GetItem(SID_EXTRUSION_SURFACE))->GetVal… in impl_execute() local
372 switch( nSurface ) in impl_execute()
893 sal_Int32 nSurface = 0; // wire frame in getExtrusionSurfaceState() local
909 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()
/aoo41x/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 35 milliseconds