Age | Commit message (Collapse) | Author |
|
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
|
|
They are practically always useless, often misleading or obsolete.
Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
|
|
Change-Id: I21f775444ce2b125b14abee7e6a766bff9353245
|
|
specifically the aRepresentation field/methods in EditFieldInfo
and the CalcFieldValue method in SdrTextObj, because they
have a tricky dependency.
Change-Id: Id1f9dc6d7cacc075983bd224d11dd4de1085a9c1
|
|
Change-Id: I3af71e2eae19068c4eafd58d8be3a62506ea28f6
|
|
along the way, de-virtual ScDocFunc::InsertAreaLink, since
it only has one implementation.
Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76
|
|
Change-Id: I947e47934677a4f9ced0bfc0db3932bcbbb25f36
|
|
Change-Id: I0c667cbcfcc1ea1f04d113a53b7ba83c943052e4
|
|
(cherry picked from commit 880138a7794e7e641cdcf49277ed01b54ca93c59)
Conflicts:
cui/source/tabpages/swpossizetabpage.cxx
cui/source/tabpages/textattr.cxx
cui/source/tabpages/transfrm.cxx
svx/inc/svx/svdobj.hxx
svx/inc/svx/svdotable.hxx
svx/inc/svx/svdotext.hxx
svx/source/svdraw/svdobj.cxx
Change-Id: Ic2564b845425ba63e6ae2ad6a80f3bfdb8a2f287
|
|
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>
|
|
see https://gerrit.libreoffice.org/#/c/3367/
and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details
Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
|