Home
last modified time | relevance | path

Searched refs:aSecond (Results 1 – 14 of 14) sorted by relevance

/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx352 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 Daddruno.cxx281 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 Daddresslistdialog.cxx318 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 Dprof_usl.cxx106 #define DIFF2( aFirst, aSecond, Membername ) ( aSecond.Membername - aFirst.Membername ) argument
/trunk/main/sc/workben/
H A Dtest.cxx526 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 Dfiltnav.cxx1073 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 Dformoperations.cxx1634 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 Dwebdavresponseparser.cxx825 … 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 Ducbhelper.cxx879 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 Dcairo_spritecanvashelper.cxx370 aSecond( aFirst ); ++aSecond; in scrollUpdate()
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx457 aSecond( aFirst ); ++aSecond; in scrollUpdate()
/trunk/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx426 const DatePlusIndex& aSecond ) in operator ()()
428 return ( aFirst.fValue < aSecond.fValue ); in operator ()()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx981 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 DEnhancedCustomShape2d.cxx1165 com::sun::star::drawing::EnhancedCustomShapeParameter aSecond = aHandle.aPosition.Second; in GetHandlePosition() local
1166 aHandle.aPosition.First = aSecond; in GetHandlePosition()

Completed in 184 milliseconds