Home
last modified time | relevance | path

Searched refs:nNewEnd (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx143 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()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx637 xub_StrLen nNewEnd = aSel.nEndPos; in lcl_RemoveFields() local
680nNewEnd = 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 Dviewcontactofsdrcircobj.cxx92 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 Dundoblk2.cxx63 SCCOLROW nNewStart, SCTAB nNewStartTab, SCCOLROW nNewEnd, SCTAB nNewEndTab, in ScUndoWidthOrHeight() argument
70 nEnd( nNewEnd ), in ScUndoWidthOrHeight()
H A Dundodat.cxx80 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 Dthints.cxx369 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 Dhtmlatr.cxx1285 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()
/trunk/main/sc/source/ui/inc/
H A Dundodat.hxx51 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab,
107 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab,
H A Dhdrcont.hxx126 void SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd );
H A Dundoblk.hxx370 SCCOLROW nNewEnd, SCTAB nNewEndTab,
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx1095 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 DSpellDialog.cxx144 void SetErrorMove(long nNewStart, long nNewEnd, long nOldStart, long nOldEnd) in SetErrorMove() argument
147 m_nNewErrorEnd = nNewEnd; in SetErrorMove()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1699 sal_Int32 nNewEnd = -1; in _ExportContent() local
1700 CopySourceStream( nStartOffset, nEndOffset, nNewStart, nNewEnd ); in _ExportContent()
1703 pSheetData->AddSavePos( nTable, nNewStart, nNewEnd ); in _ExportContent()

Completed in 112 milliseconds