/aoo42x/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 57 basegfx::B2DPoint aStartPos, aEndPos; in GradToVec() local 80 aEndPos *= aTransformation; in GradToVec() 103 aEndPos *= aTransformation; in GradToVec() 127 aEndPos *= aTransformation; in GradToVec() 137 aEndPos += aOffset; in GradToVec() 162 aEndPos *= aTransformation; in GradToVec() 172 aEndPos += aOffset; in GradToVec() 181 rV.maPositionB = aEndPos; in GradToVec() 220 aFullVec = aEndPos - aCenter; in VecToGrad() 372 aEndPos -= aOffset; in VecToGrad() [all …]
|
H A D | svdotextpathdecomposition.cxx | 390 basegfx::B2DPoint aEndPos(aStartPos); in HandlePair() local 428 …aEndPos = basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart + fPortionLength, fPol… in HandlePair() 429 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair() 443 …aEndPos = basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart + fPortionLength, fPol… in HandlePair() 444 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair() 461 …aEndPos = basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart + fPortionLength, fPol… in HandlePair() 462 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair() 484 if(aEndPos.equal(aStartPos)) in HandlePair() 486 …aEndPos = basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart + fPortionLength, fPol… in HandlePair() 491 basegfx::getNormalizedPerpendicular(aStartPos - aEndPos) * in HandlePair()
|
/aoo42x/main/svtools/source/control/ |
H A D | headbar.cxx | 309 DrawLine( Point( aEndPos.X()+1, aEndPos.Y()-3 ), in ImplInvertDrag() 310 Point( aEndPos.X()+1, aEndPos.Y()+3 ) ); in ImplInvertDrag() 311 DrawLine( Point( aEndPos.X()+2, aEndPos.Y()-2 ), in ImplInvertDrag() 312 Point( aEndPos.X()+2, aEndPos.Y()+2 ) ); in ImplInvertDrag() 313 DrawLine( Point( aEndPos.X()+3, aEndPos.Y()-1 ), in ImplInvertDrag() 314 Point( aEndPos.X()+3, aEndPos.Y()+1 ) ); in ImplInvertDrag() 319 DrawLine( Point( aEndPos.X()-1, aEndPos.Y()-3 ), in ImplInvertDrag() 320 Point( aEndPos.X()-1, aEndPos.Y()+3 ) ); in ImplInvertDrag() 321 DrawLine( Point( aEndPos.X()-2, aEndPos.Y()-2 ), in ImplInvertDrag() 322 Point( aEndPos.X()-2, aEndPos.Y()+2 ) ); in ImplInvertDrag() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 188 const ModelToViewHelper::ModelPosition aEndPos = in commitStringMarkup() local 192 const bool bEndInField = aEndPos.mbIsField; in commitStringMarkup() 195 if ( bStartInField && bEndInField && aStartPos.mnPos == aEndPos.mnPos ) in commitStringMarkup() 218 nLength = aEndPos.mnPos + 1 - aStartPos.mnPos; in commitStringMarkup() 224 sal_Int32 nEnd = aEndPos.mnPos; in commitStringMarkup() 261 const sal_uInt32 nTmpLen = aEndPos.mnSubPos + 1; in commitStringMarkup() 298 const ModelToViewHelper::ModelPosition aEndPos = in lcl_commitGrammarMarkUp() local 302 const bool bEndInField = aEndPos.mbIsField; in lcl_commitGrammarMarkUp() 325 nLength = aEndPos.mnPos + 1 - aStartPos.mnPos; in lcl_commitGrammarMarkUp() 331 sal_Int32 nEnd = aEndPos.mnPos; in lcl_commitGrammarMarkUp() [all …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 523 Point aEndPos(aScrPos); in Paint() local 525 aEndPos = Point( aScrPos.X()+nBarSize-1, aScrPos.Y()+(nSizePix-1)*nLayoutSign ); in Paint() 527 aEndPos = Point( aScrPos.X()+(nSizePix-1)*nLayoutSign, aScrPos.Y()+nBarSize-1 ); in Paint() 539 aGrid.AddHorLine( aScrPos.X(), aEndPos.X(), aEndPos.Y() ); in Paint() 541 aGrid.AddVerLine( aEndPos.X(), aScrPos.Y(), aEndPos.Y() ); in Paint() 549 DrawLine( Point(aScrPos.X(),aEndPos.Y()-nLayoutSign), in Paint() 550 Point(aEndPos.X(),aEndPos.Y()-nLayoutSign) ); in Paint() 552 DrawLine( Point(aEndPos.X()-nLayoutSign,aScrPos.Y()), in Paint() 553 Point(aEndPos.X()-nLayoutSign,aEndPos.Y()) ); in Paint()
|
H A D | gridwin4.cxx | 234 Point aEndPos = pViewData->GetScrPos( in lcl_DrawScenarioFrames() local 239 aEndPos.X() -= nLayoutSign; in lcl_DrawScenarioFrames() 240 aEndPos.Y() -= 1; in lcl_DrawScenarioFrames() 260 lcl_DrawOneFrame( pDev, Rectangle( aStartPos, aEndPos ), in lcl_DrawScenarioFrames() 1615 Point aEndPos = pViewData->GetScrPos( in InvertSimple() local 1618 if ( aEndPos.X() * nLayoutSign > nScrX * nLayoutSign && aEndPos.Y() > nScrY ) in InvertSimple() 1621 aEndPos.X()-nLayoutSign,aEndPos.Y()-1 ) ); in InvertSimple() 1802 Point aEndPos = pViewData->GetScrPos( in GetSelectionRects() local 1805 if ( aEndPos.X() * nLayoutSign > nScrX * nLayoutSign && aEndPos.Y() > nScrY ) in GetSelectionRects() 1808 aEndPos.X()-nLayoutSign,aEndPos.Y()-1 ) ); in GetSelectionRects()
|
H A D | gridwin.cxx | 1460 Point aEndPos = pViewData->GetScrPos( aRange.aEnd.Col()+1, aRange.aEnd.Row()+1, eWhich ); in TestMouse() local 1465 aEndPos.X() += 2; in TestMouse() 1469 sal_Bool bBottom = ( aMousePos.X() >= aEndPos.X()-3 && aMousePos.X() <= aEndPos.X()+1 && in TestMouse() 1470 aMousePos.Y() >= aEndPos.Y()-3 && aMousePos.Y() <= aEndPos.Y()+1 ); in TestMouse() 2025 ScAddress aEndPos( nFillCol, nFillRow, nTab ); in MouseButtonUp() local 2032 if ( aEndPos != aBlockRange.aEnd ) in MouseButtonUp() 2034 pViewData->GetDocShell()->GetDocFunc().ResizeMatrix( aBlockRange, aEndPos, sal_False ); in MouseButtonUp() 2035 pViewData->GetView()->MarkRange( ScRange( aBlockRange.aStart, aEndPos ) ); in MouseButtonUp()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unoedhlp.cxx | 215 EPosition aStartPos( nPara, nStartIndex ), aEndPos( nPara, nEndIndex ); in GetAttributeRun() local 243 if ( aEndPos.nIndex == nCrrntParaLen ) in GetAttributeRun() 256 aEndPos.nPara = nParaIdx; in GetAttributeRun() 257 aEndPos.nIndex = nEndIdx; in GetAttributeRun() 258 if ( aEndPos.nIndex != nLen ) in GetAttributeRun() 276 if ( aEndPos.nPara > 0 ) in GetAttributeRun() 278 for ( sal_uInt32 i = 0; i < aEndPos.nPara; i++ ) in GetAttributeRun() 283 nEndIndex += aEndPos.nIndex; in GetAttributeRun()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 150 ScRefAddress aEndPos; in IsAbsTabArea() local 157 if ( ConvertSingleRef( pDoc, aEndPosStr, aStartPos.Tab(), aEndPos, rDetails ) ) in IsAbsTabArea() 162 aEndPos.SetRelCol( sal_False ); in IsAbsTabArea() 163 aEndPos.SetRelRow( sal_False ); in IsAbsTabArea() 164 aEndPos.SetRelTab( sal_False ); in IsAbsTabArea() 171 SCTAB nEndTab = aEndPos.Tab(); in IsAbsTabArea() 177 aEndPos.Col(), aEndPos.Row() ); in IsAbsTabArea() 294 ScRefAddress aEndPos; in MakeRangeFromName() local 299 NULL, &aStartPos, &aEndPos, rDetails ) ) in MakeRangeFromName() 304 nColEnd = aEndPos.Col(); in MakeRangeFromName() [all …]
|
H A D | detfunc.cxx | 505 Point aEndPos = GetDrawPos( nCol, nRow, DRAWPOS_DETARROW ); in InsertArrow() local 512 aStartPos = Point( aEndPos.X() - 1000 * nPageSign, aEndPos.Y() - 1000 ); in InsertArrow() 531 aTempPoly.append(basegfx::B2DPoint(aEndPos.X(), aEndPos.Y())); in InsertArrow() 533 pArrow->NbcSetLogicRect(Rectangle(aStartPos,aEndPos)); //! noetig ??? in InsertArrow() 582 Point aEndPos = Point( aStartPos.X() + 1000 * nPageSign, aStartPos.Y() - 1000 ); in InsertToOtherTab() local 583 if (aEndPos.Y() < 0) in InsertToOtherTab() 584 aEndPos.Y() += 2000; in InsertToOtherTab() 597 aTempPoly.append(basegfx::B2DPoint(aEndPos.X(), aEndPos.Y())); in InsertToOtherTab() 599 pArrow->NbcSetLogicRect(Rectangle(aStartPos,aEndPos)); //! noetig ??? in InsertToOtherTab()
|
/aoo42x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 1104 if( pStart->Prim() && (aStartPos.X() <= aEndPos.X()) ) in DrawRange() 1105 DrawHorFrameBorder( rDev, aStartPos, aEndPos, *pStart, in DrawRange() 1110 aStartPos = aEndPos; in DrawRange() 1128 Point aEndPos( mxImpl->GetColPosition( nCol ), aStartPos.Y() ); in DrawRange() local 1129 if( pStart->Prim() && (aStartPos.X() <= aEndPos.X()) ) in DrawRange() 1130 DrawHorFrameBorder( rDev, aStartPos, aEndPos, *pStart, in DrawRange() 1183 if( pStart->Prim() && (aStartPos.Y() <= aEndPos.Y()) ) in DrawRange() 1189 aStartPos = aEndPos; in DrawRange() 1207 Point aEndPos( aStartPos.X(), mxImpl->GetRowPosition( nRow ) ); in DrawRange() local 1208 if( pStart->Prim() && (aStartPos.Y() <= aEndPos.Y()) ) in DrawRange() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 629 if (aEndPos.Y() < 0) in RecalcPos() 630 aEndPos.Y() += (2 * DET_ARROW_OFFSET); in RecalcPos() 632 aEndPos.X() = -aEndPos.X(); in RecalcPos() 633 if ( pObj->GetPoint( 1 ) != aEndPos ) in RecalcPos() 637 pObj->SetPoint( aEndPos, 1 ); in RecalcPos() 650 Point aEndPos = aPos; in RecalcPos() local 652 aEndPos.X() = -aEndPos.X(); // don't modify aPos - used below in RecalcPos() 653 if ( pObj->GetPoint( 1 ) != aEndPos ) in RecalcPos() 657 pObj->SetPoint( aEndPos, 1 ); in RecalcPos() 1741 ScAddress aEndPos = rPos; in GetCellRect() local [all …]
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | conform.cxx | 111 Point aEndPos(aStartPos); in CreateDefaultObject() local 114 aEndPos.X() += 2 * MM50; in CreateDefaultObject() 115 aEndPos.Y() += MM50; in CreateDefaultObject() 123 m_pSh->MoveCreate(aEndPos); in CreateDefaultObject()
|
H A D | drawbase.cxx | 707 Point aEndPos(aStartPos); in CreateDefaultObject() local 710 aEndPos.X() += 8 * MM50; in CreateDefaultObject() 711 aEndPos.Y() += 4 * MM50; in CreateDefaultObject() 712 Rectangle aRect(aStartPos, aEndPos); in CreateDefaultObject()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | uiitems.cxx | 81 aEndPos ( rEndPos ), in ScInputStatusItem() 91 aEndPos ( rItem.aEndPos ), in ScInputStatusItem() 112 && (aEndPos == ((ScInputStatusItem&)rItem).aEndPos) in operator ==()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | uiitems.hxx | 47 ScAddress aEndPos; member in ScInputStatusItem 77 const ScAddress& GetEndPos() const { return aEndPos; } in GetEndPos() 83 SCCOL GetEndCol() const { return aEndPos.Col(); } in GetEndCol() 84 SCROW GetEndRow() const { return aEndPos.Row(); } in GetEndRow()
|
H A D | inputhdl.hxx | 278 const ScAddress& GetEndPos() const { return aEndPos; } in GetEndPos() 285 ScAddress aEndPos; member in ScInputHdlState
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 185 SwNodeIndex aEndPos( pPam->GetPoint()->nNode, 1 ); in Read() local 198 aEndPos--; in Read() 199 pCNd = aEndPos.GetNode().GetCntntNode(); in Read() 200 if( !pCNd && 0 == ( pCNd = pDoc->GetNodes().GoPrevious( &aEndPos ) )) in Read() 201 pCNd = pDoc->GetNodes().GoNext( &aEndPos ); in Read() 203 pPam->GetPoint()->nNode = aEndPos; in Read()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuzoom.cxx | 137 aEndPos = mpWindow->PixelToLogic(aPosPix); in MouseMove() 144 Point aScroll = aBeginPos - aEndPos; in MouseMove() 162 Rectangle aRect(aBeginPos, aEndPos); in MouseMove()
|
/aoo42x/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 687 Point aEndPos( maDrawPageSize.Width, maDrawPageSize.Height ); in getCellAddressFromPosition() local 691 …bool bLoopCols = lclPrepareInterval( nBegCol, nMidCol, nEndCol, aBegPos.X, aEndPos.X, rPosition.X … in getCellAddressFromPosition() 692 …bool bLoopRows = lclPrepareInterval( nBegRow, nMidRow, nEndRow, aBegPos.Y, aEndPos.Y, rPosition.Y … in getCellAddressFromPosition() 700 …ls && lclUpdateInterval( nBegCol, nMidCol, nEndCol, aBegPos.X, aMidPos.X, aEndPos.X, rPosition.X ); in getCellAddressFromPosition() 701 …ws && lclUpdateInterval( nBegRow, nMidRow, nEndRow, aBegPos.Y, aMidPos.Y, aEndPos.Y, rPosition.Y ); in getCellAddressFromPosition() 724 Point aEndPos = getCellPosition( aEndAddr.Column, aEndAddr.Row ); in getCellRangeFromRectangle() local 725 if( bMultiCols && (aBotRight.X <= aEndPos.X) ) in getCellRangeFromRectangle() 727 if( bMultiRows && (aBotRight.Y <= aEndPos.Y) ) in getCellRangeFromRectangle()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 119 SwPosition aStartPos = *pSwCrsr->GetPoint(), aEndPos = aStartPos; in ParkCursorInTab() local 133 if (*pPt > aEndPos) in ParkCursorInTab() 134 aEndPos = *pPt; in ParkCursorInTab() 139 if (*pMk > aEndPos) in ParkCursorInTab() 140 aEndPos = *pMk; in ParkCursorInTab() 153 SwCursor aTmpCrsr( aEndPos, 0, false ); in ParkCursorInTab() 173 SwCursor aTmpCrsr( aEndPos, 0, false ); in ParkCursorInTab() 185 SwCursor aTmpCrsr( aEndPos, 0, false ); in ParkCursorInTab()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textdrw.cxx | 80 Point aEndPos(aSz.Width(), aSz.Height()); in InsertURLButton() local 82 rSh.MoveCreate(aStartPos + aEndPos); in InsertURLButton()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fumark.cxx | 100 Point aEndPos = pWindow->PixelToLogic(aPixPos); in MouseMove() local 101 Rectangle aRect(aBeginPos, aEndPos); in MouseMove()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outliner.cxx | 1160 Point aStartPos, aEndPos; in PaintBullet() local 1168 aEndPos = aStartPos; in PaintBullet() 1169 aEndPos.X() += nWidth; in PaintBullet() 1175 aEndPos = aStartPos; in PaintBullet() 1176 aEndPos.Y() += nWidth; in PaintBullet() 1181 pOutDev->DrawLine( aStartPos, aEndPos ); in PaintBullet()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 1078 SwPosition aEndPos (*rRg.End()); in lcl_InsAttr() local 1080 …if (aEndPos.nNode.GetNode().GetTxtNode() && aEndPos.nContent != aEndPos.nNode.GetNode().GetTxtNode… in lcl_InsAttr() 1081 aEndPos.nNode--; in lcl_InsAttr() 1083 for (;aStartPos<=aEndPos;aStartPos.nNode++) in lcl_InsAttr()
|