/aoo41x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 143 void ScHeaderControl::SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd ) in SetMark() argument 154 PutInOrder( nNewStart, nNewEnd ); in SetMark() 157 nMarkEnd = nNewEnd; in SetMark() 167 if ( nNewEnd != nOldEnd ) in SetMark() 168 DoPaint( Min( nNewEnd, nOldEnd ) + 1, Max( nNewEnd, nOldEnd ) ); in SetMark() 171 else if ( nNewEnd == nOldEnd ) in SetMark() 173 else if ( nNewStart > nOldEnd || nNewEnd < nOldStart ) in SetMark() 177 DoPaint( nNewStart, nNewEnd ); in SetMark() 180 DoPaint( Min( nNewStart, nOldStart ), Max( nNewEnd, nOldEnd ) ); in SetMark() 183 DoPaint( nNewStart, nNewEnd ); // komplett neu in SetMark()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 1285 xub_StrLen nNewEnd ); 1606 void HTMLEndPosLst::FixSplittedItem( HTMLSttEndPos *pPos, xub_StrLen nNewEnd, in FixSplittedItem() argument 1610 pPos->SetEnd( nNewEnd ); in FixSplittedItem() 1620 aEndLst[nEndPos]->GetEnd() <= nNewEnd; nEndPos++ ) in FixSplittedItem() 1629 if( pTest->GetStart() >= nNewEnd ) in FixSplittedItem() 1635 else if( nTestEnd > nNewEnd ) in FixSplittedItem() 1641 pTest->SetEnd( nNewEnd ); in FixSplittedItem() 1653 InsertItem( *pTest->GetItem(), nNewEnd, nTestEnd ); in FixSplittedItem()
|
/aoo41x/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 | 126 void SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd );
|
H A D | undoblk.hxx | 370 SCCOLROW nNewEnd, SCTAB nNewEndTab,
|
/aoo41x/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()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 144 void SetErrorMove(long nNewStart, long nNewEnd, long nOldStart, long nOldEnd) in SetErrorMove() argument 147 m_nNewErrorEnd = nNewEnd; in SetErrorMove()
|
/aoo41x/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()
|