/aoo42x/main/sc/source/ui/view/ |
H A D | prevwsh.cxx | 933 Point aCurPos, aPrevPos; in DoScroll() local 944 aPrevPos = aCurPos; in DoScroll() 990 aCurPos.X() -= nHLine; in DoScroll() 993 aCurPos.X() += nHLine; in DoScroll() 1048 aCurPos.Y() = 0; in DoScroll() 1049 aCurPos.X() = 0; in DoScroll() 1078 if( aCurPos.Y() < 0 ) in DoScroll() 1079 aCurPos.Y() = 0; in DoScroll() 1082 if( aCurPos.X() < 0 ) in DoScroll() 1083 aCurPos.X() = 0; in DoScroll() [all …]
|
H A D | tabvwshc.cxx | 216 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()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 1306 Point aCurPos; in GetBestObject() local 1399 aCurPos = pFly->Frm().Pos(); in GetBestObject() 1402 aCurPos = pObj->GetCurrentBoundRect().TopLeft(); in GetBestObject() 1421 aCurPos = pO->GetFlyFrm()->Frm().Pos(); in GetBestObject() 1426 if( aCurPos != aPos && aCurPos.Y() == aPos.Y() && in GetBestObject() 1432 aBestPos = aCurPos; in GetBestObject() 1443 (aBestPos.Y() < aCurPos.Y())) in GetBestObject() 1445 (aBestPos.Y() == aCurPos.Y() && in GetBestObject() 1450 aBestPos = aCurPos; in GetBestObject() 1456 (aTopPos.Y() == aCurPos.Y() && in GetBestObject() [all …]
|
/aoo42x/main/sc/source/ui/attrdlg/ |
H A D | condfrmt.cxx | 226 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 449 ScCondFormatEntry aNewEntry( eOper, sExpr1, sExpr2, pDoc, aCurPos, sStyle ); in GetConditionalFormat() [all …]
|
/aoo42x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 298 Point aCurPos; member 641 aAttr.aCurPos=p->aCurPos; in PopAttr() 835 else aP0=aAttr.aCurPos; in ReadRelLine() 875 P0 = aAttr.aCurPos; in ReadBox() 877 aAttr.aCurPos=ReadPoint(); in ReadBox() 967 aP0 = aAttr.aCurPos; in ReadChrStr() 1025 aAttr.aCurPos=aP3; in ReadArc() 1075 else aCenter=aAttr.aCurPos; in ReadFullArc() 1124 else aP0=aAttr.aCurPos; in ReadPartialArc() 1158 aAttr.aCurPos=aPEnd; in ReadPartialArc() [all …]
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 2405 const EditPaM aCurPos( rSel.Max() ); in DeleteLeftOrRight() local 2406 EditPaM aDelStart( aCurPos ); in DeleteLeftOrRight() 2407 EditPaM aDelEnd( aCurPos ); in DeleteLeftOrRight() 2416 aDelStart = StartOfWord( aCurPos ); in DeleteLeftOrRight() 2418 aDelStart = WordLeft( aCurPos ); in DeleteLeftOrRight() 2423 if ( aDelStart == aCurPos ) in DeleteLeftOrRight() 2436 aDelEnd = CursorRight( aCurPos ); in DeleteLeftOrRight() 2440 aDelEnd = EndOfWord( aCurPos ); in DeleteLeftOrRight() 2468 aDelStart = WordLeft(aCurPos); in DeleteLeftOrRight() 2474 aDelEnd.SetIndex( aCurPos.GetNode()->Len() ); in DeleteLeftOrRight() [all …]
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 471 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()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 2234 _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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 7143 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()
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1405 Point aCurPos( maGeometry.nX, maGeometry.nY ); in SetScreenNumber() 1408 if( rMonitors[i].m_aArea.IsInside( aCurPos ) ) in SetScreenNumber()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | address.cxx | 959 const ScAddress aCurPos(rAddr); in lcl_ScAddress_Parse_OOo() local
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2031 Point aCurPos( maGeometry.nX, maGeometry.nY ); in SetScreenNumber() local 2034 if( rMonitors[i].m_aArea.IsInside( aCurPos ) ) in SetScreenNumber()
|