| /AOO41X/main/sc/source/core/tool/ |
| H A D | refupdat.cxx | 264 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in Update() argument 301 if ( nDy && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update() 304 sal_Bool bExp = (bExpand && IsExpand( theRow1, theRow2, nRow1, nDy )); in Update() 305 bCut1 = lcl_MoveStart( theRow1, nRow1, nDy, MAXROW ); in Update() 306 bCut2 = lcl_MoveEnd( theRow2, nRow1, nDy, MAXROW ); in Update() 316 Expand( theRow1, theRow2, nRow1, nDy ); in Update() 344 if ((theCol1 >= nCol1-nDx) && (theRow1 >= nRow1-nDy) && (theTab1 >= nTab1-nDz) && in Update() 345 (theCol2 <= nCol2-nDx) && (theRow2 <= nRow2-nDy) && (theTab2 <= nTab2-nDz)) in Update() 354 if ( nDy ) in Update() 356 bCut1 = lcl_MoveItCut( theRow1, nDy, MAXROW ); in Update() [all …]
|
| H A D | chgtrack.cxx | 432 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz ) in UpdateReference() argument 434 ScRefUpdate::Update( eMode, rRange, nDx, nDy, nDz, GetBigRange() ); in UpdateReference() 587 SCsCOL nDx, SCsROW nDy ) in RejectRestoreContents() argument 611 pE->pContent->PutNewValueToDoc( pDoc, nDx, nDy ); in RejectRestoreContents() 907 nDy( nDyP ) in ScChangeActionDel() 946 nDy( 0 ) in ScChangeActionDel() 951 nDy = static_cast<SCsROW>(nD); in ScChangeActionDel() 1298 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz ) in UpdateReference() argument 1300 ScRefUpdate::Update( eMode, rRange, nDx, nDy, nDz, aFromRange ); in UpdateReference() 1301 ScRefUpdate::Update( eMode, rRange, nDx, nDy, nDz, GetBigRange() ); in UpdateReference() [all …]
|
| H A D | rangelst.cxx | 235 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument 258 nDx, nDy, nDz, in UpdateReference() 482 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument 508 nDx, nDy, nDz, in UpdateReference()
|
| H A D | detdata.cxx | 68 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument 84 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateReference()
|
| /AOO41X/main/UnoControls/source/controls/ |
| H A D | progressmonitor.cxx | 816 sal_Int32 nDy ; in impl_recalcLayout() local 819 …nDy = ( (6*FREEBORDER)+nHeight_Topic_Top+nHeight_ProgressBar+nHeight_Topic_Bottom+2+nHeight_Butt… in impl_recalcLayout() 823 nDy = (impl_getHeight()/2)-(nDy/2) ; in impl_recalcLayout() 829 if ( nDy<0 ) in impl_recalcLayout() 831 nDy=0 ; in impl_recalcLayout() 842 …xRef_Topic_Top->setPosSize ( nDx+nX_Topic_Top , nDy+nY_Topic_Top , nWidth_Topic_Top… in impl_recalcLayout() 843 …xRef_Text_Top->setPosSize ( nDx+nX_Text_Top , nDy+nY_Text_Top , nWidth_Text_Top … in impl_recalcLayout() 844 …xRef_Topic_Bottom->setPosSize ( nDx+nX_Topic_Bottom , nDy+nY_Topic_Bottom , nWidth_Topic_Bot… in impl_recalcLayout() 845 …xRef_Text_Bottom->setPosSize ( nDx+nX_Text_Bottom , nDy+nY_Text_Bottom , nWidth_Text_Bott… in impl_recalcLayout() 846 …xRef_Button->setPosSize ( nDx+nX_Button , nDy+nY_Button , nWidth_Button … in impl_recalcLayout() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | chgtrack.hxx | 345 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz ); 350 SCsCOL nDx, SCsROW nDy ); 563 SCsROW nDy; member in ScChangeActionDel 566 SCsCOL nDx, SCsROW nDy, ScChangeTrack* ); 579 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz ); 613 SCsROW GetDy() const { return nDy; } in GetDy() 676 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz ); 699 …SC_DLLPUBLIC void GetDelta( sal_Int32& nDx, sal_Int32& nDy, sal_Int32& nDz )… 800 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz ); 812 ScDocument*, SCsCOL nDx, SCsROW nDy ) const; [all …]
|
| H A D | conditio.hxx | 146 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); 228 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); 282 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
|
| H A D | rangelst.hxx | 62 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); 92 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
|
| H A D | compiler.hxx | 430 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, 435 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, 442 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
|
| H A D | hints.hxx | 65 SCsROW nDy; member in ScUpdateRefHint 78 SCsROW GetDy() const { return nDy; } in GetDy()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | gridwin2.cxx | 271 SCsROW nDy = 0; in DPTestMouse() local 275 nDy = -1; in DPTestMouse() 280 nDy = 1; in DPTestMouse() 281 if ( nDx != 0 || nDy != 0 ) in DPTestMouse() 287 if ( nDy != 0 ) in DPTestMouse() 288 pViewData->GetView()->ScrollY( nDy, WhichV(eWhich) ); in DPTestMouse() 806 SCsROW nDy = 0; in PagebreakMove() local 808 if ( aPos.Y() < 0 ) nDy = -1; in PagebreakMove() 813 nDy = 1; in PagebreakMove() 814 if ( nDx != 0 || nDy != 0 ) in PagebreakMove() [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLStylesImportHelper.cxx | 219 void ScMyStyleRanges::InsertColRow(const ScRange& rRange, const SCsCOL nDx, const SCsROW nDy, in InsertColRow() argument 224 pNumberList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 226 pTextList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 228 pTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 230 pDateTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 232 pPercentList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 234 pLogicalList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 236 pUndefinedList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 243 aItr->xRanges->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | refupdat.hxx | 56 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, 62 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz, 69 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, 74 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | documen3.cxx | 885 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateReference() argument 895 if ( eUpdateRefMode == URM_INSDEL && (nDx > 0 || nDy > 0 || nDz > 0) ) in UpdateReference() 907 xColNameRanges->UpdateReference( eUpdateRefMode, this, aRange, nDx, nDy, nDz ); in UpdateReference() 908 xRowNameRanges->UpdateReference( eUpdateRefMode, this, aRange, nDx, nDy, nDz ); in UpdateReference() 909 …ection->UpdateReference( eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, nDx, nDy, nDz ); in UpdateReference() 910 pRangeName->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 912 pDPCollection->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 913 … UpdateChartRef( eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, nDx, nDy, nDz ); in UpdateReference() 914 UpdateRefAreaLinks( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 916 pCondFormList->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() [all …]
|
| H A D | attarray.cxx | 2313 void ScAttrArray::CopyArea( SCROW nStartRow, SCROW nEndRow, long nDy, ScAttrArray& rAttrArray, in CopyArea() argument 2316 nStartRow -= nDy; // Source in CopyArea() 2317 nEndRow -= nDy; in CopyArea() 2319 SCROW nDestStart = Max((long)((long)nStartRow + nDy), (long) 0); in CopyArea() 2320 SCROW nDestEnd = Min((long)((long)nEndRow + nDy), (long) MAXROW); in CopyArea() 2368 Min((SCROW)(pData[i].nRow + nDy), nDestEnd), pNewPattern); in CopyArea() 2373 nDestStart = Max((long)nDestStart, (long)(pData[i].nRow + nDy + 1)); in CopyArea() 2380 void ScAttrArray::CopyAreaSafe( SCROW nStartRow, SCROW nEndRow, long nDy, ScAttrArray& rAttrArray ) in CopyAreaSafe() argument 2382 nStartRow -= nDy; // Source in CopyAreaSafe() 2383 nEndRow -= nDy; in CopyAreaSafe() [all …]
|
| H A D | table1.cxx | 1183 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, bool bUpdateNoteCaptionPos ) in UpdateDrawRef() argument 1194 nRow1 = sal::static_int_cast<SCROW>( nRow1 - nDy ); in UpdateDrawRef() 1196 nRow2 = sal::static_int_cast<SCROW>( nRow2 - nDy ); in UpdateDrawRef() 1198 pDrawLayer->MoveArea( nTab, nCol1,nRow1, nCol2,nRow2, nDx,nDy, in UpdateDrawRef() 1205 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateReference() argument 1222 nDx, nDy, nDz, pUndoDoc ); in UpdateReference() 1225 …UpdateDrawRef( eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, nDx, nDy, nDz, bUpdateNot… in UpdateReference() 1247 nDx,nDy,0, in UpdateReference() 1265 nDx,nDy,0, in UpdateReference() 1285 nDx,nDy,0, in UpdateReference()
|
| H A D | cell2.cxx | 740 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateReference() argument 760 bIsInsert = (nDx >= 0 && nDy >= 0 && nDz >= 0); in UpdateReference() 775 if ( nDy && nCol >= nCol1 && nCol <= nCol2 && in UpdateReference() 780 nRow = sal::static_int_cast<SCROW>( nRow + nDy ); in UpdateReference() 807 aOldPos.Set( nCol - nDx, nRow - nDy, nTab - nDz ); in UpdateReference() 838 nDx, nDy, nDz, in UpdateReference() 859 (eUpdateRefMode == URM_INSDEL && (nDx > 0 || nDy > 0)); in UpdateReference() 870 if ( nDy > 0 && rRef.IsColRel() ) in UpdateReference() 1002 nDx, nDy, nDz ); in UpdateReference()
|
| H A D | bcaslot.cxx | 401 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateRemove() argument 423 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateRemove() 777 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateBroadcastAreas() argument 798 (*pp)->UpdateRemove( eUpdateRefMode, rRange, nDx, nDy, nDz ); in UpdateBroadcastAreas() 806 (*pp)->UpdateRemove( eUpdateRefMode, rRange, nDx, nDy, nDz ); in UpdateBroadcastAreas() 907 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateBroadcastAreas()
|
| H A D | column3.cxx | 668 void ScColumn::CopyFromClip(SCROW nRow1, SCROW nRow2, long nDy, in CopyFromClip() argument 680 rColumn.Search( nRow1-nDy, nStartIndex ); in CopyFromClip() 681 while ( nStartIndex < rColumn.nCount && rColumn.pItems[nStartIndex].nRow <= nRow2-nDy ) in CopyFromClip() 691 while ( nEndRow < nRow2-nDy && in CopyFromClip() 700 … rColumn.pAttrArray->CopyAreaSafe( nStartRow+nDy, nEndRow+nDy, nDy, *pAttrArray ); in CopyFromClip() 706 rColumn.pAttrArray->CopyAreaSafe( nRow1, nRow2, nDy, *pAttrArray ); in CopyFromClip() 731 aRef.nRow = nDestRow - nDy; // Quell-Zeile in CopyFromClip() 762 SCsROW nDestRow = rColumn.pItems[i].nRow + nDy; in CopyFromClip()
|
| H A D | conditio.cxx | 502 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument 521 aComp.UpdateNameReference( eUpdateRefMode, rRange, nDx, nDy, nDz, bChanged1 ); in UpdateReference() 538 aComp.UpdateNameReference( eUpdateRefMode, rRange, nDx, nDy, nDz, bChanged2 ); in UpdateReference() 1456 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument 1459 ppEntries[i]->UpdateReference(eUpdateRefMode, rRange, nDx, nDy, nDz); in UpdateReference() 1564 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument 1568 (*this)[i]->UpdateReference( eUpdateRefMode, rRange, nDx, nDy, nDz ); in UpdateReference()
|
| H A D | documen7.cxx | 505 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz in UpdateBroadcastAreas() argument 509 if ( eUpdateRefMode == URM_INSDEL && (nDx > 0 || nDy > 0 || nDz > 0) ) in UpdateBroadcastAreas() 512 pBASM->UpdateBroadcastAreas( eUpdateRefMode, rRange, nDx, nDy, nDz ); in UpdateBroadcastAreas()
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | sdwindow.cxx | 1119 short nDy = 0; in DropScroll() local 1140 nDy = -1; in DropScroll() 1145 nDy = 1; in DropScroll() 1149 if ( (nDx || nDy) && (rMousePos.X()!=0 || rMousePos.Y()!=0 ) ) in DropScroll() 1152 mpViewShell->ScrollLines(nDx, nDy); in DropScroll()
|
| /AOO41X/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsScrollBarManager.cxx | 540 int nDy = 0; in CalcAutoScrollOffset() local 573 nDy = -1 + (int)(mnVerticalScrollFactor in CalcAutoScrollOffset() 580 nDy = 1 + (int)(mnVerticalScrollFactor in CalcAutoScrollOffset() 586 maAutoScrollOffset = Size(nDx,nDy); in CalcAutoScrollOffset()
|
| /AOO41X/main/svx/source/sidebar/possize/ |
| H A D | SidebarDialControlBmp.cxx | 61 const sal_Int32 nDy (-fSin * (maRect.GetHeight()-4) / 2); in DrawElements() local 63 Point pt2( pt1.X() + nDx, pt1.Y() + nDy); in DrawElements()
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | dlgedfunc.cxx | 625 long nDy = rDragStat.IsVerFixed() ? 0 : rDragStat.GetDY(); in isRectangleHit() local 628 if ( (nDy + aNewRect.Top()) < 0 ) in isRectangleHit() 629 nDy = -aNewRect.Top(); in isRectangleHit() 632 aNewRect.Move(nDx,nDy); in isRectangleHit()
|