/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() 156 nMarkStart = nNewStart; in SetMark() 165 if ( nNewStart == nOldStart ) in SetMark() 172 DoPaint( Min( nNewStart, nOldStart ), Max( nNewStart, nOldStart ) - 1 ); 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/sd/source/ui/dlg/ |
H A D | paragr.cxx | 139 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()
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | numpara.cxx | 258 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()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 266 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 …]
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrcircobj.cxx | 91 …const sal_Int32 nNewStart(((SdrCircStartAngleItem&)rItemSet.Get(SDRATTR_CIRCSTARTANGLE)).GetValue(… in createViewIndependentPrimitive2DSequence() local 94 const double fEnd(((36000 - nNewStart) % 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 69 nStart( nNewStart ), in ScUndoWidthOrHeight()
|
H A D | undodat.cxx | 80 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()
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmform.cxx | 1300 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 D | itrform2.cxx | 1649 xub_StrLen nNewStart = nStartPos + pCurr->GetLen(); in FormatLine() local 1675 return nNewStart; in FormatLine()
|
/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 | 369 SCCOLROW nNewStart, SCTAB nNewStartTab,
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdocirc.cxx | 1094 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | olinetab.cxx | 44 ScOutlineEntry::ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize, bool bNewHidden ) : in ScOutlineEntry() argument 45 nStart ( nNewStart ), in ScOutlineEntry()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 1011 sal_uInt16 nNewStart = Len(); in AppendAttribs() local 1030 if ( pTmpAttrib->GetEnd() == nNewStart ) in AppendAttribs() 1050 pAttrib->GetStart() = pAttrib->GetStart() + nNewStart; in AppendAttribs() 1051 pAttrib->GetEnd() = pAttrib->GetEnd() + nNewStart; in AppendAttribs()
|
/aoo41x/main/sc/inc/ |
H A D | olinetab.hxx | 45 ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize,
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 144 void SetErrorMove(long nNewStart, long nNewEnd, long nOldStart, long nOldEnd) in SetErrorMove() argument 146 m_nNewErrorStart = nNewStart; in SetErrorMove()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 1698 sal_Int32 nNewStart = -1; in _ExportContent() local 1700 CopySourceStream( nStartOffset, nEndOffset, nNewStart, nNewEnd ); in _ExportContent() 1703 pSheetData->AddSavePos( nTable, nNewStart, nNewEnd ); in _ExportContent()
|