Searched refs:bPixel (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/svtools/source/misc/ |
H A D | imap.cxx | 226 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()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | imaprect.hxx | 42 SVT_DLLPRIVATE void ImpConstruct( const Rectangle& rRect, sal_Bool bPixel );
|
H A D | imapcirc.hxx | 43 void ImpConstruct( const Point& rCenter, sal_uLong nRad, sal_Bool bPixel );
|
H A D | imappoly.hxx | 45 SVT_DLLPRIVATE void ImpConstruct( const Polygon& rPoly, sal_Bool bPixel );
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2905 bool bPixel(false); in exportContour() local 2909 bPixel = *(sal_Bool *)rPropSet->getPropertyValue( sIsPixelContour ).getValue(); in exportContour() 2915 if(bPixel) in exportContour() 2927 if(bPixel) in exportContour()
|
/aoo42x/main/vcl/source/window/ |
H A D | winproc.cxx | 1469 bool bPixel = rEvt.mbDeltaIsPixel; in ImplHandleWheelEvent() local 1482 … aWheelData( rEvt.mnDelta, rEvt.mnNotchDelta, rEvt.mnScrollLines, nMode, nCode, bHorz, bPixel ); in ImplHandleWheelEvent()
|
Completed in 64 milliseconds