Home
last modified time | relevance | path

Searched refs:aSrc (Results 1 – 24 of 24) sorted by path

/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx228 geometry::RealPoint2D aSrc( RADIUS * cos (a), RADIUS * sin (a) ); in drawPolishDiamond() local
235 mxCanvas->drawLine( aSrc, in drawPolishDiamond()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx372 ucbhelper::Content aSrc ( aSourceURL, mxEnvironment ); in transferImpl() local
376 aDestPath.transferContent( aSrc, in transferImpl()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1754 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 …]
/trunk/main/sal/rtl/source/
H A Duri.cxx311 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()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx3151 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()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1273 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()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx3255 MapMode aSrc( MAP_TWIP ); in GetVisibleArea() local
3257 return OutputDevice::LogicToLogic( GetVisArea().SVRect(), aSrc, aDest ); in GetVisibleArea()
3264 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel() local
3269 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in LogicToPixel()
3285 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel() local
3287 Size aSize( OutputDevice::LogicToLogic( rSize, aSrc, aDest ) ); in LogicToPixel()
3310 MapMode aSrc( MAP_TWIP ); in PixelToLogic() local
3312 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in PixelToLogic()
3327 MapMode aSrc( MAP_TWIP ); in PixelToLogic() local
3329 aSize = OutputDevice::LogicToLogic( aSize, aSrc, aDest ); in PixelToLogic()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1397 SwFmtChain aSrc( pSrc->GetChain() ); in lcl_ChainFmts() local
1398 if ( !aSrc.GetNext() ) in lcl_ChainFmts()
1400 aSrc.SetNext( pDest ); in lcl_ChainFmts()
1401 pSrc->SetFmtAttr( aSrc ); in lcl_ChainFmts()
H A Dndtbl.cxx3385 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()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx3346 const MapMode aSrc ( MAP_TWIP ); in GetIMapObject() local
3348 aOrigSz = OutputDevice::LogicToLogic( aOrigSz, aSrc, aDest ); in GetIMapObject()
3349 aActSz = OutputDevice::LogicToLogic( aActSz, aSrc, aDest ); in GetIMapObject()
3352 aPos = OutputDevice::LogicToLogic( aPos, aSrc, aDest ); in GetIMapObject()
/trunk/main/sw/source/core/ole/
H A Dndole.cxx827 const MapMode aSrc ( MAP_TWIP ); in GetOleRef() local
829 aSz = OutputDevice::LogicToLogic( aSz, aSrc, aDest ); in GetOleRef()
/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx1363 SwIndex aSrc( pCNd, 0 ); in StripTrailingPara() local
1364 pCNd->GetTxtNode()->CutText( pPrvNd, aSrc, pCNd->Len() ); in StripTrailingPara()
/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx343 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()
/trunk/main/vcl/inc/
H A Dimage.h120 ImplImageList( const ImplImageList &aSrc );
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h363 Drawable aSrc, int nScreenSrc, int nSrcDepth,
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx69 BitmapEx( const BitmapEx& rBitmapEx, Point aSrc, Size aSize );
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx66 BitmapEx::BitmapEx( const BitmapEx& rBitmapEx, Point aSrc, Size aSize ) : in BitmapEx() argument
84 Rectangle aSrcRect( aSrc, aSize ); in BitmapEx()
H A Dbmpfast.cxx339 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 Dimpimage.cxx96 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx484 Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY), in drawBitmap() local
492 m_pPrinterGfx->DrawBitmap (aDst, aSrc, aBmp); in drawBitmap()
H A Dsalgdi2.cxx82 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 Dxrender_peer.hxx68 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()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx420 Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY), in drawBitmap() local
429 m_pPrinterGfx->DrawBitmap(aDst, aSrc, aBmp); in drawBitmap()
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx79 void lcl_mergeProperties( uno::Sequence< beans::PropertyValue >& aSrc, in lcl_mergeProperties() argument
82 for ( sal_Int32 i = 0, nSrcLen = aSrc.getLength( ); i < nSrcLen; i++ ) in lcl_mergeProperties()
85 sal_Int32 nPos = lcl_findProperty( aDst, aSrc[i].Name ); in lcl_mergeProperties()
89 aDst[nPos] = aSrc[i]; in lcl_mergeProperties()
95 aDst[ aDst.getLength( ) - 1 ] = aSrc[i]; in lcl_mergeProperties()

Completed in 200 milliseconds