Lines Matching refs:bEnabled
150 void ExtrusionDirectionWindow::implSetDirection( sal_Int32 nSkew, bool bEnabled ) in implSetDirection() argument
170 enableEntry( 2, bEnabled ); in implSetDirection()
175 void ExtrusionDirectionWindow::implSetProjection( sal_Int32 nProjection, bool bEnabled ) in implSetProjection() argument
177 checkEntry( 0, (nProjection == 0) && bEnabled ); in implSetProjection()
178 checkEntry( 1, (nProjection == 1 ) && bEnabled ); in implSetProjection()
179 enableEntry( 0, bEnabled ); in implSetProjection()
180 enableEntry( 1, bEnabled ); in implSetProjection()
643 void ExtrusionLightingWindow::implSetIntensity( int nLevel, bool bEnabled ) in implSetIntensity() argument
646 mbLevelEnabled = bEnabled; in implSetIntensity()
650 checkEntry( i, (i == nLevel) && bEnabled ); in implSetIntensity()
651 enableEntry( i, bEnabled ); in implSetIntensity()
657 void ExtrusionLightingWindow::implSetDirection( int nDirection, bool bEnabled ) in implSetDirection() argument
660 mbDirectionEnabled = bEnabled; in implSetDirection()
664 if( !bEnabled ) in implSetDirection()
687 enableEntry( 3, bEnabled ); in implSetDirection()
872 void ExtrusionSurfaceWindow::implSetSurface( int nSurface, bool bEnabled ) in implSetSurface() argument
879 checkEntry( i, (i == nSurface) && bEnabled ); in implSetSurface()
880 enableEntry( i, bEnabled ); in implSetSurface()