Home
last modified time | relevance | path

Searched refs:nNewStart (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx139 void ScHeaderControl::SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd ) in SetMark() argument
150 PutInOrder( nNewStart, nNewEnd ); in SetMark()
152 nMarkStart = nNewStart; in SetMark()
161 if ( nNewStart == nOldStart ) in SetMark()
168 DoPaint( Min( nNewStart, nOldStart ), Max( nNewStart, nOldStart ) - 1 ); 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/sd/source/ui/dlg/
H A Dparagr.cxx139 sal_Int16 nNewStart = ((const SfxInt16Item&)rSet.Get(ATTR_NUMBER_NEWSTART_AT)).GetValue(); in Reset() local
140 maNewStartNumberCB.Check(-1 != nNewStart); in Reset()
141 if(-1 == nNewStart) in Reset()
142 nNewStart = 1; in Reset()
144 maNewStartNF.SetValue(nNewStart); in Reset()
/trunk/main/sw/source/ui/chrdlg/
H A Dnumpara.cxx258 sal_uInt16 nNewStart = ((const SfxUInt16Item&)rSet.Get(FN_NUMBER_NEWSTART_AT)).GetValue(); in Reset() local
259 aNewStartNumberCB.Check(USHRT_MAX != nNewStart); in Reset()
260 if(USHRT_MAX == nNewStart) in Reset()
261 nNewStart = 1; in Reset()
263 aNewStartNF.SetValue(nNewStart); in Reset()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx266 const xub_StrLen nNewStart, in lcl_DoSplitNew() argument
269 const bool bSplitAtStart(nNewStart < nOtherStart); in lcl_DoSplitNew()
368 const xub_StrLen nNewStart( *rNewHint.GetStart() ); in TryInsertNesting() local
395 if (isOverlap(nNewStart, nNewEnd, nOtherStart, nOtherEnd )) in TryInsertNesting()
405 lcl_DoSplitNew(SplitNew, rNode, nNewStart, in TryInsertNesting()
417 else if (isNestedAny(nNewStart, nNewEnd, nOtherStart, nOtherEnd)) in TryInsertNesting()
425 else if ((nNewStart == nOtherStart) && pOther->HasDummyChar()) in TryInsertNesting()
439 ASSERT(*pStart == nNewStart, "how did that happen?"); in TryInsertNesting()
440 *pStart = nNewStart + 1; in TryInsertNesting()
555 if ((nNewStart <= nOtherStart) && (nOtherEnd <= nNewEnd)) in TryInsertNesting()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcircobj.cxx91 …const sal_Int32 nNewStart(((SdrCircStartAngleItem&)rItemSet.Get(SDRATTR_CIRCSTARTANGLE)).GetValue(… in createViewIndependentPrimitive2DSequence() local
94 const double fEnd(((36000 - nNewStart) % 36000) * F_PI18000); in createViewIndependentPrimitive2DSequence()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1300 const xub_StrLen nNewStart = rLine.FormatLine( rLine.GetStart() ); in FormatLine() local
1331 && (bPrev || nNewStart <= pPara->GetReformat()->Start()) in FormatLine()
1332 && ( nNewStart < GetTxtNode()->GetTxt().Len() ) ) in FormatLine()
1384 ( rLine.GetInfo().GetUnderScorePos() < nNewStart ); in FormatLine()
1405 if( nNewStart >= GetTxtNode()->GetTxt().Len() ) in FormatLine()
1415 if( nNewStart <= nEnd ) in FormatLine()
H A Ditrform2.cxx1649 xub_StrLen nNewStart = nStartPos + pCurr->GetLen(); in FormatLine() local
1675 return nNewStart; in FormatLine()
/trunk/main/sc/source/ui/undo/
H A Dundoblk2.cxx63 SCCOLROW nNewStart, SCTAB nNewStartTab, SCCOLROW nNewEnd, SCTAB nNewEndTab, in ScUndoWidthOrHeight() argument
69 nStart( nNewStart ), in ScUndoWidthOrHeight()
H A Dundodat.cxx80 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab, in ScUndoDoOutline() argument
84 nStart( nNewStart ), in ScUndoDoOutline()
262 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab, in ScUndoOutlineLevel() argument
266 nStart( nNewStart ), in ScUndoOutlineLevel()
/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.hxx119 void SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd );
H A Dundoblk.hxx369 SCCOLROW nNewStart, SCTAB nNewStartTab,
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx1094 sal_Int32 nNewStart = ((SdrCircStartAngleItem&)rSet.Get(SDRATTR_CIRCSTARTANGLE)).GetValue(); in ImpSetAttrToCircInfo() local
1098 sal_Bool bWinkChg = nNewStart != nStartWink || nNewEnd != nEndWink; in ImpSetAttrToCircInfo()
1103 nStartWink = nNewStart; in ImpSetAttrToCircInfo()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1009 sal_uInt16 nNewStart = Len(); in AppendAttribs() local
1028 if ( pTmpAttrib->GetEnd() == nNewStart ) in AppendAttribs()
1048 pAttrib->GetStart() = pAttrib->GetStart() + nNewStart; in AppendAttribs()
1049 pAttrib->GetEnd() = pAttrib->GetEnd() + nNewStart; in AppendAttribs()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx44 ScOutlineEntry::ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize, bool bNewHidden ) : in ScOutlineEntry() argument
45 nStart ( nNewStart ), in ScOutlineEntry()
/trunk/main/sc/inc/
H A Dolinetab.hxx45 ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize,
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx142 void SetErrorMove(long nNewStart, long nNewEnd, long nOldStart, long nOldEnd) in SetErrorMove() argument
144 m_nNewErrorStart = nNewStart; in SetErrorMove()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1698 sal_Int32 nNewStart = -1; in _ExportContent() local
1700 CopySourceStream( nStartOffset, nEndOffset, nNewStart, nNewEnd ); in _ExportContent()
1703 pSheetData->AddSavePos( nTable, nNewStart, nNewEnd ); in _ExportContent()