Home
last modified time | relevance | path

Searched refs:aCurPos (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dprevwsh.cxx933 Point aCurPos, aPrevPos; in DoScroll() local
942 aCurPos.X() = pHorScroll->GetThumbPos(); in DoScroll()
943 aCurPos.Y() = pVerScroll->GetThumbPos(); in DoScroll()
944 aPrevPos = aCurPos; in DoScroll()
964 aCurPos.Y() -= nVLine; in DoScroll()
987 aCurPos.Y() += nVLine; in DoScroll()
990 aCurPos.X() -= nHLine; in DoScroll()
993 aCurPos.X() += nHLine; in DoScroll()
1005 aCurPos.Y() = nVRange; in DoScroll()
1009 aCurPos.Y() -= nVPage; in DoScroll()
[all …]
H A Dtabvwshc.cxx216 ScRefAddress aCurPos ( pViewData->GetCurX(), in CreateRefDialog() local
221 pResult = new ScTabOpDlg( pB, pCW, pParent, pViewData->GetDocument(), aCurPos ); in CreateRefDialog()
228 ScAddress aCurPos( pViewData->GetCurX(), in CreateRefDialog() local
231 pResult = new ScSolverDlg( pB, pCW, pParent, pViewData->GetDocument(), aCurPos ); in CreateRefDialog()
238 ScAddress aCurPos( pViewData->GetCurX(), pViewData->GetCurY(), pViewData->GetTabNo()); in CreateRefDialog() local
239 pResult = new ScOptSolverDlg( pB, pCW, pParent, pViewData->GetDocShell(), aCurPos ); in CreateRefDialog()
/AOO41X/main/sc/source/ui/attrdlg/
H A Dcondfrmt.cxx226 ScAddress aCurPos; in ScConditionalFormatDlg() local
231 aCurPos = ScAddress( pData->GetCurX(), pData->GetCurY(), pData->GetTabNo() ); in ScConditionalFormatDlg()
241 aEdtCond11.SetText( pEntry->GetExpression( aCurPos, 0 ) ); in ScConditionalFormatDlg()
256 aEdtCond12.SetText( pEntry->GetExpression( aCurPos, 1 ) ); in ScConditionalFormatDlg()
265 aEdtCond21.SetText( pEntry->GetExpression( aCurPos, 0 ) ); in ScConditionalFormatDlg()
280 aEdtCond22.SetText( pEntry->GetExpression( aCurPos, 1 ) ); in ScConditionalFormatDlg()
288 aEdtCond31.SetText( pEntry->GetExpression( aCurPos, 0 ) ); in ScConditionalFormatDlg()
303 aEdtCond32.SetText( pEntry->GetExpression( aCurPos, 1 ) ); in ScConditionalFormatDlg()
431 ScAddress aCurPos; in GetConditionalFormat() local
437 aCurPos = ScAddress( pData->GetCurX(), pData->GetCurY(), pData->GetTabNo() ); in GetConditionalFormat()
[all …]
/AOO41X/main/sw/source/core/frmedt/
H A Dfeshview.cxx1309 Point aCurPos; in GetBestObject() local
1402 aCurPos = pFly->Frm().Pos(); in GetBestObject()
1405 aCurPos = pObj->GetCurrentBoundRect().TopLeft(); in GetBestObject()
1408 if( aCurPos != aPos && // nur wenn ich es nicht selber bin in GetBestObject()
1409 aCurPos.Y() == aPos.Y() && // ist die Y Position gleich in GetBestObject()
1410 (bNext? (aCurPos.X() > aPos.X()) : // liegt neben mir in GetBestObject()
1411 (aCurPos.X() < aPos.X())) ) // " reverse in GetBestObject()
1424 aCurPos = pO->GetFlyFrm()->Frm().Pos(); in GetBestObject()
1427 aCurPos = pTmpObj->GetCurrentBoundRect().TopLeft(); in GetBestObject()
1429 if( aCurPos != aPos && aCurPos.Y() == aPos.Y() && in GetBestObject()
[all …]
/AOO41X/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx298 Point aCurPos; member
641 aAttr.aCurPos=p->aCurPos; in PopAttr()
811 if (i==0 && !bGivenPos) aPolygon.SetPoint(aAttr.aCurPos,i); in ReadLine()
814 aAttr.aCurPos=aPolygon.GetPoint(nPolySize-1); in ReadLine()
835 else aP0=aAttr.aCurPos; in ReadRelLine()
852 aAttr.aCurPos=aPolygon.GetPoint(nPolySize-1); in ReadRelLine()
875 P0 = aAttr.aCurPos; in ReadBox()
877 aAttr.aCurPos=ReadPoint(); in ReadBox()
881 Rectangle aBoxRect( P0, aAttr.aCurPos ); in ReadBox()
967 aP0 = aAttr.aCurPos; in ReadChrStr()
[all …]
/AOO41X/main/editeng/source/editeng/
H A Dimpedit2.cxx2402 const EditPaM aCurPos( rSel.Max() ); in DeleteLeftOrRight() local
2403 EditPaM aDelStart( aCurPos ); in DeleteLeftOrRight()
2404 EditPaM aDelEnd( aCurPos ); in DeleteLeftOrRight()
2409 aDelStart = CursorLeft( aCurPos, i18n::CharacterIteratorMode::SKIPCHARACTER ); in DeleteLeftOrRight()
2413 aDelStart = StartOfWord( aCurPos ); in DeleteLeftOrRight()
2414 if ( aDelStart.GetIndex() == aCurPos.GetIndex() ) in DeleteLeftOrRight()
2415 aDelStart = WordLeft( aCurPos ); in DeleteLeftOrRight()
2420 if ( aDelStart == aCurPos ) in DeleteLeftOrRight()
2423 ContentNode* pPrev = GetPrevVisNode( aCurPos.GetNode() ); in DeleteLeftOrRight()
2433 aDelEnd = CursorRight( aCurPos ); in DeleteLeftOrRight()
[all …]
/AOO41X/main/sd/source/ui/view/
H A Dsdview3.cxx471 Point aCurPos; in InsertData() local
480 aCurPos = aCurBoundRect.TopLeft(); in InsertData()
482 aCurPos = pOwnData->GetStartPos(); in InsertData()
485 aCurPos = pOwnData->GetStartPos(); in InsertData()
487 … const Size aVector( maDropPos.X() - aCurPos.X(), maDropPos.Y() - aCurPos.Y() ); in InsertData()
/AOO41X/main/sw/source/core/crsr/
H A Dcrstrvl.cxx2234 _SetGetExpFld aCurPos( bNext ? *pCurCrsr->End() : *pCurCrsr->Start() ); in SelectNxtPrvHyperlink() local
2235 if( aCurPos.GetNode() < nBodySttNdIdx ) in SelectNxtPrvHyperlink()
2237 const SwCntntNode* pCNd = aCurPos.GetNodeFromCntnt()->GetCntntNode(); in SelectNxtPrvHyperlink()
2240 aCurPos.SetBodyPos( *pFrm ); in SelectNxtPrvHyperlink()
2264 ? ( aPos < aCmpPos && aCurPos < aPos ) in SelectNxtPrvHyperlink()
2265 : ( aCmpPos < aPos && aPos < aCurPos )) in SelectNxtPrvHyperlink()
2296 ? ( aPos < aCmpPos && aCurPos < aPos ) in SelectNxtPrvHyperlink()
2297 : ( aCmpPos < aPos && aPos < aCurPos )) in SelectNxtPrvHyperlink()
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7143 Point aCurPos( rGlyphs[0].m_aPos ); in drawVerticalGlyphs() local
7144 aCurPos = m_pReferenceDevice->PixelToLogic( aCurPos ); in drawVerticalGlyphs()
7145 aCurPos += rAlignOffset; in drawVerticalGlyphs()
7193 aMat.translate( aCurPos.X()+aDeltaPos.X(), aCurPos.Y()+aDeltaPos.Y() ); in drawVerticalGlyphs()
7244 Point aCurPos = rGlyphs[nBeginRun].m_aPos; in drawHorizontalGlyphs() local
7246 aCurPos = m_pReferenceDevice->PixelToLogic( aCurPos ); in drawHorizontalGlyphs()
7247 aCurPos += rAlignOffset; in drawHorizontalGlyphs()
7255 m_aPages.back().appendPoint( aCurPos, rLine, false ); in drawHorizontalGlyphs()
7264 aMat.translate( aCurPos.X(), aCurPos.Y() ); in drawHorizontalGlyphs()
/AOO41X/main/vcl/os2/source/window/
H A Dsalframe.cxx1405 Point aCurPos( maGeometry.nX, maGeometry.nY ); in SetScreenNumber()
1408 if( rMonitors[i].m_aArea.IsInside( aCurPos ) ) in SetScreenNumber()
/AOO41X/main/sc/source/core/tool/
H A Daddress.cxx959 const ScAddress aCurPos(rAddr); in lcl_ScAddress_Parse_OOo() local
/AOO41X/main/vcl/win/source/window/
H A Dsalframe.cxx2031 Point aCurPos( maGeometry.nX, maGeometry.nY ); in SetScreenNumber() local
2034 if( rMonitors[i].m_aArea.IsInside( aCurPos ) ) in SetScreenNumber()