Home
last modified time | relevance | path

Searched refs:bPixel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dimap.cxx226 void IMapRectangleObject::ImpConstruct( const Rectangle& rRect, sal_Bool bPixel ) in ImpConstruct() argument
228 if ( bPixel ) in ImpConstruct()
359 void IMapCircleObject::ImpConstruct( const Point& rCenter, sal_uLong nRad, sal_Bool bPixel ) in ImpConstruct() argument
361 if ( bPixel ) in ImpConstruct()
554 void IMapPolygonObject::ImpConstruct( const Polygon& rPoly, sal_Bool bPixel ) in ImpConstruct() argument
556 if ( bPixel ) in ImpConstruct()
/trunk/main/svtools/inc/svtools/
H A Dimaprect.hxx42 SVT_DLLPRIVATE void ImpConstruct( const Rectangle& rRect, sal_Bool bPixel );
H A Dimapcirc.hxx43 void ImpConstruct( const Point& rCenter, sal_uLong nRad, sal_Bool bPixel );
H A Dimappoly.hxx45 SVT_DLLPRIVATE void ImpConstruct( const Polygon& rPoly, sal_Bool bPixel );
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx2907 bool bPixel(false); in exportContour() local
2911 bPixel = *(sal_Bool *)rPropSet->getPropertyValue( sIsPixelContour ).getValue(); in exportContour()
2917 if(bPixel) in exportContour()
2929 if(bPixel) in exportContour()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx1469 bool bPixel = rEvt.mbDeltaIsPixel; in ImplHandleWheelEvent() local
1482 … aWheelData( rEvt.mnDelta, rEvt.mnNotchDelta, rEvt.mnScrollLines, nMode, nCode, bHorz, bPixel ); in ImplHandleWheelEvent()

Completed in 57 milliseconds