LibreOffice Module sc (master)
1
|
Public Member Functions | |
Impl (ScChangeTrack &rChangeTrack) | |
Public Attributes | |
ScChangeTrack & | mrChangeTrack |
sal_Int32 | mnSheetIndex |
RevisionType | meType |
ScAddress | maOldCellPos |
ScAddress | maNewCellPos |
ScCellValue | maOldCellValue |
ScCellValue | maNewCellValue |
ScRange | maRange |
bool | mbEndOfList |
Definition at line 301 of file revisionfragment.cxx.
|
inlineexplicit |
Definition at line 320 of file revisionfragment.cxx.
References false.
ScAddress oox::xls::RevisionLogFragment::Impl::maNewCellPos |
Definition at line 311 of file revisionfragment.cxx.
ScCellValue oox::xls::RevisionLogFragment::Impl::maNewCellValue |
Definition at line 313 of file revisionfragment.cxx.
ScAddress oox::xls::RevisionLogFragment::Impl::maOldCellPos |
Definition at line 310 of file revisionfragment.cxx.
ScCellValue oox::xls::RevisionLogFragment::Impl::maOldCellValue |
Definition at line 312 of file revisionfragment.cxx.
ScRange oox::xls::RevisionLogFragment::Impl::maRange |
Definition at line 316 of file revisionfragment.cxx.
bool oox::xls::RevisionLogFragment::Impl::mbEndOfList |
Definition at line 318 of file revisionfragment.cxx.
RevisionType oox::xls::RevisionLogFragment::Impl::meType |
Definition at line 307 of file revisionfragment.cxx.
sal_Int32 oox::xls::RevisionLogFragment::Impl::mnSheetIndex |
Definition at line 305 of file revisionfragment.cxx.
ScChangeTrack& oox::xls::RevisionLogFragment::Impl::mrChangeTrack |
Definition at line 303 of file revisionfragment.cxx.