Age | Commit message (Collapse) | Author |
|
Change-Id: I0399a9557170de7d45f0fffbcb2c00a8f084010b
|
|
Change-Id: I52634a8d31f580ac5565d615c872a575c6dc81c0
|
|
Change-Id: I35120e576208640976cdda0a5628e355bbe2dc7c
|
|
And a test to catch this.
Change-Id: Ia73be239b4be96cbe029390efbbec5f49e429652
|
|
Change-Id: I74be2d40d9eb92813836a35892f461fe27b79aeb
|
|
Change-Id: I6d06b8e2b3cdb22948e606a7d928c57ea9347cea
|
|
Change-Id: Ifd95ea4f88175b9010f93a4a064be5d908b2a224
|
|
Change-Id: I9f58a7b00a6e4441c08254ef99829fab805beef8
|
|
Undo and redo of this are still a bit slow. Not fast enough to be
reliably tested.
Change-Id: I0e0b4c16e55bae60f8d7b1db71347a93eb977de8
|
|
Change-Id: Ia03af65dc1daf13e1228cacc20ce931839305ab8
|
|
Change-Id: I999baaa3acba5513a148542fa28f7ae43dd7ee4f
|
|
Change-Id: I1dd2bf0fc843394502119928c921913131c86f7e
|
|
Change-Id: I98dcdb1e0a72f2c3ad6f33c7b6b7d4a4bcf89096
|
|
Change-Id: I2fdf38b23e74a9f4cad7abd9a943e8817f39474c
|
|
Change-Id: I615c9f9e95a44149c8079754e9aa6497f34c76cf
|
|
I screwed this up earlier which made this operation take almost 50 seconds
to complete. It should finish in 0.00001 seconds or less. The test checks
against 1 second, which should be enough of a buffer for slower machines.
Change-Id: I9923033045111c75a0740b6bb30a518fe93e01d2
|
|
Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
|
|
Change-Id: Id1e3a761765c1e860f611f40a78a6c24fa17d055
|
|
Enhanced EditEngine to be able to hold more than 64k paragraphs. Used
also in RTF import Calc and Writer, so that could benefit as well.
* changed all EditEngine,Outliner,... related paragraph index/count
variables from sal_uInt16 to sal_Int32
* sal_Int32 instead of sal_uInt32 to match accessibility API
* matched some Outliner methods' paragraph parameters from sal_uLong
to sal_Int32
* containers capable to hold size_t nevertheless are limited to a
maximum of sal_Int32
* changed definition of EE_PARA_NOT_FOUND and EE_PARA_ALL to
SAL_MAX_INT32
+ added EE_PARA_MAX_COUNT and EE_TEXTPOS_MAX_COUNT to initialize
ESelection with what previously were hard coded 0xFFFF all over the
place
+ for similar reason added EE_TEXTPOS_ALL corresponding to EE_PARA_ALL
to initialize an ESelection spanning all available text like
aSel(0,0,EE_PARA_ALL,EE_TEXTPOS_ALL)
Change-Id: I62d1b9c399cd709a4f93dbac31b219a61c46ec00
Reviewed-on: https://gerrit.libreoffice.org/3838
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: Id3cc26b6fbb1ec0ddacf7228e1c147085db415e1
|
|
Change-Id: Ib34b86cfe6b96134dadf5f8da6dcd14ec0adb9d6
|
|
Change-Id: I3f5863d79ad948461d63dbc9addc8ca01e1b275e
|
|
Broadcasters are now independent of cell storage. We need to move them
even when the cell array is empty.
Change-Id: Ib26e544ad6e3842fa722d989c994c19d7c1b3005
|
|
Change-Id: Iae816c68ffed30fda0115ac0f5ac2800ceed5e58
|
|
Much of the fix went into mdds actually.
Change-Id: Ia27b0bde31081a5a28fb4afb80960777bd4fdd4f
|
|
Change-Id: Ibc00f3fb4eb188b036b4f3ae70e45cb9c7385fe8
|
|
Change-Id: I705e05878015f5c8aad993219ea89ea9d47f07fb
|
|
Change-Id: I4800ad80f1b447cae03664653285f1917ad3ee7e
|
|
Change-Id: Id271f10ac82ebae9fedd68d30c7f44435d60751d
|
|
Change-Id: I6ce22ecd6295bd8ad302d0f53c783f4ac2a1a036
|
|
Change-Id: I408c9aa0b80971f326b607b274ce046c27098f74
|
|
Change-Id: I256a029afefe5990dfb0c87859bae4508f5920bc
|
|
Change-Id: I6ef275c6a978db0da59da953511105c407a66f72
|
|
<sigh> pagebreak implementation is still flawed here, the used
range is used to determine whether the page break should be
considered ( or not ) Problem is that it is not the used
range but rather the rightmost column position that contains content
( but not necessarily the column that contains content but rather
the righmost column that has content ( or even that is covered either
by spillover from an adjacent column or drawing )
Change-Id: I68c8ccc5911049bc4b2076992f839bc684d966a9
|
|
note: Change ID I589b93461b5f4125408f4fc2cb87cd84686f7b95
" Fix ScRangeList::Parse wrt defaulted delimiter and default tab params" in addition
to fixing problems with Ranges.xls appears also to solve the issue with Range-2.xls
Change-Id: I28f53e09a6c7004f766d7e4f2ca9524cc8bbd83f
|
|
Change-Id: I6d33ce8fe2333e7920b5c6cf82531ee859352748
|
|
Change-Id: I6289aa7e7872cc0c6aacd89f0679609792d37c28
|
|
also tests ListBox.AddItem & ListBox.Clear ( plenty of room
to flesh these tests out )
Change-Id: Iddaa5a5e6b406359c6215ad726085d3696e633cf
|
|
Change-Id: I8a6e2aeb3766a3890c5026129794b25cfa5c7ba5
|
|
Change-Id: If8ce9e5ce35c438b31234aab410b37f12eb1b1f4
|
|
Change-Id: I7b06c463a11b5d6442f69130e9eee767004e426f
|
|
Change-Id: Ic7834a07341cee2b2fdcff3ae0707755e5500347
|
|
Change-Id: If9c05add57c87f56e8514cee75b89e09c74277f5
|
|
|
|
Change-Id: I8ae6f047744581dbddfbd10b08bc6e4fcf34b0de
|
|
Change-Id: I0b6634e15034fbe9cd77c4149494839152823783
|
|
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
|
|
|
|
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
|
|
Change-Id: I1f53a4f4b9beee501e29149ed88e3ce5d63d9a3c
|