Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx933 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 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()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1306 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 …]
/trunk/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
449 ScCondFormatEntry aNewEntry( eOper, sExpr1, sExpr2, pDoc, aCurPos, sStyle ); in GetConditionalFormat()
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx298 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 …]
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2405 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 …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/core/tool/
H A Daddress.cxx959 const ScAddress aCurPos(rAddr); in lcl_ScAddress_Parse_OOo() local
/trunk/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()

Completed in 178 milliseconds