Home
last modified time | relevance | path

Searched refs:nPosY (Results 1 – 25 of 125) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dselect.cxx150 SCROW nPosY; in BeginDrag() local
197 SCROW nHandleY = (nPosY >= nStartY) ? nPosY - nStartY : 0; in BeginDrag()
314 SCROW nPosY; in SetCursorAtPoint() local
355 nPosY = rDoc.LastVisibleRow(0, nPosY, nTab); in SetCursorAtPoint()
427 return nPosX >= startX && nPosX <= endX && nPosY >= startY && nPosY <= endY; in CheckRefBounds()
515 nPosY+1 >= nStartY && nPosY <= nEndY && in SetCursorAtCell()
588 nPosY = rDoc.FirstVisibleRow(nPosY, nStartY-1, nTab); in SetCursorAtCell()
653 if ( nPosY < nStartY ) nPosY = nStartY; in SetCursorAtCell()
746 SCROW nPosY; in IsSelectionAtPoint() local
906 SCROW nPosY; in SetCursorAtPoint() local
[all …]
H A Dgridwin2.cxx266 SCROW nPosY; in DPTestMouse() local
624 SCROW nPosY = 0; in UpdateVisibleRange() local
632 nPosY = lcl_getValidValue(pViewShell->GetLOKStartHeaderRow(), nPosY); in UpdateVisibleRange()
639 nPosY = mrViewData.GetPosY(eVWhich); in UpdateVisibleRange()
714 SCROW nPosY; in HitPageBreak() local
733 nHitY = nPosY; in HitPageBreak()
753 bool bInsideV = ( nPosY >= aRange.aStart.Row() && nPosY <= aRange.aEnd.Row() ); in HitPageBreak()
885 SCROW nPosY; in PagebreakMove() local
890 if ( !bTop ) ++nPosY; in PagebreakMove()
928 aDrawRange.aStart.SetRow( nPosY ); in PagebreakMove()
[all …]
H A Dcellsh.cxx667 SCROW nPosY = rData.GetCurY(); in GetState() local
706 rSet.Put( SfxInt32Item( nWhich, nPosY+1 ) ); in GetState()
720 rDoc.GetFormula( nPosX, nPosY, nTab, aString ); in GetState()
840 if ( !rDoc.HasValidationData( nPosX, nPosY, nTab )) in GetState()
877 …if ( nPosY==0 || (rDoc.HasRowBreak(nPosY, nTab) & ScBreakType::Manual) || rDoc.IsTabProtected(nTab… in GetState()
887 …if ( nPosY==0 || !(rDoc.HasRowBreak(nPosY, nTab) & ScBreakType::Manual) || rDoc.IsTabProtected(nTa… in GetState()
905 … rDoc.HasAttrib(nPosX, nPosY, nTab, nPosX, nPosY, nTab, HasAttrFlags::Protected)) in GetState()
1044 if ( pNote && rDoc.IsBlockEditable( nTab, nPosX,nPosY, nPosX,nPosY ) ) in GetState()
1060 if ( pNote && rDoc.IsBlockEditable( nTab, nPosX,nPosY, nPosX,nPosY ) ) in GetState()
1151 bEnable = rDoc.IsBlockEditable( nTab, nPosX,nPosY, nPosX,nPosY ) && in GetState()
[all …]
H A Doutput.cxx299 tools::Long nPosY; in DrawGrid() local
480 nPosY = nScrY; in DrawGrid()
1029 tools::Long nPosY = nScrY; in DrawBackground() local
1152 nPosY += nRowHeight; in DrawBackground()
1298 nPosY += nRowHeight; in DrawExtraShadow()
1319 tools::Long nPosY = nScrY; in DrawClear() local
1341 nPosY += nRowHeight; in DrawClear()
1354 …return (bSnapPixel && nPosY) ? rDev.PixelToLogic( rDev.LogicToPixel( Size( 0, nPosY ) ) ).Height()… in lclGetSnappedY()
1678 nPosY += nRowHeight; in DrawRotatedFrame()
2031 nMinY = nPosY; in DrawRefMark()
[all …]
H A Dgridwin5.cxx47 bool ScGridWindow::ShowNoteMarker( SCCOL nPosX, SCROW nPosY, bool bKeyboard ) in ShowNoteMarker() argument
53 ScAddress aCellPos( nPosX, nPosY, nTab ); in ShowNoteMarker()
219 SCROW nPosY; in RequestHelp() local
220 mrViewData.GetPosFromPixel( aPosPixel.X(), aPosPixel.Y(), eWhich, nPosX, nPosY ); in RequestHelp()
222 if ( ShowNoteMarker( nPosX, nPosY, false ) ) in RequestHelp()
316 SCROW nPosY; in RequestHelp() local
318 mrViewData.GetPosFromPixel( aPosPixel.X(), aPosPixel.Y(), eWhich, nPosX, nPosY ); in RequestHelp()
319 const ScPatternAttr* pPattern = rDoc.GetPattern( nPosX, nPosY, nTab ); in RequestHelp()
322 aPixRect = mrViewData.GetEditArea( eWhich, nPosX, nPosY, this, pPattern, false ); in RequestHelp()
H A Dtabview.cxx104 rRenderContext.DrawLine(Point(0, nPosY), Point(nPosX, nPosY)); in Paint()
518 tools::Rectangle( nPosX, nPosY, nPosX+nSizeX, nPosY+nSizeY ), pFrameWin ); in DoResize()
521 tools::Rectangle( nPosX, nPosY, nPosX+nSizeX, nPosY+nSizeY ), pFrameWin ); in DoResize()
548 nOutPosY = nPosY; in DoResize()
561 nPosY += nOutlineY; in DoResize()
571 nPosY += nBarY; in DoResize()
1682 nPosY = o3tl::convert(nPosY, o3tl::Length::twip, o3tl::Length::mm100); in GetInsertPos()
1683 return Point(nPosX,nPosY); in GetInsertPos()
1934 SCROW nPosY = 1; in FreezeSplitters() local
1959 ++nPosY; in FreezeSplitters()
[all …]
H A Dgridwin.cxx1570 0, 0, 0, nPosY, nPosX, nPosY, nPPTX, nPPTY, in IsCellCoveredByText()
1753 nPosY >= nEditRow && nPosY <= nEndRow ) in HandleMouseButtonDown()
1831 SCROW nPosY; in HandleMouseButtonDown() local
2211 SCROW nPosY; in MouseButtonUp() local
2567 nPosY >= nEditRow && nPosY <= nEndRow ) in MouseMove()
4582 SCROW nPosY; in ExecuteDrop() local
4630 SCROW nPosY; in PasteSelection() local
5270 SCROW nPosY; in RFMouseMove() local
5434 SCROW nPosY; in GetEditUrl() local
6520 if (nY1 < nPosY) nY1 = nPosY; in UpdateDragRectOverlay()
[all …]
H A Dviewfun5.cxx79 … SCCOL nPosX, SCROW nPosY, const Point* pLogicPos, bool bLink, bool bAllowDialogs ) in PasteDataFormat() argument
102 sal_uLong nYT = rDoc.GetRowHeight( 0, nPosY-1, nTab); in PasteDataFormat()
162 SetCursor( nPosX, nPosY ); in PasteDataFormat()
295 PasteRTF( nPosX, nPosY, rxTransferable ); in PasteDataFormat()
300 ScAddress aCellPos( nPosX, nPosY, GetViewData().GetTabNo() ); in PasteDataFormat()
439 ClickCursor(nPosX, nPosY, false); // set cursor position in PasteDataFormat()
444 …ScDBData* pDBData = pDocSh->GetDBData( ScRange(nPosX,nPosY,nTab), SC_DB_OLD, ScGetDBSelection::Kee… in PasteDataFormat()
450 ScAddress aCellPos( nPosX,nPosY,nTab ); in PasteDataFormat()
628 MoveCursorAbs( nPosX, nPosY, SC_FOLLOW_NONE, false, false ); in PasteDataFormat()
669 bRet = PasteBookmark( nFormatId, rxTransferable, nPosX, nPosY ); in PasteDataFormat()
H A Dprevloc.cxx296 tools::Long nPosY = o3tl::convert(pDoc->GetRowHeight(rRange.aStart.Row(), nEndRow, nTab), in GetOffsetPixel() local
301 Size aOffsetLogic( nPosX, nPosY ); in GetOffsetPixel()
614 tools::Long nPosY = 0; in GetTableInfo() local
622 = nPosY + o3tl::convert(nDocH, o3tl::Length::twip, o3tl::Length::mm100); in GetTableInfo()
624 … tools::Long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo()
630 nPosY = nNextY; in GetTableInfo()
636 tools::Long nPosY = 0; in GetTableInfo() local
644 = nPosY + o3tl::convert(nDocH, o3tl::Length::twip, o3tl::Length::mm100); in GetTableInfo()
646 … tools::Long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo()
652 nPosY = nNextY; in GetTableInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dselect.cxx148 SCROW nPosY; in BeginDrag() local
192 SCROW nHandleY = (nPosY >= nStartY) ? nPosY - nStartY : 0; in BeginDrag()
312 SCROW nPosY; in SetCursorAtPoint() local
353 nPosY = pDoc->LastVisibleRow(0, nPosY, nTab); in SetCursorAtPoint()
500 nPosY+1 >= nStartY && nPosY <= nEndY && in SetCursorAtCell()
533 nPosY = nEndY; in SetCursorAtCell()
573 nPosY = pDoc->FirstVisibleRow(nPosY, nStartY-1, nTab); in SetCursorAtCell()
638 if ( nPosY < nStartY ) nPosY = nStartY; in SetCursorAtCell()
731 SCROW nPosY; in IsSelectionAtPoint() local
891 SCROW nPosY; in SetCursorAtPoint() local
[all …]
H A Dgridwin2.cxx266 SCROW nPosY; in DPTestMouse() local
603 SCROW nPosY = 0; in UpdateVisibleRange() local
623 nPosY = pViewData->GetPosY(eVWhich); in UpdateVisibleRange()
702 SCROW nPosY; in HitPageBreak() local
721 nHitY = nPosY; in HitPageBreak()
741 bool bInsideV = ( nPosY >= aRange.aStart.Row() && nPosY <= aRange.aEnd.Row() ); in HitPageBreak()
873 SCROW nPosY; in PagebreakMove() local
878 if ( !bTop ) ++nPosY; in PagebreakMove()
904 aDrawRange.aStart.SetRow( nPosY ); in PagebreakMove()
916 aDrawRange.aStart.SetRow( nPosY ); in PagebreakMove()
[all …]
H A Doutput.cxx294 long nPosY; in DrawGrid() local
473 nPosY = nScrY; in DrawGrid()
1021 long nPosY = nScrY; in DrawBackground() local
1311 long nPosY = nScrY; in DrawClear() local
1346 …return (bSnapPixel && nPosY) ? rDev.PixelToLogic( rDev.LogicToPixel( Size( 0, nPosY ) ) ).Height()… in lclGetSnappedY()
1513 long nPosY = nScrY; in DrawRotatedFrame() local
1709 long nPosY = nScrY; in GetChangedAreaRegion() local
1913 long nPosY = nScrY; in FillReferenceMark() local
2296 long nPosY = nScrY; in DrawNoteMarks() local
2372 long nPosY = nScrY; in AddPDFNotes() local
[all …]
H A Dcellsh.cxx658 SCROW nPosY = pData->GetCurY(); in GetState() local
697 rSet.Put( SfxInt32Item( nWhich, nPosY+1 ) ); in GetState()
711 pDoc->GetFormula( nPosX, nPosY, nTab, aString ); in GetState()
830 if ( !pDoc->HasValidationData( nPosX, nPosY, nTab )) in GetState()
867 …if ( nPosY==0 || (pDoc->HasRowBreak(nPosY, nTab) & ScBreakType::Manual) || pDoc->IsTabProtected(nT… in GetState()
877 …if ( nPosY==0 || !(pDoc->HasRowBreak(nPosY, nTab) & ScBreakType::Manual) || pDoc->IsTabProtected(n… in GetState()
895 … pDoc->HasAttrib(nPosX, nPosY, nTab, nPosX, nPosY, nTab, HasAttrFlags::Protected)) in GetState()
1034 if ( pNote && pDoc->IsBlockEditable( nTab, nPosX,nPosY, nPosX,nPosY ) ) in GetState()
1050 if ( pNote && pDoc->IsBlockEditable( nTab, nPosX,nPosY, nPosX,nPosY ) ) in GetState()
1141 bEnable = pDoc->IsBlockEditable( nTab, nPosX,nPosY, nPosX,nPosY ) && in GetState()
[all …]
H A Dgridwin5.cxx47 bool ScGridWindow::ShowNoteMarker( SCCOL nPosX, SCROW nPosY, bool bKeyboard ) in ShowNoteMarker() argument
53 ScAddress aCellPos( nPosX, nPosY, nTab ); in ShowNoteMarker()
219 SCROW nPosY; in RequestHelp() local
220 pViewData->GetPosFromPixel( aPosPixel.X(), aPosPixel.Y(), eWhich, nPosX, nPosY ); in RequestHelp()
222 if ( ShowNoteMarker( nPosX, nPosY, false ) ) in RequestHelp()
316 SCROW nPosY; in RequestHelp() local
318 pViewData->GetPosFromPixel( aPosPixel.X(), aPosPixel.Y(), eWhich, nPosX, nPosY ); in RequestHelp()
319 const ScPatternAttr* pPattern = pDoc->GetPattern( nPosX, nPosY, nTab ); in RequestHelp()
322 aPixRect = pViewData->GetEditArea( eWhich, nPosX, nPosY, this, pPattern, false ); in RequestHelp()
H A Dtabview.cxx98 rRenderContext.DrawLine(Point(0, nPosY), Point(nPosX, nPosY)); in Paint()
512 tools::Rectangle( nPosX, nPosY, nPosX+nSizeX, nPosY+nSizeY ), pFrameWin ); in DoResize()
515 tools::Rectangle( nPosX, nPosY, nPosX+nSizeX, nPosY+nSizeY ), pFrameWin ); in DoResize()
542 nOutPosY = nPosY; in DoResize()
555 nPosY += nOutlineY; in DoResize()
565 nPosY += nBarY; in DoResize()
1676 nPosY = static_cast<long>(nPosY * HMM_PER_TWIPS); in GetInsertPos()
1925 SCROW nPosY = 1; in FreezeSplitters() local
1948 nPosY = 1; in FreezeSplitters()
1950 ++nPosY; in FreezeSplitters()
[all …]
H A Dgridwin.cxx1447 0, 0, 0, nPosY, nPosX, nPosY, nPPTX, nPPTY, in IsCellCoveredByText()
1531 SCROW nPosY; in HandleMouseButtonDown() local
1630 nPosY >= nEditRow && nPosY <= nEndRow ) in HandleMouseButtonDown()
1708 SCROW nPosY; in HandleMouseButtonDown() local
2428 nPosY >= nEditRow && nPosY <= nEndRow ) in MouseMove()
4363 SCROW nPosY; in ExecuteDrop() local
4413 SCROW nPosY; in PasteSelection() local
5033 SCROW nPosY; in RFMouseMove() local
5197 SCROW nPosY; in GetEditUrl() local
6318 if (nY1 < nPosY) nY1 = nPosY; in UpdateDragRectOverlay()
[all …]
H A Dprevloc.cxx292 long nPosY = static_cast<long>(pDoc->GetScaledRowHeight( rRange.aStart.Row(), in GetOffsetPixel() local
296 Size aOffsetLogic( nPosX, nPosY ); in GetOffsetPixel()
610 long nPosY = 0; in GetTableInfo() local
617 long nNextY = nPosY + static_cast<long>(nDocH * nScaleY); in GetTableInfo()
619 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo()
625 nPosY = nNextY; in GetTableInfo()
631 long nPosY = 0; in GetTableInfo() local
638 long nNextY = nPosY + static_cast<long>(nDocH * nScaleY); in GetTableInfo()
640 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo()
646 nPosY = nNextY; in GetTableInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DChartController_Position.cxx51 tools::Long nPosY(0); in lcl_getPositionAndSizeFromItemSet() local
62 nPosY=static_cast<const SfxInt32Item*>(pPoolItem)->GetValue(); in lcl_getPositionAndSizeFromItemSet()
82 nPosY += ( rOriginalSize.Height - nSizY ) / 2; in lcl_getPositionAndSizeFromItemSet()
86 nPosY += ( rOriginalSize.Height - nSizY ) / 2; in lcl_getPositionAndSizeFromItemSet()
90 nPosY += ( rOriginalSize.Height - nSizY ) / 2; in lcl_getPositionAndSizeFromItemSet()
93 nPosY += rOriginalSize.Height - nSizY; in lcl_getPositionAndSizeFromItemSet()
97 nPosY += rOriginalSize.Height - nSizY; in lcl_getPositionAndSizeFromItemSet()
101 nPosY += rOriginalSize.Height - nSizY; in lcl_getPositionAndSizeFromItemSet()
107 rPosAndSize = awt::Rectangle(nPosX,nPosY,nSizX,nSizY); in lcl_getPositionAndSizeFromItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DChartController_Position.cxx53 long nPosY(0); in lcl_getPositionAndSizeFromItemSet() local
64 nPosY=static_cast<const SfxInt32Item*>(pPoolItem)->GetValue(); in lcl_getPositionAndSizeFromItemSet()
84 nPosY += ( rOriginalSize.Height - nSizY ) / 2; in lcl_getPositionAndSizeFromItemSet()
88 nPosY += ( rOriginalSize.Height - nSizY ) / 2; in lcl_getPositionAndSizeFromItemSet()
92 nPosY += ( rOriginalSize.Height - nSizY ) / 2; in lcl_getPositionAndSizeFromItemSet()
95 nPosY += rOriginalSize.Height - nSizY; in lcl_getPositionAndSizeFromItemSet()
99 nPosY += rOriginalSize.Height - nSizY; in lcl_getPositionAndSizeFromItemSet()
103 nPosY += rOriginalSize.Height - nSizY; in lcl_getPositionAndSizeFromItemSet()
109 rPosAndSize = awt::Rectangle(nPosX,nPosY,nSizX,nSizY); in lcl_getPositionAndSizeFromItemSet()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dshadebobs.c78 double nPosX, nPosY; member
110 pShadeBob->nPosY = RANDOM() % st->iWinHeight; in ResetShadeBob()
166 pShadeBob->nPosY = ( st->anCosTable[ (int)pShadeBob->nAngle ] * st->iVelocity ) + pShadeBob->nPosY; in MoveShadeBob()
172 if( pShadeBob->nPosY >= st->iWinHeight ) pShadeBob->nPosY -= st->iWinHeight; in MoveShadeBob()
173 else if( pShadeBob->nPosY < 0 ) pShadeBob->nPosY += st->iWinHeight; in MoveShadeBob()
188 iPixelY = pShadeBob->nPosY + iHeight; in Execute()
213 …pShadeBob->nPosX, pShadeBob->nPosY, pShadeBob->nPosX, pShadeBob->nPosY, st->iBobDiameter, st->iBob… in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dselect.hxx60 void SetAnchor( SCCOL nPosX, SCROW nPosY );
71 bool SetCursorAtCell( SCCOL nPosX, SCROW nPosY, bool bScroll );
72 bool CheckRefBounds(SCCOL nPosX, SCROW nPosY);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/inc/
H A Dsxallitm.hxx36 SdrAllPositionYItem(long nPosY=0): SdrMetricItem(SDRATTR_ALLPOSITIONY,nPosY) {} in SdrAllPositionYItem() argument
H A Dsxoneitm.hxx36 SdrOnePositionYItem(long nPosY=0): SdrMetricItem(SDRATTR_ONEPOSITIONY,nPosY) {} in SdrOnePositionYItem() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/inc/
H A Dsxallitm.hxx36 SdrAllPositionYItem(tools::Long nPosY=0): SdrMetricItem(SDRATTR_ALLPOSITIONY,nPosY) {} in SdrAllPositionYItem() argument
H A Dsxoneitm.hxx36 SdrOnePositionYItem(tools::Long nPosY=0): SdrMetricItem(SDRATTR_ONEPOSITIONY,nPosY) {} in SdrOnePositionYItem() argument

12345