Home
last modified time | relevance | path

Searched refs:nCutOff (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/core/tool/
H A Dchgtrack.cxx904 nCutOff( 0 ), in ScChangeActionDel()
943 nCutOff( 0 ), in ScChangeActionDel()
1234 if ( nCutOff < 0 ) in UndoCutOffInsert()
1235 pCutOff->GetBigRange().aEnd.IncCol( -nCutOff ); in UndoCutOffInsert()
1237 pCutOff->GetBigRange().aStart.IncCol( -nCutOff ); in UndoCutOffInsert()
1240 if ( nCutOff < 0 ) in UndoCutOffInsert()
1241 pCutOff->GetBigRange().aEnd.IncRow( -nCutOff ); in UndoCutOffInsert()
1243 pCutOff->GetBigRange().aStart.IncRow( -nCutOff ); in UndoCutOffInsert()
1246 if ( nCutOff < 0 ) in UndoCutOffInsert()
1247 pCutOff->GetBigRange().aEnd.IncTab( -nCutOff ); in UndoCutOffInsert()
[all …]
/aoo41x/main/sc/inc/
H A Dchgtrack.hxx560 short nCutOff; // +: Start -: End member in ScChangeActionDel
621 short GetCutOffCount() const { return nCutOff; } in GetCutOffCount()
626 { pCutOff = p; nCutOff = n; } // only to use in the XML import in SetCutOffInsert()

Completed in 46 milliseconds