Age | Commit message (Collapse) | Author |
|
Change-Id: Id0a13af0c0d1aa0b6a21edde0ec7f97730a1c912
|
|
toolbar combination
(cherry picked from commit 0ce4a90e14ddc9067d014405235a36aa959c6ea2)
Conflicts:
include/svx/fillctrl.hxx
svx/source/tbxctrls/fillctrl.cxx
Change-Id: I9a1b2490a7e9285559dddd4df7fb20c2216fd450
|
|
SfxItemSet::MergeValue changes some items from SFX_ITEM_DEFAULT state to
SFX_ITEM_SET which I think is a bug but this patch avoids the problem too.
The issue was: visible changes in some tables, after changing e.g.
borders spacing, because the cells had wrong SfxItemSet after the process.
Change-Id: I676b211e1a4a1d7341c385d63503aa740718ed5d
|
|
Change-Id: Ice7a4802605fbe59dfb24a27408106756a3494ba
|
|
Change-Id: I3bb5ecb07d859a05337884a5b29d991b46382b48
|
|
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
|
|
This wasn't a problem before, as EnhancedCustomShapeTypeNames wasn't
involved for the export of rectangles, as those were handled in sw
directly.
CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this
problem, the VML fallback part was empty due to this.
Change-Id: Ib2622fe05ddaa66bb3231977e30a8a1ca8748001
|
|
Change-Id: I833e6e9c78620443325b5ef9efa403a5eef497cc
|
|
Change-Id: I2f15875aaba4d960e7b66d38286ef08e091532e1
|
|
* No need to support null pNewModel argument (the one call site that did pass in
null explicitly in sd/source/ui/func/fupate.cxx can just as well pass in
mpDoc, and all existing call sites are guaranteed to pass in a non-null
value).
* With that changed, SdrModel::MigrateItemSet can be static. (At least in
JunitTest_forms_unoapi it could happen that the call from
svx/source/sdr/properties/attributeproperites.cxx called MigrateItemSet on a
null GetSdrObject.GetModel(), which was undefined behavior even though it was
harmless.)
Change-Id: Idface48da7e889c6e5768d0e49bc67c88b4c3ec4
|
|
Mostly found by: Noel Grandin
Reviewed by: Andre Fischer
(cherry picked from commit 1ad216c0b831fc10ff4e73392dbcc9832463a7bc)
Conflicts:
svx/source/sidebar/line/LineWidthControl.cxx
svx/source/sidebar/line/LineWidthControl.hxx
Change-Id: I662a262d2cd920b54338c16bf688181b95e2f863
|
|
Change-Id: I41ecb2b80251f56823f6b59c0746ff50531e6c84
|
|
Change-Id: Ib3b25a0aab2389be68fc8339f9b08a87de419b33
|
|
When it is a release build then enable it only on Windows and
Linux.
Change-Id: I7c462aeb75e6ab60eeaa0fa42ca7853a6369b742
|
|
Change-Id: Ia1466b6215c2189395285ba377a18ac27e67b93a
|
|
Change-Id: I5c6bd3ea267f1ea84b46e46aa508a27d00903347
|
|
...and also corresponding param of CreateTabPage function type and corresponding
Craete functions. There were some call sites that passed undefined "null
pointer references" and SfxTabPage internally uses a pointer member pSet that is
checked for null anyway.
Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
|
|
...there was a call site that passed undefined "null pointer reference"
(apparently in a case where the passed argument was actually unused)
Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a
|
|
...there were a number of call sites that passed undefined "null pointer
references" (apparently in cases where the passed argument was actually unused)
Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830
|
|
Change-Id: Ib3334c2bc66bd64711542a7d3e84b27900cda53d
|
|
Change-Id: I9579078a845cd25e25b863e08de94aec1687d596
|
|
Change-Id: Ibaf3a5305082b60fadb8a2499712dc4a460cb449
|
|
Change-Id: Ia0e1d109023c133104574c380a5e7abda5ae2480
|
|
... so add a response file parameter --filename.
Change-Id: Idc71de7508b571b0e0608a65b92cd45e6800f7c3
|
|
Change-Id: Ia012b38485f002748133c4a5f0d32d5d87168549
|
|
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
|
|
Change-Id: Ieac19e8dbb8328791d0c7110e9c787ec7c3bd448
|
|
Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb
|
|
Change-Id: I8bfce109e55871d48b35300be98085f383fef26f
|
|
Change-Id: Ib05bcc5ea8ce70170113657999e1fc974d35c9c4
|
|
Change-Id: Ie9fd186523d78436d5a0e8f33899aa1f462d495a
|
|
and move sidebar global resource defines up to the toplevel so its harder to
collide with them and adjust the define to indicate the next free resource
id.
and simplify the dialog down a good bit and remove intermediate classes
etc.
Change-Id: I8d6db17fcdfc86457368d7f432bd96f6f3aa182d
|
|
Change-Id: I3e2d5e6eb6005fd4f820a742d1b0e9eb6dafca6f
|
|
Change-Id: Id123422e23f93b1c0062cac190fcf93a253cb629
|
|
Change-Id: Ic4bb1603894ce7ff1b72e1290501d6cd17e6d762
|
|
Change-Id: If6767fdc7a3e462cbd88dcc879857676037e80ef
|
|
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
|
|
Change-Id: Ie4609df2ae19c92d844c0f0ecf7c67d23c8baeba
|
|
Change-Id: Ibe29f47ad478cc88d299f567fa36e73daf857ec2
|
|
Change-Id: I75f0b93507d31a12b07e4bb7d2c86671aa074486
|
|
Change-Id: I640491dff8378e89d37596c5fcd9e9281c6e7874
|
|
Change-Id: I0f06d0c631632e2dcbba706a17830033aae6f365
|
|
Change-Id: Icd5845367157cc0b0c9342c6037b199c49432a76
|
|
Change-Id: I4c0a28ea11e0d38837a3b338928073d32d2b6abe
|
|
Exception:
http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55
Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9
|
|
Added header guards to files in directory svx/
Change-Id: I1c2006bccf03c3057daf6ea2711c52a8c1f455f3
Reviewed-on: https://gerrit.libreoffice.org/9586
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Ib53aad3b773e8818c174f5dd35685e5bbe70afd7
|
|
Change-Id: I8febb74648b409e214e805084682d932424252b3
|
|
Change-Id: I173926b7966d0d75b51652a3983d73923fa2e575
|
|
.. now that we have a default value for that parameter
Change-Id: I54d6b0a0a01ce2f2e5168ada0c427424de0477bc
|