/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdiutils.cxx | 61 mrContext = xContext; in SetPrinterGraphics() 73 if( mrContext ) in SetPrinterGraphics() 91 mrContext = xContext; in SetVirDevGraphics() 134 mrContext = 0; in InvalidateContext() 141 if( mrContext ) in UnsetState() 144 mrContext = 0; in UnsetState() 192 rReleaseContext = mrContext; in CheckContext() 194 mrContext = NULL; in CheckContext() 198 if( !mrContext ) in CheckContext() 207 if( mrContext ) in CheckContext() [all …]
|
H A D | salgdi.cxx | 266 , mrContext( NULL ) in AquaSalGraphics() 300 else if( mrContext && mbWindow ) in ~AquaSalGraphics() 303 CGContextRelease( mrContext ); in ~AquaSalGraphics() 304 mrContext = NULL; in ~AquaSalGraphics() 702 CGContextBeginPath( mrContext ); in drawLine() 779 CGContextBeginPath( mrContext ); in drawPolyLine() 815 CGContextBeginPath( mrContext ); in drawPolygon() 885 CGContextBeginPath( mrContext ); in drawPolyPolygon() 1463 CGContextSaveGState( mrContext ); in drawEPS() 1585 CGContextBeginPath( mrContext ); in drawAlphaRect() [all …]
|
H A D | salnativewidgets.cxx | 485 CGContextSaveGState( mrContext ); in drawNativeControl() 546 CGContextFillRect( mrContext, rc ); in drawNativeControl() 718 CGContextSetFillColor( mrContext, aGrey ); in drawNativeControl() 719 CGContextBeginPath( mrContext ); in drawNativeControl() 722 CGContextMoveToPoint( mrContext, x, y ); in drawNativeControl() 724 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl() 727 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl() 728 CGContextDrawPath( mrContext, kCGPathEOFill ); in drawNativeControl() 1163 CGContextBeginPath( mrContext ); in drawNativeControl() 1164 CGContextAddPath( mrContext, rPath ); in drawNativeControl() [all …]
|
H A D | ctlayout.cxx | 250 CGContextSaveGState( rAquaGraphics.mrContext ); in DrawText() 251 CGContextScaleCTM( rAquaGraphics.mrContext, +mfFontScale, -mfFontScale ); in DrawText() 252 CGContextSetShouldAntialias( rAquaGraphics.mrContext, !rAquaGraphics.mbNonAntialiasedText ); in DrawText() 260 CGContextRotateCTM( rAquaGraphics.mrContext, +mfFontRotation ); in DrawText() 266 CGContextSetTextPosition( rAquaGraphics.mrContext, aTextPos.x, aTextPos.y ); in DrawText() 271 const CGRect aInkRect = CTLineGetImageBounds( mpCTLine, rAquaGraphics.mrContext ); in DrawText() 277 CGContextSetFillColor( rAquaGraphics.mrContext, rAquaGraphics.maTextColor.AsArray() ); in DrawText() 280 CTLineDraw( mpCTLine, rAquaGraphics.mrContext ); in DrawText() 283 CGContextRestoreGState( rAquaGraphics.mrContext ); in DrawText() 518 CGRect aMacRect = CTLineGetImageBounds( mpCTLine, rAquaGraphics.mrContext ); in GetBoundRect() [all …]
|
H A D | salprn.cxx | 96 …mrContext = CGBitmapContextCreate( maContextMemory.get(), nWidth, nHeight, 8, nWidth * 4, GetSalDa… in AquaSalInfoPrinter() 97 if( mrContext ) in AquaSalInfoPrinter() 98 SetupPrinterGraphics( mrContext ); in AquaSalInfoPrinter() 115 if( mrContext ) in ~AquaSalInfoPrinter() 116 CFRelease( mrContext ); in ~AquaSalInfoPrinter() 623 if( mrContext ) in StartJob() 624 SetupPrinterGraphics( mrContext ); in StartJob()
|
H A D | atslayout.cxx | 374 CGContextSaveGState( rAquaGraphics.mrContext ); in DrawText() 375 CGContextScaleCTM( rAquaGraphics.mrContext, +mfFontScale, -mfFontScale ); in DrawText() 376 CGContextSetShouldAntialias( rAquaGraphics.mrContext, !rAquaGraphics.mbNonAntialiasedText ); in DrawText() 388 theValues[numcontrols++] = &rAquaGraphics.mrContext; in DrawText() 448 aRect = CGContextConvertRectToDeviceSpace( rAquaGraphics.mrContext, aRect ); in DrawText() 454 CGContextRestoreGState( rAquaGraphics.mrContext ); in DrawText()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 290 mrContext); in createShape() 311 mrContext ); in createShape() 334 mrContext ); in createShape() 347 mrContext ); in createShape() 378 mrContext ); in createShape() 439 mrContext ); in createShape() 447 mrContext ); in createShape() 524 UnoViewVector::const_iterator aIter=(mrContext.mrViewContainer).begin(); in importPolygons() 525 UnoViewVector::const_iterator aEnd=(mrContext.mrViewContainer).end(); in importPolygons() 553 mrContext) ); in importBackgroundShape() [all …]
|
/aoo4110/main/svx/source/accessibility/ |
H A D | ChildrenManagerImpl.cxx | 81 mrContext (rContext), in ChildrenManagerImpl() 380 I->disposeAccessibleObject (mrContext); in RemoveNonVisibleChildren() 455 mrContext.CommitChange ( in CreateAccessibilityObjects() 503 mrContext.CommitChange ( in AddShape() 533 I->disposeAccessibleObject (mrContext); in RemoveShape() 575 mrContext.CommitChange ( in ClearAccessibleShapeList() 698 I->disposeAccessibleObject (mrContext); in disposing() 873 mrContext.CommitChange ( in ReplaceChild() 881 mrContext.CommitChange ( in ReplaceChild() 1081 mrContext.CommitChange(AccessibleEventId::SELECTION_CHANGED_ADD,anyShape,uno::Any()); in UpdateSelection() [all …]
|
H A D | ChildrenManagerImpl.hxx | 361 AccessibleContextBase& mrContext; member in accessibility::ChildrenManagerImpl
|
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | animationnodefactory.cxx | 84 : mrParent( rParent ), mrContext( rContext ) {} in NodeCreator() 89 createChild( xChildNode, mrContext ); in operator ()() 111 const NodeContext& mrContext; member in slideshow::internal::__anon38a099cc0111::NodeCreator 129 NodeContext aContext( mrContext ); in operator ()()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_quartz_cairo.cxx | 200 CGContextRef mrContext = getCGContext(); in flush() local 202 if (!mrContext) return; in flush() 210 CGImageRef xImage = CGBitmapContextCreateImage(mrContext); in flush()
|
/aoo4110/main/toolkit/inc/toolkit/helper/ |
H A D | listenermultiplexer.hxx | 64 ::cppu::OWeakObject& mrContext; 67 ::cppu::OWeakObject& GetContext() { return mrContext; } in GetContext() 75 void SAL_CALL acquire() throw() { mrContext.acquire(); } in acquire() 76 void SAL_CALL release() throw() { mrContext.release(); } in release()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | shapeimporter.hxx | 141 const SlideShowContext& mrContext; member in slideshow::internal::ShapeImporter
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salprn.h | 57 CGContextRef mrContext; member in AquaSalInfoPrinter
|
H A D | salgdi.h | 153 CGContextRef mrContext; // Quartz drawing context member in AquaSalGraphics
|
/aoo4110/main/toolkit/source/helper/ |
H A D | listenermultiplexer.cxx | 34 : ::cppu::OInterfaceContainerHelper( GetMutex() ), mrContext( rSource ) in ListenerMultiplexerBase()
|