Home
last modified time | relevance | path

Searched refs:aDest (Results 1 – 25 of 46) sorted by last modified time

12

/trunk/main/tools/source/fsys/
H A Ddirent.cxx2727 ByteString aDest(GUI2FSYS(rDest.GetFull()), osl_getThreadTextEncoding()); in CopyTo() local
2728 if (link( aThis.GetBuffer(), aDest.GetBuffer() ) == -1) in CopyTo()
2763 DirEntry aDest(rNewName); in MoveTo() local
2767 aDest += String(aName, osl_getThreadTextEncoding()); in MoveTo()
2769 if ( aDest.Exists() ) in MoveTo()
2775 if ( FileStat(*this).IsKind(FSYS_KIND_DIR) && aDest.GetPath() != GetPath() ) in MoveTo()
2788 String aTo( aDest.GetFull() ); in MoveTo()
H A Dos2.cxx257 String aDest( aTmpDest.GetFull() );
272 ItemIDPath aItemIDPath(aDest);
278 aShortDest.Len()>0?(PSZ)aShortDest.GetStr():(PSZ)aDest.GetStr());
286 aShortDest.Len()>0?(PSZ)aShortDest.GetStr():(PSZ)aDest.GetStr());
/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx173 SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes() local
187 aDest.Set( rSource ); in SetAttributes()
188 pObj->SetMergedItemSet( aDest ); in SetAttributes()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2973 String aDest( rPath ); in CopyScript() local
2974 aDest += rDest; in CopyScript()
2981 nErr = aFile.createStream(aDest, pStr); in CopyScript()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx505 Sequence< ScriptEventDescriptor > aDest( nLength ); in createEvents() local
518 if ( nEvts > aDest.getLength() ) in createEvents()
519 aDest.realloc( nEvts );// should never happen in createEvents()
520 aDest[ dIndex ] = evtDesc; in createEvents()
523 aDest.realloc( nEvts ); in createEvents()
525 return aDest; in createEvents()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3904 ScRange aDest( nDestPosX, nDestPosY, nThisTab, in DropTransferObj() local
3929 bFiltered = ScViewUtil::HasFiltered( aDest, pThisDoc); in DropTransferObj()
4006 bDone = pView->LinkBlock( aSource, aDest.aStart, sal_True /*bApi*/ ); in DropTransferObj()
4036 bDone = aDest.Move( 0, -nSizeY, 0, pThisDoc ); in DropTransferObj()
4040 bDone = aDest.Move( -nSizeX, 0, 0, pThisDoc ); in DropTransferObj()
4050 pView->MarkRange( aDest, sal_False, sal_False ); in DropTransferObj()
4051 pView->SetCursor( aDest.aEnd.Col(), aDest.aEnd.Row() ); in DropTransferObj()
4158 pView->MarkRange( aDest, sal_False, sal_False ); in DropTransferObj()
4159 pView->SetCursor( aDest.aEnd.Col(), aDest.aEnd.Row() ); in DropTransferObj()
4192 pView->MarkRange( aDest, sal_False, sal_False ); in DropTransferObj()
[all …]
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1368 String aDest = pTos1->GetString(); in StepRENAME() local
1374 implStepRenameUCB( aSource, aDest ); in StepRENAME()
1383 if( aSourceDirEntry.MoveTo( DirEntry(aDest) ) != FSYS_ERR_OK ) in StepRENAME()
1389 implStepRenameOSL( aSource, aDest ); in StepRENAME()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1302 SvMemoryStream aDest; in Rotate() local
1310 aDest << aStroke; in Rotate()
1312 static_cast<const sal_uInt8*>( aDest.GetData()), aDest.Tell() ) ); in Rotate()
1321 aDest << aFill; in Rotate()
1323 static_cast<const sal_uInt8*>( aDest.GetData()), aDest.Tell() ) ); in Rotate()
H A Dpdfwriter_impl.cxx5638 OStringBuffer aDest; in emitWidgetAnnotations() local
5639 … if( rWidget.m_nDest != -1 && appendDest( m_aDestinationIdTranslation[ rWidget.m_nDest ], aDest ) ) in emitWidgetAnnotations()
5642 aLine.append( aDest.makeStringAndClear() ); in emitWidgetAnnotations()
H A Dmetaact.cxx4102 SvMemoryStream aDest; in Move() local
4123 aDest << aStroke; in Move()
4135 aDest << aFill; in Move()
4138 ImplInitDynamicData( static_cast<const sal_uInt8*>( aDest.GetData() ), aDest.Tell() ); in Move()
4158 SvMemoryStream aDest; in Scale() local
4167 aDest << aStroke; in Scale()
4177 aDest << aFill; in Scale()
4180 ImplInitDynamicData( static_cast<const sal_uInt8*>( aDest.GetData() ), aDest.Tell() ); in Scale()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx1795 const INetURLObject& aDest, in TransactedTransferForFS_Impl() argument
2109 INetURLObject aDest( GetURLObject() ); in Transfer_Impl() local
2122 …if ( ::utl::LocalFileHelper::IsLocalFile( aDest.GetMainURL( INetURLObject::NO_DECODE ) ) || !aDest in Transfer_Impl()
2124 TransactedTransferForFS_Impl( aSource, aDest, xComEnv ); in Transfer_Impl()
2290 INetURLObject aDest = GetURLObject(); in DoInternalBackup_Impl() local
2291 if ( aDest.removeSegment() ) in DoInternalBackup_Impl()
2321 INetURLObject aDest( aBakDir ); in DoBackup_Impl() local
2322 aDest.insertName( aSource.getName() ); in DoBackup_Impl()
2323 aDest.setExtension( DEFINE_CONST_UNICODE( "bak" ) ); in DoBackup_Impl()
4064 INetURLObject aDest( aNewTempFileURL ); in CreateTempCopyWithExt() local
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx218 IndexFieldsIterator aDest = _rFields.begin(); in commitTo() local
222 *aDest = *aSource; in commitTo()
223 ++aDest; in commitTo()
226 _rFields.resize(aDest - _rFields.begin()); in commitTo()
/trunk/extras/l10n/source/ca/
H A Dlocalize.sdf13122 …ard.business.Tables.deliveries.Fields.destinationaddress Name 0 ca AdreçaDestí 20200411 15:09…
/trunk/extras/l10n/source/ca-XV/
H A Dlocalize.sdf13122 ….business.Tables.deliveries.Fields.destinationaddress Name 0 ca-XV AdreçaDestí 20200411 15:09…
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx83 Drawable aDest, int nScreenDest, int nDestDepth, in CopyScreenArea() argument
92 XCopyArea( pDisplay, aSrc, aDest, aDestGC, in CopyScreenArea()
104 XPutImage( pDisplay, aDest, aDestGC, pImage, in CopyScreenArea()
122 aBM.ImplDraw( aDest, nScreenDest, nDestDepth, aTwoRect,aDestGC ); in CopyScreenArea()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h364 Drawable aDest, int nScreenDest, int nDestDepth,
/trunk/main/tools/bootstrp/
H A Drscdep.cxx129 DirEntry aDest( aName ); in main() local
130 aSrsBaseName = aDest.GetBase(); in main()
195 DirEntry aDest( aName ); in main() local
196 aSrsBaseName = aDest.GetBase(); in main()
/trunk/main/sw/source/ui/wrtsh/
H A Dmove.cxx475 aDest = GetCntntPos(aPt,lOffset > 0); in PushCrsr()
476 aDest.X() = aPt.X(); in PushCrsr()
492 if( aTmpArea.IsInside(aDest) ) in PushCrsr()
516 (this->*fnSetCrsr)( &aDest, sal_True ); in PushCrsr()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx529 Point aDest; member in SwWrtShell
/trunk/main/sw/source/core/ole/
H A Dndole.cxx828 const MapMode aDest( MAP_100TH_MM ); in GetOleRef() local
829 aSz = OutputDevice::LogicToLogic( aSz, aSrc, aDest ); in GetOleRef()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx3347 const MapMode aDest( MAP_100TH_MM ); 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/docnode/
H A Dndcopy.cxx1403 SwFmtChain aDest( pDest->GetChain() ); in lcl_ChainFmts() local
1404 if ( !aDest.GetPrev() ) in lcl_ChainFmts()
1406 aDest.SetPrev( pSrc ); in lcl_ChainFmts()
1407 pDest->SetFmtAttr( aDest ); 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()
3397 { aDest.Insert( pFmt, aDest.Count() ); } in DestFmt_Insert()
3403 { return (SwFrmFmt*)aDest[ nPos ]; } in DestFmt_Get()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx3256 MapMode aDest( MAP_100TH_MM ); in GetVisibleArea() local
3257 return OutputDevice::LogicToLogic( GetVisArea().SVRect(), aSrc, aDest ); in GetVisibleArea()
3265 MapMode aDest( MAP_TWIP ); in LogicToPixel() local
3269 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in LogicToPixel()
3286 MapMode aDest( MAP_TWIP ); in LogicToPixel() local
3287 Size aSize( OutputDevice::LogicToLogic( rSize, aSrc, aDest ) ); in LogicToPixel()
3311 MapMode aDest( MAP_100TH_MM ); in PixelToLogic() local
3312 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in PixelToLogic()
3328 MapMode aDest( MAP_100TH_MM ); in PixelToLogic() local
3329 aSize = OutputDevice::LogicToLogic( aSize, aSrc, aDest ); in PixelToLogic()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1151 Point aDest( ImplMap( rPoint ) ); in MoveTo() local
1153 aPathObj.AddPoint( aDest ); in MoveTo()
1154 maActPos = aDest; in MoveTo()
1163 Point aDest( ImplMap( rPoint ) ); in LineTo() local
1165 aPathObj.AddPoint( aDest ); in LineTo()
1171 maActPos = aDest; in LineTo()
1194 PolyPolygon aDest; in DrawRect() local
1196 ImplDrawClippedPolyPolygon( aDest ); in DrawRect()
1353 PolyPolygon aDest; in DrawPolygon() local
1355 ImplDrawClippedPolyPolygon( aDest ); in DrawPolygon()
[all …]

Completed in 2344 milliseconds

12