Home
last modified time | relevance | path

Searched refs:aLast (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/editeng/source/uno/
H A Dunofored.cxx350 Rectangle aLast; in GetCharBounds() local
355 aLast = rEditEngine.GetCharacterBounds( EPosition(nPara, nIndex-1) ); in GetCharBounds()
358 aLast.Move( aLast.Right() - aLast.Left(), 0 ); in GetCharBounds()
359 aLast.SetSize( Size(1, aLast.GetHeight()) ); in GetCharBounds()
362 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds()
367 aLast = GetParaBounds( nPara ); in GetCharBounds()
372 aLast.SetSize( Size( rEditEngine.GetLineHeight(nPara,0), 1 ) ); in GetCharBounds()
374 aLast.SetSize( Size( 1, rEditEngine.GetLineHeight(nPara,0) ) ); in GetCharBounds()
377 return aLast; in GetCharBounds()
H A Dunoforou.cxx313 Rectangle aLast; in GetCharBounds() local
318 aLast = rOutliner.GetEditEngine().GetCharacterBounds( EPosition(nPara, nIndex-1) ); in GetCharBounds()
321 aLast.Move( aLast.Right() - aLast.Left(), 0 ); in GetCharBounds()
322 aLast.SetSize( Size(1, aLast.GetHeight()) ); in GetCharBounds()
325 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds()
330 aLast = GetParaBounds( nPara ); in GetCharBounds()
335 aLast.SetSize( Size( rOutliner.GetLineHeight(nPara,0), 1 ) ); in GetCharBounds()
337 aLast.SetSize( Size( 1, rOutliner.GetLineHeight(nPara,0) ) ); in GetCharBounds()
340 return aLast; in GetCharBounds()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3768 timeval aLast; in run() local
3769 gettimeofday( &aLast, 0 ); in run()
3786 if( (aNow.tv_sec - aLast.tv_sec) > 0 ) in run()
3811 aLast = aNow; in run()
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1114 const ConnectedComponentsList::iterator aLast( aCCList.end() ); in RemoveTransparenciesFromMetaFile() local
1115 for( ; aCurr != aLast; ++aCurr ) in RemoveTransparenciesFromMetaFile()
1167 for( aCurr = aCCList.begin(); aCurr != aLast; ++aCurr ) in RemoveTransparenciesFromMetaFile()
/trunk/main/sw/source/core/bastyp/
H A Dbreakit.cxx66 aLast( LANGUAGE_DONTKNOW ), in SwBreakIt()
101 aLast = aLang; in _GetLocale()
103 m_pLocale = new lang::Locale( SvxCreateLocale( aLast ) ); in _GetLocale()
/trunk/main/sw/inc/
H A Dbreakit.hxx53 LanguageType aLast; // language of the current locale member in SwBreakIt
95 if( !m_pLocale || aLast != aLang ) in GetLocale()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx162 std::set<SCROW>::iterator aLast (--maRowManualBreaks.end()); in InsertRow() local
165 if (*aLast < nStartRow) in InsertRow()
169 aUpdatedBreaks.push_back(static_cast<SCROW>(*aLast + nSize)); in InsertRow()
170 maRowManualBreaks.erase(aLast); in InsertRow()
274 std::set<SCCOL>::iterator aLast (--maColManualBreaks.end()); in InsertCol() local
277 if (*aLast < nStartRow) in InsertCol()
281 aUpdatedBreaks.push_back(static_cast<SCCOL>(*aLast + nSize)); in InsertCol()
282 maColManualBreaks.erase(aLast); in InsertCol()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1648 Point aLast; in WriteOpcodes() local
1653 aLast = aSimplePoly[0]; in WriteOpcodes()
1657 WriteOpcode_Line( aLast, aSimplePoly[i] ); in WriteOpcodes()
1658 aLast = aSimplePoly[i]; in WriteOpcodes()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx127 basegfx::B3DPoint aLast(0.0, 1.0, 0.0); in getLineCapSegments() local
134 const basegfx::B3DPoint aNext(aRot * aLast); in getLineCapSegments()
137 aNewPolygon.append(aLast); in getLineCapSegments()
138 aNewPolygon.setNormal(0L, basegfx::B3DVector(aLast - aNull)); in getLineCapSegments()
152 aLast = aNext; in getLineCapSegments()
492 basegfx::B3DPoint aLast(getB3DPolygon().getB3DPoint(nPointCount - 1)); in impCreate3DDecomposition() local
569 const basegfx::B3DVector aBack(aCurr - aLast); in impCreate3DDecomposition()
660 aLast = aCurr; in impCreate3DDecomposition()
/trunk/main/chart2/source/view/main/
H A DClipping.cxx252 drawing::Position3D aLast(rRectangle.getMinX()-1.0,rRectangle.getMinY()-1.0, 0.0 ); in clipPolygonAtRectangle() local
261 if(aFrom == aLast) in clipPolygonAtRectangle()
280 aLast = aTo; in clipPolygonAtRectangle()
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx350 …drawing::Position3D aLast(aScaledLogicClipDoubleRect.getMaxX(),aTmpPoly.SequenceY[0][0],aTmpPoly.S… in impl_createLine() local
352 AddPointToPoly( aTmpPoly, aLast, pSeriesPoly->SequenceX.getLength() - 1 ); in impl_createLine()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx501 B3DPolygon aLast(pLineTarget->getB3DPolygon(nCount - 1)); in applyLineDashing() local
503 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
506 aLast.append(aFirst); in applyLineDashing()
507 aLast.removeDoublePoints(); in applyLineDashing()
508 pLineTarget->setB3DPolygon(0, aLast); in applyLineDashing()
523 B3DPolygon aLast(pGapTarget->getB3DPolygon(nCount - 1)); in applyLineDashing() local
525 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
528 aLast.append(aFirst); in applyLineDashing()
529 aLast.removeDoublePoints(); in applyLineDashing()
530 pGapTarget->setB3DPolygon(0, aLast); in applyLineDashing()
H A Db2dpolygontools.cxx1501 if(aFirst.getB2DPoint(0).equal(aLast.getB2DPoint(aLast.count() - 1))) in applyLineDashing()
1504 aLast.append(aFirst); in applyLineDashing()
1505 aLast.removeDoublePoints(); in applyLineDashing()
1506 pLineTarget->setB2DPolygon(0, aLast); in applyLineDashing()
1523 if(aFirst.getB2DPoint(0).equal(aLast.getB2DPoint(aLast.count() - 1))) in applyLineDashing()
1526 aLast.append(aFirst); in applyLineDashing()
1527 aLast.removeDoublePoints(); in applyLineDashing()
1528 pGapTarget->setB2DPolygon(0, aLast); in applyLineDashing()
2347 rTarget.append(aLast); in addTriangleFan()
2351 aLast = aCurrent; in addTriangleFan()
[all …]

Completed in 113 milliseconds