Home
last modified time | relevance | path

Searched refs:aDest (Results 1 – 25 of 46) sorted by relevance

12

/aoo41x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1423 rtl::OUString aDest; in convertAnimateValue() local
1434 aDest += aStr; in convertAnimateValue()
1445 aDest += rtl::OUString::valueOf( fNumber ); in convertAnimateValue()
1460 aDest += aP; in convertAnimateValue()
1462 aDest += aP; in convertAnimateValue()
1464 aDest += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ")" ) ); in convertAnimateValue()
1470 aDest += aP; in convertAnimateValue()
1472 aDest += aP; in convertAnimateValue()
1474 aDest += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ")" ) ); in convertAnimateValue()
1544 if ( aDest.getLength() ) in convertAnimateValue()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Dconsoli.cxx783 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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx385 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 DTableWindowListBox.cxx339 pCont->AddConnection(m_aDropInfo.aSource, m_aDropInfo.aDest);
355 m_aDropInfo.aDest = OJoinExchObj::GetSourceDescription(_rEvt.maDropEvent.Transferable); in ExecuteDrop()
/aoo41x/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()
/aoo41x/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx186 SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes() local
200 aDest.Set( rSource ); in SetAttributes()
201 pObj->SetMergedItemSet( aDest ); in SetAttributes()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx238 SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes() local
252 aDest.Set( rSource ); in SetAttributes()
253 pObj->SetMergedItemSet( aDest ); in SetAttributes()
/aoo41x/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()
/aoo41x/main/sd/source/ui/func/
H A Dfuconcs.cxx261 SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes() local
275 aDest.Set( rSource ); in SetAttributes()
276 pObj->SetMergedItemSet( aDest ); in SetAttributes()
/aoo41x/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()
/aoo41x/main/editeng/source/misc/
H A Dsvxacorr.cxx2493 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()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx3889 ScRange aDest( nDestPosX, nDestPosY, nThisTab, in DropTransferObj() local
3914 bFiltered = ScViewUtil::HasFiltered( aDest, pThisDoc); in DropTransferObj()
3991 bDone = pView->LinkBlock( aSource, aDest.aStart, sal_True /*bApi*/ ); in DropTransferObj()
4021 bDone = aDest.Move( 0, -nSizeY, 0, pThisDoc ); in DropTransferObj()
4025 bDone = aDest.Move( -nSizeX, 0, 0, pThisDoc ); in DropTransferObj()
4035 pView->MarkRange( aDest, sal_False, sal_False ); in DropTransferObj()
4036 pView->SetCursor( aDest.aEnd.Col(), aDest.aEnd.Row() ); in DropTransferObj()
4143 pView->MarkRange( aDest, sal_False, sal_False ); in DropTransferObj()
4144 pView->SetCursor( aDest.aEnd.Col(), aDest.aEnd.Row() ); in DropTransferObj()
4177 pView->MarkRange( aDest, sal_False, sal_False ); in DropTransferObj()
[all …]
/aoo41x/main/tools/source/fsys/
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());
H A Ddirent.cxx2730 ByteString aDest(GUI2FSYS(rDest.GetFull()), osl_getThreadTextEncoding()); in CopyTo() local
2731 if (link( aThis.GetBuffer(), aDest.GetBuffer() ) == -1) in CopyTo()
2766 DirEntry aDest(rNewName); in MoveTo() local
2770 aDest += String(aName, osl_getThreadTextEncoding()); in MoveTo()
2772 if ( aDest.Exists() ) in MoveTo()
2778 if ( FileStat(*this).IsKind(FSYS_KIND_DIR) && aDest.GetPath() != GetPath() ) in MoveTo()
2791 String aTo( aDest.GetFull() ); in MoveTo()
/aoo41x/main/sw/source/core/access/
H A Daccmap.cxx3265 MapMode aDest( MAP_100TH_MM ); in GetVisibleArea() local
3266 return OutputDevice::LogicToLogic( GetVisArea().SVRect(), aSrc, aDest ); in GetVisibleArea()
3274 MapMode aDest( MAP_TWIP ); in LogicToPixel() local
3278 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in LogicToPixel()
3295 MapMode aDest( MAP_TWIP ); in LogicToPixel() local
3296 Size aSize( OutputDevice::LogicToLogic( rSize, aSrc, aDest ) ); in LogicToPixel()
3320 MapMode aDest( MAP_100TH_MM ); in PixelToLogic() local
3321 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in PixelToLogic()
3337 MapMode aDest( MAP_100TH_MM ); in PixelToLogic() local
3338 aSize = OutputDevice::LogicToLogic( aSize, aSrc, aDest ); in PixelToLogic()
/aoo41x/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1273 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()
/aoo41x/main/vcl/source/gdi/
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()
/aoo41x/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx162 … SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in setAttributes() local
176 aDest.Set( rSource ); in setAttributes()
177 pObj->SetMergedItemSet( aDest ); in setAttributes()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/svtools/source/filter/
H A Dexportdialog.cxx1448 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()
/aoo41x/main/basic/source/inc/
H A Druntime.hxx518 void implStepRenameUCB( const String& aSource, const String& aDest );
526 void implStepRenameOSL( const String& aSource, const String& aDest );

Completed in 2108 milliseconds

12