/aoo41x/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 264 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in Update() argument 316 Expand( theRow1, theRow2, nRow1, nDy ); in Update() 354 if ( nDy ) in Update() 573 if( nDy && in Update() 582 rRef.Ref2.nRow, nRow1, nDy )); in Update() 589 nRow1, nRow2, nDy, MAXROW ) ) in Update() 595 rRef.Ref1.nRow <= nRow1 + nDy ) in Update() 598 rRef.Ref2.nRow <= nRow1 + nDy ) in Update() 677 && rRef.Ref1.nRow >= nRow1-nDy in Update() 680 && rRef.Ref2.nRow <= nRow2-nDy in Update() [all …]
|
H A D | chgtrack.cxx | 907 nDy( nDyP ) in ScChangeActionDel() 946 nDy( 0 ) in ScChangeActionDel() 1977 if ( nDy ) in PutValueToDoc() 1978 aPos.IncRow( nDy ); in PutValueToDoc() 2100 if ( nDy > 0 ) in UpdateReference() 2102 else if ( nDy < 0 ) in UpdateReference() 2118 if ( nDy ) in UpdateReference() 2136 if ( nDy ) in UpdateReference() 2658 if ( nDy ) in AppendOneDeleteRange() 3476 nDx = nDy = nDz = 0; 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_Button… 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 , nHeight_… in impl_recalcLayout() 843 …xRef_Text_Top->setPosSize ( nDx+nX_Text_Top , nDy+nY_Text_Top , nWidth_Text_Top , nHeight_Text… in impl_recalcLayout() 845 …xRef_Text_Bottom->setPosSize ( nDx+nX_Text_Bottom , nDy+nY_Text_Bottom , nWidth_Text_Bottom , nHei… in impl_recalcLayout() 846 …xRef_Button->setPosSize ( nDx+nX_Button , nDy+nY_Button , nWidth_Button , nHeight_Butto… in impl_recalcLayout() 847 …xRef_ProgressBar->setPosSize ( nDx+nX_ProgressBar , nDy+nY_ProgressBar , nWidth_ProgressBar , nHei… 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() 812 ScDocument*, SCsCOL nDx, SCsROW nDy ) const; 857 SCsCOL nDx, SCsROW nDy ) const; 859 SCsCOL nDx, SCsROW nDy ) const; 1107 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, [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() 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() 825 if ( nDy != 0 ) pViewData->GetView()->ScrollY( nDy, WhichV(eWhich) ); 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() 910 pRangeName->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 912 pDPCollection->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 914 UpdateRefAreaLinks( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 916 pCondFormList->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 918 pValidationList->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 920 pDetOpList->UpdateReference( this, eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference() 923 eUpdateRefMode, aRange, nDx, nDy, nDz ) ); in UpdateReference() 931 nDx, nDy, nDz, pUndoDoc, bIncludeDraw, bUpdateNoteCaptionPos ); in UpdateReference() [all …]
|
H A D | attarray.cxx | 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() 2382 nStartRow -= nDy; // Source in CopyAreaSafe() 2383 nEndRow -= nDy; in CopyAreaSafe() 2385 SCROW nDestStart = Max((long)((long)nStartRow + nDy), (long) 0); in CopyAreaSafe() 2386 SCROW nDestEnd = Min((long)((long)nEndRow + nDy), (long) MAXROW); 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()
|