| /trunk/main/sc/source/ui/view/ |
| H A D | hdrcont.cxx | 139 void ScHeaderControl::SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd ) in SetMark() argument 150 PutInOrder( nNewStart, nNewEnd ); in SetMark() 153 nMarkEnd = nNewEnd; in SetMark() 163 if ( nNewEnd != nOldEnd ) in SetMark() 164 DoPaint( Min( nNewEnd, nOldEnd ) + 1, Max( nNewEnd, nOldEnd ) ); in SetMark() 167 else if ( nNewEnd == nOldEnd ) in SetMark() 169 else if ( nNewStart > nOldEnd || nNewEnd < nOldStart ) in SetMark() 173 DoPaint( nNewStart, nNewEnd ); in SetMark() 176 DoPaint( Min( nNewStart, nOldStart ), Max( nNewEnd, nOldEnd ) ); in SetMark() 179 DoPaint( nNewStart, nNewEnd ); // komplett neu in SetMark()
|
| /trunk/main/sc/source/ui/drawfunc/ |
| H A D | drtxtob.cxx | 637 xub_StrLen nNewEnd = aSel.nEndPos; in lcl_RemoveFields() local 680 … nNewEnd = sal::static_int_cast<xub_StrLen>( nNewEnd + aFieldText.Len() ); in lcl_RemoveFields() 681 --nNewEnd; in lcl_RemoveFields() 695 aOldSel.nEndPos = nNewEnd; in lcl_RemoveFields() 697 aOldSel.nStartPos = nNewEnd; // if aOldSel is backwards in lcl_RemoveFields()
|
| /trunk/main/svx/source/sdr/contact/ |
| H A D | viewcontactofsdrcircobj.cxx | 92 … const sal_Int32 nNewEnd(((SdrCircEndAngleItem&)rItemSet.Get(SDRATTR_CIRCENDANGLE)).GetValue()); in createViewIndependentPrimitive2DSequence() local 93 const double fStart(((36000 - nNewEnd) % 36000) * F_PI18000); in createViewIndependentPrimitive2DSequence()
|
| /trunk/main/sc/source/ui/undo/ |
| H A D | undoblk2.cxx | 63 SCCOLROW nNewStart, SCTAB nNewStartTab, SCCOLROW nNewEnd, SCTAB nNewEndTab, in ScUndoWidthOrHeight() argument 70 nEnd( nNewEnd ), in ScUndoWidthOrHeight()
|
| H A D | undodat.cxx | 80 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab, in ScUndoDoOutline() argument 85 nEnd( nNewEnd ), in ScUndoDoOutline() 262 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab, in ScUndoOutlineLevel() argument 267 nEnd( nNewEnd ), in ScUndoOutlineLevel()
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | thints.cxx | 369 const xub_StrLen nNewEnd ( *rNewHint.GetEnd() ); in TryInsertNesting() local 395 if (isOverlap(nNewStart, nNewEnd, nOtherStart, nOtherEnd )) in TryInsertNesting() 417 else if (isNestedAny(nNewStart, nNewEnd, nOtherStart, nOtherEnd)) in TryInsertNesting() 432 } else if (nNewEnd < nOtherEnd) { in TryInsertNesting() 555 if ((nNewStart <= nOtherStart) && (nOtherEnd <= nNewEnd)) in TryInsertNesting() 562 ASSERT((nOtherStart < nNewStart) && (nNewEnd < nOtherEnd), "huh?"); in TryInsertNesting() 573 rNode, **itOther, nNewEnd, nOtherEnd ) ); in TryInsertNesting()
|
| /trunk/main/sw/source/filter/html/ |
| H A D | htmlatr.cxx | 1281 xub_StrLen nNewEnd ); 1602 void HTMLEndPosLst::FixSplittedItem( HTMLSttEndPos *pPos, xub_StrLen nNewEnd, in FixSplittedItem() argument 1606 pPos->SetEnd( nNewEnd ); in FixSplittedItem() 1616 aEndLst[nEndPos]->GetEnd() <= nNewEnd; nEndPos++ ) in FixSplittedItem() 1625 if( pTest->GetStart() >= nNewEnd ) in FixSplittedItem() 1631 else if( nTestEnd > nNewEnd ) in FixSplittedItem() 1637 pTest->SetEnd( nNewEnd ); in FixSplittedItem() 1649 InsertItem( *pTest->GetItem(), nNewEnd, nTestEnd ); in FixSplittedItem()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | undodat.hxx | 51 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab, 107 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab,
|
| H A D | hdrcont.hxx | 119 void SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd );
|
| H A D | undoblk.hxx | 370 SCCOLROW nNewEnd, SCTAB nNewEndTab,
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdocirc.cxx | 1095 sal_Int32 nNewEnd = ((SdrCircEndAngleItem&)rSet.Get(SDRATTR_CIRCENDANGLE)).GetValue(); in ImpSetAttrToCircInfo() local 1098 sal_Bool bWinkChg = nNewStart != nStartWink || nNewEnd != nEndWink; in ImpSetAttrToCircInfo() 1104 nEndWink = nNewEnd; in ImpSetAttrToCircInfo()
|
| /trunk/main/cui/source/dialogs/ |
| H A D | SpellDialog.cxx | 142 void SetErrorMove(long nNewStart, long nNewEnd, long nOldStart, long nOldEnd) in SetErrorMove() argument 145 m_nNewErrorEnd = nNewEnd; in SetErrorMove()
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | xmlexprt.cxx | 1699 sal_Int32 nNewEnd = -1; in _ExportContent() local 1700 CopySourceStream( nStartOffset, nEndOffset, nNewStart, nNewEnd ); in _ExportContent() 1703 pSheetData->AddSavePos( nTable, nNewStart, nNewEnd ); in _ExportContent()
|