Age | Commit message (Collapse) | Author |
|
Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6
|
|
Change-Id: I9c906c9ab91f604537769db6820aa820d5f637fd
|
|
Change-Id: I3ad39e5de5b6999d6c2182c1ec622ae7f873cafe
|
|
drawinglayer has a separate property for the shadow transparency, too.
One more step towards Writer frames have the same UNO API as
drawinglayer shapes.
Change-Id: I84617502e9beb9e077c783ee8eb771d79c6ee666
|
|
Bin pointless abstraction.
Change-Id: I193842dff5a86f58f53827712e2f16f6bdd83c3d
|
|
Change-Id: If228820b35927d24a1ae2e19c184767a447f829b
|
|
It was always called with the bAllowRelative parameter as false
anyway.
Change-Id: I6c4bf739e3f8c1d52dbe8af5df13e97dc9be96e5
|
|
Change-Id: I18ed3ba6f1567ec40f3a87d988863680c55f665b
|
|
Sometimes one just can't resist.
Change-Id: I3550f30cc206e2efe361a669b4f8e740d9c3c339
|
|
Change-Id: I89c2cf3c82617bada72053678a6fb6013bfbca13
|
|
We won't be allowed to create such files anyway.
Change-Id: Iaba652b9ae3f1d8c7cfeaae493e962d58ad1fb7f
|
|
Change-Id: Ifc683c67ef3a1b228e28faf645a44ca911b6ad0f
|
|
Project: help cd613f0ea88364547616207dcc8a44bc65fbbae8
|
|
#i119948# Instruct windows installer to use refcounting on fonts.
Author: Andre Fischer <af@apache.org>
Reported by: DaLi Liu
Patch by: qiuhuaidong
Review by: DaLi Liu and Andre Fischer
Change-Id: I45d4eb509d58852dcf446a0af94ac69fb6347d2d
Reviewed-on: https://gerrit.libreoffice.org/5597
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Ib5849c9a652401dbac7e93bb69c18d95d31292af
|
|
Change-Id: Id6488ba7a72603f2f0eb2972f22797d6025f6031
|
|
Change-Id: I54471f1b554d20cfaefaac78fb8b145f8a0cf2fe
|
|
... and perhaps other things too: the SwScriptIterator constructor gets
passed a temporary String created by implicit conversion from OUString
and retains a reference to that; convert the thing to use OUString
(and adapt some sCleanStr too not to get the inverse problem...).
(regression from 0295c8a34e39326414c1b98cf4da905802f061b0)
Change-Id: I038ad0734385cdcae99ec404153f51ee427c7c64
|
|
Change-Id: I66475eb3914b07b4c7a045e295ef77a5de9439d4
|
|
Change-Id: Iea3c9e579e8236a9b7e1a57b4e7ec1c760f278e9
|
|
Change-Id: I94ba55f2ab8e9b495d8f02b137c940fe5173b8fd
|
|
Change-Id: I77b8a3d750ba3a629252805342ab385731238ee3
|
|
Change-Id: I4d1494dc5cba7a92fb067191477c3cbba46b056d
|
|
Change-Id: Id9cdd5734f54fd4fca43f5e0d928d9cb37e8f63f
|
|
Change-Id: I4e34fb09a901a414f3106883d9ace1bff81311b5
|
|
Change-Id: I2a2a983acbd8af0487e7148f9dee2a73dc314891
|
|
Change-Id: I2c69fce56151d4afcf5a68c29fd6755ff4f3b8dd
|
|
Change-Id: I3a56e7cafeb2453b877582f6c2d1a705cb91723b
|
|
Change-Id: I67805c7f7a238e384a3cb6c3e58186e890594c49
|
|
Project: help a993922100990b4f8affb5ecdbf8e2375873942d
|
|
Change-Id: I0339dd941c81d12688bd531178ce9f1d6b779375
|
|
Change-Id: Id7366e5aa96fd1df08a0a88c11bd22b69e99b232
|
|
Change-Id: Ieeac40fed60450514469fe1c2bd62f61e174591b
|
|
Change-Id: Ia81385dd9952e90cd5ebb3d1bba38aff6f84d079
|
|
Two problems
1, Borderlines with different styles are merged
Steps to reproduce this bug:
-Add solid/dotted/dashed border to the first paragraph
-Add solid/dotted/dashed border (but different from the
first paragraph's border) to the second paragraph.
Result:
Second paragraph's left and right border will have the
same style as the first paragraph's border has. Top and bottom
border have the expected style.
2, The order of adding border lines to the BorderLines
container can change the correctness of merge.
The bug appaers when there is a vertical text
range with border, consist of more text portions.
For example: Add one border for the whole vertical text
range, but change the background of one part of it.
Change-Id: Iae6ecff31f24b232b3250c3f9d0d4ecd49fb18d4
|
|
1, New character attribute
- Add the three shadow members to font
(width, color, location)
2, Painting
- Extract the shadow painting to a local function
and use that for character shadow (paintfrm.cxx)
- Reduce the painting rectangle of background
(shadow doesn't inherites the background of content)
3, Border merge
- Use text portion join members to skip shadow
when neccessary.
4, Vertical text
- Get shadow space dependant from oritentation and
border merge.
5, UNO API and ODF filter
Paragraph: ParaShadowFormat -> Character: CharShadowFormat
Change-Id: Ief4669990d238016c3ffc18a2609a3df7d9dddbf
|
|
- The main advantage of avoiding font change and
use join members is that part of the border can be
removed (e.g. right or left border) but shadow won't.
- Other advantage, SwTxtSizeInfo is used for calculate
the length of the specified string and there are some
case when this length have to exclude the border width.
- Add join members to SwDropPortionPart and use these
members to set the whole drop portion's same member.
In general a drop portion' join members are false
and it get true value only temporarly during the actual
part formatting. (maybe it would be better solution to
make distinct drop portions instead of parts)
- Improve line break
Change-Id: I6d11ec7b250c9a8b769cffaf83861f25f0c477a5
|
|
Change-Id: Ibe5291544de2c1dcd1d769ecd40b0288f622ea05
|
|
Change-Id: I5f2c5a57a5b0defb15bcfd68bdf2a9ce6f2446ac
|
|
Change-Id: I774618c27a4abcab6edae53339b607542389c11c
|
|
Change-Id: I1d125d5f1bb863423f98c5be75f8d6331c2b8081
|
|
Plus fix a typo.
Change-Id: I08a468decc9a8e8fde24d89c87ae65003c8c9c57
|
|
Change-Id: If59e9a3956074557842ebc5b178266e9be95a867
|
|
Attempting to look up the bookmark data for a file will try acessing
its resource fork, causing messages like:
soffice(83685) deny file-read-data /Users/tml/Documents/b.odt/..namedfork/rsrc
Change-Id: I1b2b0b493a46aa629581b921c94c5014f994e75c
|
|
Store security scope bookmarks for files selected in the file picker
in the user data. (I looked into storing it in the LO "registry" in
the Histories/PickList thingies, but that was horribly complex.)
When opening a file, if we have stored a security scope bookmark for
it, use that while opening the file.
Change-Id: I347ae2dd815299441c17467d9b66a226061d0ed2
|
|
Change-Id: I5bc2588c8a5cdb836e72a160233fe1add63de8e8
|
|
If this is incorrectly (or randomly set) then firebird will end up just
ignoring any input parameters (previously the case). The documentation
claims that -1 is the null indicator, however the inevitably-random
values previously provided (from malloc) also caused firebird to treat
all input data as null.
Change-Id: I79b9704df0a307ec493e74e782551b9b0ff109a2
|
|
Change-Id: Iec5c5a434a371d73bba0345362f991a948d28c6a
|
|
Change-Id: I0cbf15443877648b1b2d82bdcf03dcccdf5f26ac
|
|
...so it makes no sense to localize the configuration provider when retrieving
its value. (The "real" call to the default configuration provider's setLocale
is in desktop::LanguageSelection::prepareLanguage anyway.)
Change-Id: I55e8177d83a480a433ab38f49cb8f49fea2f6c77
|