| /trunk/main/sd/source/filter/eppt/ |
| H A D | pptexanimations.cxx | 1423 rtl::OUString aDest; in convertAnimateValue() local 1434 aDest += aStr; in convertAnimateValue() 1445 aDest += rtl::OUString::valueOf( fNumber ); in convertAnimateValue() 1458 aDest += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "hsl(" ) ); in convertAnimateValue() 1459 aDest += rtl::OUString::valueOf( (sal_Int32)( aHSL[ 0 ] / ( 360.0 / 255 ) ) ); in convertAnimateValue() 1460 aDest += aP; in convertAnimateValue() 1461 aDest += rtl::OUString::valueOf( (sal_Int32)( aHSL[ 1 ] * 255.0 ) ); in convertAnimateValue() 1462 aDest += aP; in convertAnimateValue() 1463 aDest += rtl::OUString::valueOf( (sal_Int32)( aHSL[ 2 ] * 255.0 ) ); in convertAnimateValue() 1464 aDest += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ")" ) ); in convertAnimateValue() [all …]
|
| /trunk/main/sc/source/core/tool/ |
| H A D | consoli.cxx | 783 ScAddress aDest( sal::static_int_cast<SCCOL>(nCol+nArrX), in OutputToDocument() local 785 … ScBaseCell* pCell = new ScFormulaCell( pDestDoc, aDest, &aRefArr ); in OutputToDocument() 786 … pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument() 792 ScAddress aDest( sal::static_int_cast<SCCOL>(nCol+nArrX), in OutputToDocument() local 799 aCRef.CalcRelFromAbs( aDest ); in OutputToDocument() 807 ScBaseCell* pCell = new ScFormulaCell( pDestDoc, aDest, &aArr ); in OutputToDocument() 808 pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument()
|
| /trunk/main/svtools/source/filter/wmf/ |
| H A D | winmtf.cxx | 1151 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() 1169 mpGDIMetaFile->AddAction( new MetaLineAction( maActPos, aDest, maLineStyle.aLineInfo ) ); in LineTo() 1171 maActPos = aDest; in LineTo() 1194 PolyPolygon aDest; in DrawRect() local 1195 aClipPath.GetClipPath().GetIntersection( aPolyPolyRect, aDest ); in DrawRect() 1196 ImplDrawClippedPolyPolygon( aDest ); in DrawRect() [all …]
|
| /trunk/main/tools/bootstrp/ |
| H A D | rscdep.cxx | 129 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/sfx2/source/doc/ |
| H A D | docfile.cxx | 1795 const INetURLObject& aDest, in TransactedTransferForFS_Impl() argument 1805 … aOriginalContent = ::ucbhelper::Content( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in TransactedTransferForFS_Impl() 1849 …if( bOverWrite && ::utl::UCBContentHelper::IsDocument( aDest.GetMainURL( INetURLObject::NO_DECODE … in TransactedTransferForFS_Impl() 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() 2139 … aTransferContent = ::ucbhelper::Content( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in Transfer_Impl() 2290 INetURLObject aDest = GetURLObject(); in DoInternalBackup_Impl() local 2291 if ( aDest.removeSegment() ) in DoInternalBackup_Impl() 2292 …DoInternalBackup_Impl( aOriginalContent, aPrefix, aExtension, aDest.GetMainURL( INetURLObject::NO_… in DoInternalBackup_Impl() [all …]
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | ConnectionLine.cxx | 385 Point aDest = m_aDestConnPos - m_aSourceConnPos; in getMidPoint() local 386 aDest.X() /= 2; in getMidPoint() 387 aDest.Y() /= 2; in getMidPoint() 389 return m_aSourceConnPos + aDest; in getMidPoint()
|
| H A D | TableWindowListBox.cxx | 339 pCont->AddConnection(m_aDropInfo.aSource, m_aDropInfo.aDest); 355 m_aDropInfo.aDest = OJoinExchObj::GetSourceDescription(_rEvt.maDropEvent.Transferable); in ExecuteDrop()
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | indexfieldscontrol.cxx | 218 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/main/sw/source/ui/ribbar/ |
| H A D | concustomshape.cxx | 173 … 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/sw/source/ui/wrtsh/ |
| H A D | move.cxx | 472 aDest = GetCntntPos(aPt,lOffset > 0); in PushCrsr() 473 aDest.X() = aPt.X(); in PushCrsr() 489 if( aTmpArea.IsInside(aDest) ) in PushCrsr() 513 (this->*fnSetCrsr)( &aDest, sal_True ); in PushCrsr()
|
| /trunk/main/sc/source/ui/drawfunc/ |
| H A D | fuconcustomshape.cxx | 238 … SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes() local 252 aDest.Set( rSource ); in SetAttributes() 253 pObj->SetMergedItemSet( aDest ); in SetAttributes()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuconcs.cxx | 261 … SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes() local 275 aDest.Set( rSource ); in SetAttributes() 276 pObj->SetMergedItemSet( aDest ); in SetAttributes()
|
| /trunk/main/scripting/source/vbaevents/ |
| H A D | eventhelper.cxx | 505 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 D | gridwin.cxx | 3882 ScRange aDest( nDestPosX, nDestPosY, nThisTab, in DropTransferObj() local 3906 bFiltered = ScViewUtil::HasFiltered( aDest, pThisDoc); in DropTransferObj() 3957 …bDone = pDocSh->GetDocFunc().InsertCells( aDest, NULL, meDragInsertMode, sal_True /*bRecord*/, sal… in DropTransferObj() 3983 bDone = pView->LinkBlock( aSource, aDest.aStart, sal_True /*bApi*/ ); in DropTransferObj() 3988 …bDone = pView->MoveBlockTo( aSource, aDest.aStart, bIsMove, sal_True /*bRecord*/, sal_True /*bPain… in DropTransferObj() 4013 bDone = aDest.Move( 0, -nSizeY, 0, pThisDoc ); in DropTransferObj() 4017 bDone = aDest.Move( -nSizeX, 0, 0, pThisDoc ); in DropTransferObj() 4027 pView->MarkRange( aDest, sal_False, sal_False ); in DropTransferObj() 4028 pView->SetCursor( aDest.aEnd.Col(), aDest.aEnd.Row() ); in DropTransferObj() 4094 …bDone = pDocSh->GetDocFunc().InsertCells( aDest, NULL, meDragInsertMode, sal_True /*bRecord*/, sal… in DropTransferObj() [all …]
|
| /trunk/main/editeng/source/misc/ |
| H A D | svxacorr.cxx | 2493 INetURLObject aDest; in MakeUserStorage_Impl() local 2503 aDest = INetURLObject ( sUserAutoCorrFile ); in MakeUserStorage_Impl() 2506 aDest.SetExtension ( String::CreateFromAscii ( "bak" ) ); in MakeUserStorage_Impl() 2514 aDest = INetURLObject ( sUserAutoCorrFile ); in MakeUserStorage_Impl() 2515 aDest.SetExtension ( String::CreateFromAscii ( "bak" ) ); in MakeUserStorage_Impl() 2522 String sMain(aDest.GetMainURL( INetURLObject::DECODE_TO_IURI )); in MakeUserStorage_Impl() 2530 aInfo.NewTitle = aDest.GetName(); in MakeUserStorage_Impl() 2543 …SotStorageRef xSrcStg = new SotStorage( aDest.GetMainURL( INetURLObject::DECODE_TO_IURI ), STREAM_… in MakeUserStorage_Impl() 2582 …::ucbhelper::Content aContent ( aDest.GetMainURL( INetURLObject::DECODE_TO_IURI ), uno::Reference … in MakeUserStorage_Impl()
|
| /trunk/main/tools/source/fsys/ |
| H A D | os2.cxx | 257 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());
|
| H A D | dirent.cxx | 2727 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()
|
| /trunk/main/sw/source/core/access/ |
| H A D | accmap.cxx | 3256 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/vcl/source/gdi/ |
| H A D | metaact.cxx | 4102 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/sc/source/ui/dbgui/ |
| H A D | csvgrid.cxx | 1273 Point aSrc, aDest; in ImplDrawHorzScrolled() local 1278 aDest = Point( GetFirstX() + GetCharWidth() * (nOldPos - nPos) + 1, 0 ); in ImplDrawHorzScrolled() 1285 aDest = Point( GetFirstX() + 1, 0 ); in ImplDrawHorzScrolled() 1294 maBackgrDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled() 1297 maGridDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled()
|
| /trunk/main/chart2/source/controller/main/ |
| H A D | DrawCommandDispatch.cxx | 162 … SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in setAttributes() local 176 aDest.Set( rSource ); in setAttributes() 177 pObj->SetMergedItemSet( aDest ); in setAttributes()
|
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | salgdi2.cxx | 83 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/basic/source/runtime/ |
| H A D | step0.cxx | 1368 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()
|
| H A D | methods.cxx | 576 void implStepRenameUCB( const String& aSource, const String& aDest ) in implStepRenameUCB() argument 590 String aDestFullPath = getFullPath( aDest ); in implStepRenameUCB() 604 void implStepRenameOSL( const String& aSource, const String& aDest ) in implStepRenameOSL() argument 606 FileBase::RC nRet = File::move( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in implStepRenameOSL() 622 String aDest = rPar.Get(2)->GetString(); in RTLFUNC() local 631 xSFI->copy( getFullPath( aSource ), getFullPath( aDest ) ); in RTLFUNC() 646 if (aSourceDirEntry.CopyTo(DirEntry(aDest),FSYS_ACTION_COPYFILE) != FSYS_ERR_OK) in RTLFUNC() 652 FileBase::RC nRet = File::copy( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in RTLFUNC()
|
| /trunk/main/svtools/source/filter/ |
| H A D | exportdialog.cxx | 1448 Size aDest( LogicToLogic( aSource, aSourceMapMode, MAP_100TH_MM ) ); in IMPL_LINK() local 1450 maSize.Width = aDest.Width(); in IMPL_LINK() 1452 maSize.Height = aDest.Height(); in IMPL_LINK() 1482 Size aDest( LogicToLogic( aSource, aSourceMapMode, MAP_100TH_MM ) ); in IMPL_LINK() local 1484 maSize.Height = aDest.Height(); in IMPL_LINK() 1486 maSize.Width = aDest.Width(); in IMPL_LINK()
|