/aoo41x/main/editeng/source/uno/ |
H A D | unofored.cxx | 350 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 D | unoforou.cxx | 313 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()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 501 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 D | b2dpolygontools.cxx | 1501 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 …]
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 127 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()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | breakit.cxx | 66 aLast( LANGUAGE_DONTKNOW ), in SwBreakIt() 101 aLast = aLang; in _GetLocale() 103 m_pLocale = new lang::Locale( SvxCreateLocale( aLast ) ); in _GetLocale()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 252 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()
|
/aoo41x/main/sw/inc/ |
H A D | breakit.hxx | 53 LanguageType aLast; // language of the current locale member in SwBreakIt 95 if( !m_pLocale || aLast != aLang ) in GetLocale()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 162 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print2.cxx | 1114 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()
|
/aoo41x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1648 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()
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 350 …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()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 3768 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()
|