| /trunk/main/canvas/source/tools/ |
| H A D | spriteredrawmanager.cxx | 352 SpriteConnectedRanges::ComponentListType::const_iterator aSecond( in isAreaUpdateScroll() local 353 aFirst ); ++aSecond; in isAreaUpdateScroll() 356 !aSecond->second.isPureMove() || in isAreaUpdateScroll() 360 aSecond->second.getSprite().is() ) in isAreaUpdateScroll() 367 o_rMoveStart = aSecond->second.getUpdateArea(); in isAreaUpdateScroll()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | addruno.cxx | 281 String aSecond; in getPropertyValue() local 285 aRange.aEnd.Format( aSecond, nFlags, pDoc, eConv ); in getPropertyValue() 286 aFormatStr.Append( aSecond ); in getPropertyValue()
|
| /trunk/main/sw/source/ui/dbui/ |
| H A D | addresslistdialog.cxx | 318 PropertyValue aSecond; in IMPL_LINK() local 319 aSecond.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RowSet" ) ); in IMPL_LINK() 330 aSecond.Value <<= xRowSet; in IMPL_LINK() 343 aInit[1] <<= aSecond; in IMPL_LINK()
|
| /trunk/main/automation/source/server/ |
| H A D | prof_usl.cxx | 106 #define DIFF2( aFirst, aSecond, Membername ) ( aSecond.Membername - aFirst.Membername ) argument
|
| /trunk/main/sc/workben/ |
| H A D | test.cxx | 526 CellRangeAddress aSecond; in lcl_Cursor() local 527 aSecond.Sheet = 0; in lcl_Cursor() 528 aSecond.StartColumn = 3; in lcl_Cursor() 529 aSecond.StartRow = 4; in lcl_Cursor() 530 aSecond.EndColumn = 3; in lcl_Cursor() 531 aSecond.EndRow = 4; in lcl_Cursor() 532 xRC->gotoUnion(aSecond); in lcl_Cursor()
|
| /trunk/main/svx/source/form/ |
| H A D | filtnav.cxx | 1073 Point aSecond(aFirst .X() + 2, aFirst.Y() + 3 ); in Paint() local 1075 rDev.DrawLine( aFirst, aSecond ); in Paint() 1077 aFirst = aSecond; in Paint() 1079 aSecond.X() += 6; in Paint() 1080 aSecond.Y() -= 5; in Paint() 1082 rDev.DrawLine( aFirst, aSecond ); in Paint()
|
| /trunk/main/forms/source/runtime/ |
| H A D | formoperations.cxx | 1634 PropertyValue aSecond; in impl_executeFilterOrSort_throw() local 1635 aSecond.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RowSet" ) ); in impl_executeFilterOrSort_throw() 1636 aSecond.Value <<= m_xCursorProperties; in impl_executeFilterOrSort_throw() 1640 aInit[1] <<= aSecond; in impl_executeFilterOrSort_throw()
|
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | webdavresponseparser.cxx | 825 … static ::rtl::OUString aSecond( ::rtl::OUString::createFromAscii( "second-" ) ); in endElement() 832 else if((secondIndex = aStr.indexOf(aSecond)) != -1) in endElement() 834 secondIndex += aSecond.getLength(); in endElement()
|
| /trunk/main/unotools/source/ucbhelper/ |
| H A D | ucbhelper.cxx | 879 INetURLObject aSecond( aSecondURL ); in EqualURLs() local 881 … if ( aFirst.GetProtocol() != INET_PROT_NOT_VALID && aSecond.GetProtocol() != INET_PROT_NOT_VALID ) in EqualURLs() 897 … = xIdFac->createContentIdentifier( aSecond.GetMainURL( INetURLObject::NO_DECODE ) ); in EqualURLs()
|
| /trunk/main/canvas/source/cairo/ |
| H A D | cairo_spritecanvashelper.cxx | 370 aSecond( aFirst ); ++aSecond; in scrollUpdate()
|
| /trunk/main/canvas/source/vcl/ |
| H A D | spritecanvashelper.cxx | 457 aSecond( aFirst ); ++aSecond; in scrollUpdate()
|
| /trunk/main/chart2/source/tools/ |
| H A D | ExplicitCategoriesProvider.cxx | 426 const DatePlusIndex& aSecond ) in operator ()() 428 return ( aFirst.fValue < aSecond.fValue ); in operator ()()
|
| /trunk/main/oox/source/dump/ |
| H A D | dumperbase.cxx | 981 OUString aSecond; in pushBinaryOp() local 984 aSecond = rStack.top(); in pushBinaryOp() 988 rStack.top() = rStack.top() + rOp + aSecond; in pushBinaryOp()
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape2d.cxx | 1165 … com::sun::star::drawing::EnhancedCustomShapeParameter aSecond = aHandle.aPosition.Second; in GetHandlePosition() local 1166 aHandle.aPosition.First = aSecond; in GetHandlePosition()
|