Age | Commit message (Collapse) | Author |
|
Change-Id: I3abc336bad9bd06ed6569ca7a68c032df8e29877
|
|
Change-Id: I5b19d01d2760c95d9c52b15f8d6174dc4aafb4e3
|
|
Change-Id: I7c3b563c6bd095ac9305a5cffdda206c5de94926
|
|
Change-Id: I9a08b46037eee210fd9beae7670a2efb0e5e8888
|
|
- use GetStyleSheetBase()
- check preconditions and special cases early
- limit scope of variables
Change-Id: Idb49f84e97348bcbf8a3a75831b56ad82872720e
|
|
Change-Id: I55e9d5a0616b5ee8d0d678317086d0fdb2386e1a
|
|
- use GetStyleSheetBase()
- check preconditions and special cases early
Change-Id: I95eb4cde66b9da2969bb257bd2de6b319b2b3950
|
|
Change-Id: I68a3d1721fd6e1bcc206bdaec8dcf89a256b5ca1
|
|
Change-Id: Ia0cdeefdfe7b3800568b96b4bf904d7d0d62f4b9
|
|
- check preconditions early
- SfxStyleSheetHintId::ERASED is already handled by first if() branch
Change-Id: I971eb460c3f006f19dde30f7aac30117be41a621
|
|
Change-Id: I19afc0fe11e5457dfe2efc6b0224a6857d60a74b
|
|
- check preconditions early
- use GetStyleSheetBase()
- get nPropSetId from m_rEntry
Change-Id: I45854bf2b232552ccaffaedeeaa13f77fec82ecd
|
|
- check preconditions early
- move the SwDocStyleSheet creation out of lcl_GetFormatForStyle
Change-Id: I877d2d32ca8b631332f234a2cd3eefd43f099d43
|
|
- check preconditions early
- extract finding the SwFormat in a helper function
- use ranged-for instead of naked pointer arithmetic
- OSL_ENSURE -> SAL_WARN_IF
Change-Id: I3f5754632c9dab29ce3acc4f59e33cb32e239cbb
|
|
Change-Id: Ie5473191f5121eab95a3aaef67738240e5c75393
|
|
- refactor out Header/Footer special casing
- check preconditions early
- OSL_ENSURE -> SAL_WARN_IIF
- use m_rEntry to find nPropSetId
- remove bDone cludge and use switch/case for remainders
Change-Id: I7fcac7e9c44190b6695bb0ced4278b50bd7f1c46
|
|
Change-Id: Iea6e6bff9dfbb713b587b01d08e3e570e683609d
|
|
Change-Id: Iaf428141383f29da33c3102c40dd5a8f5392edff
|
|
- use m_rEntry to get nPropSetId
- pull invariant checks out of loop
Change-Id: I77d1677f8cfdc0899cb2bb3b6fb240aa1c26cfcb
|
|
Change-Id: I8750c4ff902aebdb5ef264aed6cf56ec143ed779
|
|
- check invariant m_bIsDescriptor outside loop
- OSL_ENSURE -> SAL_WARN_IF
Change-Id: I9250f7242cd9dd42b1d133c45f2ce8568d354982
|
|
Change-Id: Iae4df011a477d1699d35b241cc8fb0bc50dd6d89
|
|
Change-Id: I2e7736bd2fc01a6ee5b333d21e0c54b556ff6c5b
|
|
Change-Id: I133fa1cde6e6dc73188df45dfe95f5fe0927710b
|
|
- remove ifs, dispatch from one table now
Change-Id: Idcd2dd5e04f91c3b0f2d935e273cfd50a7585e89
|
|
Change-Id: I087947aac261d905f547914bda605ce11df5dfa2
|
|
- also kill dead code in default case
Change-Id: I4964aedec76d0a770c9492511c78549bf17801ce
|
|
Change-Id: Iff082b4937fc28984d64acf98dae0098e580ee1f
|
|
Change-Id: I00c4f6269f80e6bc6eb924e02932b1c22b101dfc
|
|
Change-Id: Id9c0347f11837482d8d9a2cb2c6e97c2c6eb87e4
|
|
Change-Id: I0a186de2e013d3b3b876ce61333d2f1736936ce8
|
|
Change-Id: If7b16373f7655afb4ca0527c181fcff555482a46
|
|
also check preconditions early
Change-Id: I11c6616ce2ca1b6634760b68387faf4139af7ca7
|
|
Change-Id: I01ad0a3e88303f3286bc1bd7db5eaba1db3af813
|
|
- also: OSL_ENSURE -> SAL_WARN_IF
Change-Id: I0754b886661b39baa65a2e5de671fd50b2c26d46
|
|
- assert hard on nullptr which is used later
Change-Id: I785b4dc2f666a9345b9bf55036423514415c767c
|
|
- also use get<> instead of stream operators
Change-Id: I1657ebf70f16dda6d614c51f1b8dd054c6091468
|
|
Change-Id: I39ab7ed69b4699e383677193e590b26641f559fd
|
|
Change-Id: I8524eaaf615da03f8b5d140971d84b9603c74193
|
|
Change-Id: I8efd3ae69eb3c7cd059907e05e6884194459034c
|
|
- create GetStyleSheetBase helper for reusing later
Change-Id: I3e9c963f38af2387a4b14fb0d91f80b31d46eb6d
|
|
Change-Id: If77fee3dfce83db03ea66d2de82d55101bc2d240
|
|
Change-Id: Ib4c36f337e03016b8bad5b564d267bf035979c1a
|
|
Change-Id: Idc05d7b6c2b42086eafa9ad8ab8e63116d6f676c
|
|
Change-Id: Id99b963602816710a2c6767795343a9518833b43
|
|
that cause surious warning that are turned into error with -Werror
indicate that this will cause errors (not only warning)
and disable ccache if it was an implicit enable-ccache.
error out if it was an explicit --enable-ccache
Change-Id: I351af8b8d73175cd2ce9e52ee3c376ba6a387af1
Reviewed-on: https://gerrit.libreoffice.org/23338
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Now also accepts a row/column index with modifier key to do various
selection/block selection/negative selection operations
Change-Id: Idfb56b94ca2eb4553eb9388b786f5d1e89448ec2
Reviewed-on: https://gerrit.libreoffice.org/23256
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
|
|
Change-Id: I0056a411d7a3bb018401d87bdd4a0112fed31df6
|
|
Actually there seems to be a simpler solution to the immediate performance
problem which I'll commit next.
It still might be necessary to introduce the search switch at some stage, but
first let's see if there are complaints.
This reverts commit 8e0b08c3053ed5472409b1ea7e02653aad38f7d6.
|
|
I just replaced Standard to General in order to ensure some sort of
consistency as mentioned in comment 1 of bug description.
Reviewed by the localization team.
Change-Id: I7d75e7e9855d43a9ff709478a2f3e867b2a479a2
Reviewed-on: https://gerrit.libreoffice.org/23310
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
|