Searched refs:nToIndex (Results 1 – 4 of 4) sorted by relevance
118 sal_Int32 ScMyTableData::GetChangedCols(const sal_Int32 nFromIndex, const sal_Int32 nToIndex) const in GetChangedCols()122 while ((i != endi) && ((*i < nToIndex) && !(*i >= nFromIndex))) in GetChangedCols()127 if ((*i >= nFromIndex) && (*i < nToIndex)) in GetChangedCols()
84 sal_Int32 GetChangedCols(const sal_Int32 nFromIndex, const sal_Int32 nToIndex) const;
241 …void CopyItem( sal_uInt16 nToIndex, sal_uInt16 nFromIndex, sal_uInt16 nWhic…
609 void ScAutoFormatData::CopyItem( sal_uInt16 nToIndex, sal_uInt16 nFromIndex, sal_uInt16 nWhich ) in CopyItem() argument613 PutItem( nToIndex, *pItem ); in CopyItem()
Completed in 75 milliseconds