/aoo4110/main/vcl/inc/vcl/ |
H A D | gdimtf.hxx | 185 void Play( GDIMetaFile& rMtf, sal_uLong nPos = GDI_METAFILE_END ); 186 void Play( OutputDevice* pOutDev, sal_uLong nPos = GDI_METAFILE_END ); 187 void Play( OutputDevice* pOutDev, const Point& rPos,
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 652 ( (GDIMetaFile&) rMtf ).Play( this, rPos, rSize ); in DrawTransparent() 714 ((GDIMetaFile&)rMtf).Play(pVDev, rPos, rSize); in DrawTransparent() 747 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent() 760 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent()
|
H A D | gdimtf.cxx | 411 void GDIMetaFile::Play( GDIMetaFile& rMtf, sal_uLong nPos ) in Play() function in GDIMetaFile 436 void GDIMetaFile::Play( OutputDevice* pOut, sal_uLong nPos ) in Play() function in GDIMetaFile 475 void GDIMetaFile::Play( OutputDevice* pOut, const Point& rPos, in Play() function in GDIMetaFile 529 Play( pOut, nPos ); in Play() 3096 const_cast<GDIMetaFile *>(this)->Play( &aVDev, aBackPosPix, aDrawSize ); in CreateThumbnail() 3113 aMonchromeMtf.Play( &aVDev, aBackPosPix, aDrawSize ); in CreateThumbnail()
|
H A D | oldprintadaptor.cxx | 110 mpData->maPages[ i_nPage ].maPage.Play( getPrinter().get() ); in printPage()
|
H A D | pdfwriter_impl2.cxx | 468 aTmpMtf.Play( pVDev, aPoint, aDstSize ); in playMetafile() 482 aTmpMtf.Play( pVDev, aPoint, aDstSize ); in playMetafile()
|
H A D | print3.cxx | 964 io_rSubPage.Play( o_rMtf ); in appendSubPage() 1238 aCleanedFile.Play( mpImplData->mpPrinter.get() ); in printFilteredPage()
|
H A D | impgraph.cxx | 1004 ( (ImpGraphic*) this )->maMetaFile.Play( pOutDev, rDestPt, rDestSize ); in ImplDraw()
|
/aoo4110/main/apple_remote/ |
H A D | RemoteMainController.m | 116 …case kRemoteButtonPlay: buttonName = @"Play"; break; // MEDIA_COMMAND_P… 123 …case kRemoteButtonPlay_Hold: buttonName = @"Play (sleep mode)"; break; // MEDIA_COMMAND_P…
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salsound.hxx | 72 void Play( ULONG nStartTime, ULONG nPlayTime, BOOL bLoop );
|
H A D | salsound.h | 77 virtual void Play( ULONG nStartTime, ULONG nPlayTime, bool bLoop );
|
/aoo4110/main/fpicker/source/office/ |
H A D | OfficeFilePicker.src | 58 Text [ en-US ] = "~Play" ;
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | filedlghelper.src | 95 Text [ en-US ] = "~Play" ;
|
/aoo4110/main/avmedia/source/framework/ |
H A D | mediacontrol.src | 42 Text[en-US] = "Play";
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 953 aMtf.Play(Application::GetDefaultDevice(), Point(0, 0), in WriteGraphicNode() 991 aMtf.Play(Application::GetDefaultDevice(), Point(0, 0), in WriteGraphicNode()
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.src | 196 Text [ en-US ] = "~Play";
|
H A D | SlideTransitionPane.src | 183 Text [ en-US ] = "Play";
|
H A D | CustomAnimationDialog.src | 190 Text [ en-US ] = "Play";
|
/aoo4110/main/offapi/com/sun/star/ui/dialogs/ |
H A D | TemplateDescription.idl | 101 <li>A push button "Play"</li>
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | docprev.cxx | 133 pFile->Play( pVDev, aPoint, aSize ); in ImpPaint()
|
H A D | animobjs.src | 88 QuickHelpText [ en-US ] = "Play" ;
|
/aoo4110/main/sd/source/ui/app/ |
H A D | strings.src | 570 Text [ en-US ] = "~Play" ; 638 Text [ en-US ] = "Play sound" ;
|
/aoo4110/main/sfx2/source/doc/ |
H A D | graphhelp.cxx | 357 const_cast< GDIMetaFile& >( rMtf ).Play( &aVDev, aBackPosPix, aDrawSize ); in createThumb_Impl()
|
H A D | new.cxx | 159 pFile->Play( pWindow, aPoint + Point( FRAME, FRAME ), aSize ); in ImpPaint()
|
/aoo4110/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 838 aMtf.Play(&rOut); in Draw()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 2219 rGDIMetaFile.Play( *mpGDIMetaFile, 0xFFFFFFFF ); in AddFromGDIMetaFile()
|