/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 68 void CompositePicture( int nOp, Picture aSrc, Picture aMask, Picture aDst, 78 void CompositeString32( Picture aSrc, Picture aDst, GlyphSet, 82 void CompositeTrapezoids( int nOp, Picture aSrc, Picture aDst, 290 inline void XRenderPeer::CompositeString32( Picture aSrc, Picture aDst, in CompositeString32() argument 295 XRenderCompositeString32( mpDisplay, PictOpOver, aSrc, aDst, NULL, in CompositeString32() 298 (*mpXRenderCompositeString32)( mpDisplay, PictOpOver, aSrc, aDst, NULL, in CompositeString32() 315 Picture aSrc, Picture aDst, const XRenderPictFormat* pXRPF, in CompositeTrapezoids() argument 319 XRenderCompositeTrapezoids( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids() 322 (*mpXRenderCompositeTrapezoids)( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids()
|
H A D | salgdi2.cxx | 82 Drawable aSrc, int nScreenSrc, int nSrcDepth, in CopyScreenArea() argument 92 XCopyArea( pDisplay, aSrc, aDest, aDestGC, in CopyScreenArea() 98 XImage* pImage = XGetImage( pDisplay, aSrc, src_x, src_y, w, h, in CopyScreenArea() 115 aBM.ImplCreateFromDrawable( aSrc, nScreenSrc, nSrcDepth, src_x, src_y, w, h ); in CopyScreenArea()
|
H A D | pspgraphics.cxx | 484 Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY), in drawBitmap() local 492 m_pPrinterGfx->DrawBitmap (aDst, aSrc, aBmp); in drawBitmap()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpfast.cxx | 339 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplConvertLine() local 342 ImplConvertPixel( aDst, aSrc ); in ImplConvertLine() 343 ++aSrc; in ImplConvertLine() 390 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplBlendLines() local 393 ImplBlendPixels<ALPHABITS>( aDst, aSrc, aMsk.GetAlpha() ); in ImplBlendLines() 395 ++aSrc; in ImplBlendLines() 411 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplBlendLines() local 415 ImplBlendPixels<ALPHABITS>( aDst, aSrc, nAlphaVal ); in ImplBlendLines() 417 ++aSrc; in ImplBlendLines()
|
H A D | impimage.cxx | 96 ImplImageList::ImplImageList( const ImplImageList &aSrc ) : in ImplImageList() argument 97 maPrefix( aSrc.maPrefix ), in ImplImageList() 98 maImageSize( aSrc.maImageSize ), in ImplImageList() 101 maImages.reserve( aSrc.maImages.size() ); in ImplImageList() 102 …for ( ImageAryDataVec::const_iterator aIt = aSrc.maImages.begin(), aEnd = aSrc.maImages.end(); aIt… in ImplImageList()
|
H A D | bitmapex.cxx | 64 BitmapEx::BitmapEx( const BitmapEx& rBitmapEx, Point aSrc, Size aSize ) : in BitmapEx() argument 82 Rectangle aSrcRect( aSrc, aSize ); in BitmapEx()
|
/aoo41x/main/tools/source/fsys/ |
H A D | filecopy.cxx | 343 SvFileStream aSrc( aFileName, STREAM_READ|STREAM_NOCREATE|STREAM_SHARE_DENYNONE ); in DoCopy_Impl() local 345 if ( !aSrc.GetError() ) in DoCopy_Impl() 349 if ( fstat( aSrc.GetFileHandle(), &buf ) == -1 ) in DoCopy_Impl() 375 nSize = aSrc.Read( pBuf, nBlockSize ); in DoCopy_Impl() 399 eRet = Error( aSrc.GetError(), &rSource, 0 ); in DoCopy_Impl()
|
/aoo41x/main/sal/rtl/source/ |
H A D | uri.cxx | 311 sal_Unicode aSrc[2]; in writeEscapeChar() local 315 aSrc[0] = static_cast< sal_Unicode >(nUtf32); in writeEscapeChar() 320 aSrc[0] = static_cast< sal_Unicode >( in writeEscapeChar() 322 aSrc[1] = static_cast< sal_Unicode >( in writeEscapeChar() 330 aConverter, 0, aSrc, nSrcSize, aDst, sizeof aDst, in writeEscapeChar()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | NumberingManager.cxx | 99 void lcl_mergeProperties( uno::Sequence< beans::PropertyValue >& aSrc, in lcl_mergeProperties() argument 102 for ( sal_Int32 i = 0, nSrcLen = aSrc.getLength( ); i < nSrcLen; i++ ) in lcl_mergeProperties() 105 sal_Int32 nPos = lcl_findProperty( aDst, aSrc[i].Name ); in lcl_mergeProperties() 109 aDst[nPos] = aSrc[i]; in lcl_mergeProperties() 115 aDst[ aDst.getLength( ) - 1 ] = aSrc[i]; in lcl_mergeProperties()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accmap.cxx | 3264 MapMode aSrc( MAP_TWIP ); in GetVisibleArea() local 3266 return OutputDevice::LogicToLogic( GetVisArea().SVRect(), aSrc, aDest ); in GetVisibleArea() 3273 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel() local 3278 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in LogicToPixel() 3294 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel() local 3296 Size aSize( OutputDevice::LogicToLogic( rSize, aSrc, aDest ) ); in LogicToPixel() 3319 MapMode aSrc( MAP_TWIP ); in PixelToLogic() local 3321 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in PixelToLogic() 3336 MapMode aSrc( MAP_TWIP ); in PixelToLogic() local 3338 aSize = OutputDevice::LogicToLogic( aSize, aSrc, aDest ); in PixelToLogic()
|
/aoo41x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 1754 RscSrc aSrc( ... ); //entspricht einer .src Datei 1759 pDef1 = aSrc.FindDef( "DEF1" ); //Makro holen 1760 pDef2 = aSrc.FindDef( "DEF2" ); //Makro holen 1764 AliaSrc.SetRscInst( RscId( pDef1 ), aStrInst ); 1766 AliaSrc.SetRscInst( RscId( pDef2 ), aStrInst ); 1768 aSrc.ChangeDef( "DEF2", 1000 ); 2073 RscDependList * pDepLst = aSrc.GetDependList(); 2604 RscSrc aSrc( &aBase, 2610 aSrc.ReadFile(); 2614 aInst = aSrc.GetRscInst( pClassTyp, RscId( 1000 ) ); [all …]
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 1273 Point aSrc, aDest; in ImplDrawHorzScrolled() local 1277 aSrc = Point( GetFirstX() + 1, 0 ); in ImplDrawHorzScrolled() 1284 aSrc = Point( GetFirstX() + GetCharWidth() * (nPos - nOldPos) + 1, 0 ); in ImplDrawHorzScrolled() 1294 maBackgrDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled() 1297 maGridDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 1394 SwFmtChain aSrc( pSrc->GetChain() ); in lcl_ChainFmts() local 1395 if ( !aSrc.GetNext() ) in lcl_ChainFmts() 1397 aSrc.SetNext( pDest ); in lcl_ChainFmts() 1398 pSrc->SetFmtAttr( aSrc ); in lcl_ChainFmts()
|
H A D | ndtbl.cxx | 3385 SvPtrarr aSrc, aDest; member in _SplitTable_Para 3391 : aSrc( 16, 16 ), aDest( 16, 16 ), pNewTblNd( pNew ), rOldTbl( rOld ) in _SplitTable_Para() 3394 { return aSrc.GetPos( pFmt ); } in SrcFmt_GetPos() 3400 { aSrc.Insert( pFmt, aSrc.Count() ); } in SrcFmt_Insert()
|
/aoo41x/main/canvas/workben/ |
H A D | canvasdemo.cxx | 228 geometry::RealPoint2D aSrc( RADIUS * cos (a), RADIUS * sin (a) ); in drawPolishDiamond() local 235 mxCanvas->drawLine( aSrc, in drawPolishDiamond()
|
/aoo41x/main/vcl/inc/ |
H A D | image.h | 120 ImplImageList( const ImplImageList &aSrc );
|
/aoo41x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 827 const MapMode aSrc ( MAP_TWIP ); in GetOleRef() local 829 aSz = OutputDevice::LogicToLogic( aSz, aSrc, aDest ); in GetOleRef()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmapex.hxx | 69 BitmapEx( const BitmapEx& rBitmapEx, Point aSrc, Size aSize );
|
/aoo41x/main/fileaccess/source/ |
H A D | FileAccess.cxx | 370 ucbhelper::Content aSrc ( aSourceURL, mxEnvironment ); in transferImpl() local 374 aDestPath.transferContent( aSrc, in transferImpl()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 3270 const MapMode aSrc ( MAP_TWIP ); in GetIMapObject() local 3272 aOrigSz = OutputDevice::LogicToLogic( aOrigSz, aSrc, aDest ); in GetIMapObject() 3273 aActSz = OutputDevice::LogicToLogic( aActSz, aSrc, aDest ); in GetIMapObject() 3276 aPos = OutputDevice::LogicToLogic( aPos, aSrc, aDest ); in GetIMapObject()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 1363 SwIndex aSrc( pCNd, 0 ); in StripTrailingPara() local 1364 pCNd->GetTxtNode()->CutText( pPrvNd, aSrc, pCNd->Len() ); in StripTrailingPara()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 420 Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY), in drawBitmap() local 429 m_pPrinterGfx->DrawBitmap(aDst, aSrc, aBmp); in drawBitmap()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | salgdi.h | 363 Drawable aSrc, int nScreenSrc, int nSrcDepth,
|
/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 3151 ScAddress aSrc( nStartCol, nStartRow, nTab ); in CopyData() local 3153 ScRange aRange( aSrc, aDest ); in CopyData() 3158 aSrc.SetRow( nRow ); in CopyData() 3163 aSrc.SetCol( nCol ); in CopyData()
|