Home
last modified time | relevance | path

Searched refs:aEndPos (Results 1 – 25 of 38) sorted by last modified time

12

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1703 awt::Point aEndPos; in getPropertyValue() local
1704 aRet >>= aEndPos; in getPropertyValue()
1706 aRet <<= _ConvertStartOrEndPosToLayoutDir( aEndPos ); in getPropertyValue()
H A Dunotext.cxx1024 SwPosition aEndPos(aEndIdx.GetNode()); in setString() local
1025 SwPaM aPam(aEndPos); in setString()
H A Dunotextmarkup.cxx188 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 …]
/trunk/main/sw/source/ui/ribbar/
H A Dconform.cxx111 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 Ddrawbase.cxx707 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()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3195 SwPosition aEndPos( aStartPos ); in replaceText() local
3196 aEndPos.nContent = nEnd; in replaceText()
3201 *pNode->GetDoc(), aStartPos, &aEndPos)); in replaceText()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2282 xub_StrLen aEndPos[15] = in AppendTxtNode() local
2306 if( nStt >= aEndPos[nIdx] ) in AppendTxtNode()
2330 aEndPos[nIdx] = pHt->GetEnd() ? *pHt->GetEnd() : nStt; in AppendTxtNode()
2337 ASSERT( pHt->GetEnd() && *pHt->GetEnd() <= aEndPos[nIdx], in AppendTxtNode()
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx57 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 Dsvdotextpathdecomposition.cxx390 basegfx::B2DPoint aEndPos(aStartPos); in HandlePair() local
428aEndPos = basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart + fPortionLength, fPol… in HandlePair()
429 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair()
443aEndPos = basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart + fPortionLength, fPol… in HandlePair()
444 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair()
461aEndPos = 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()
486aEndPos = basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart + fPortionLength, fPol… in HandlePair()
491 basegfx::getNormalizedPerpendicular(aStartPos - aEndPos) * in HandlePair()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx3790 aEndPos ( rEndPos ), in ScInputHdlState()
3816 && (aEndPos == r.aEndPos) in operator ==()
3830 aEndPos = r.aEndPos; in operator =()
/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx215 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()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1160 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1934 Point aEndPos( GetOutputArea().GetWidth(), nDDYPos ); in dragOver() local
1935 aEndPos = GetWindowPos( aEndPos ); in dragOver()
1936 aEditCursor = GetWindow()->LogicToPixel( Rectangle( aStartPos, aEndPos ) ); in dragOver()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx1460 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()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1942 Point aEndPos( aStartPos ); in DrawEntry() local
1943 aEndPos.X() = GetOutputSizePixel().Width(); in DrawEntry()
1944 DrawLine( aStartPos, aEndPos ); in DrawEntry()
/trunk/main/sw/source/ui/shells/
H A Dtextdrw.cxx80 Point aEndPos(aSz.Width(), aSz.Height()); in InsertURLButton() local
82 rSh.MoveCreate(aStartPos + aEndPos); in InsertURLButton()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx697 SwPosition aEndPos = *pPaM->GetPoint(); in End_Field() local
698 …FieldStack.back().GetPtNode(), maFieldStack.back().GetPtCntnt(), aEndPos.nNode, aEndPos.nContent.G… in End_Field()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx185 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()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx119 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()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx561 SwPosition aEndPos(*pStartNd->EndOfSectionNode()); in DeleteTOX() local
563 || *aSearchPam.GetPoint() >= aEndPos /* content node found in DeleteTOX()
H A Ddocfmt.cxx1078 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()
H A Ddocnum.cxx2021 SwPosition aStPos( *pStt ), aEndPos( *pEnd ); in MoveParagraph() local
2024 aEndPos.nContent = pCNd ? pCNd->Len() : 1; in MoveParagraph()
2034 switch( ComparePosition( *pRStt, *pREnd, aStPos, aEndPos )) in MoveParagraph()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3430 SwPosition aEndPos( aStartPos ); in lcl_FillTextRange() local
3431 aEndPos.nContent = nBegin + nLen; in lcl_FillTextRange()
3434 SwXTextRange::CreateXTextRange(*rNode.GetDoc(), aStartPos, &aEndPos); in lcl_FillTextRange()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx1104 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 …]
/trunk/main/svtools/source/control/
H A Dheadbar.cxx309 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 …]

Completed in 238 milliseconds

12