Age | Commit message (Collapse) | Author |
|
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
|
|
Change-Id: I996a984763f9fece9074f8bc318db25f01b8f4ed
Reviewed-on: https://gerrit.libreoffice.org/14954
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
At the end this gets exported in the LOK API as a rectangle anyway, so
better to convert the vcl::Regions into a Rectangle, and not the other
way around.
Change-Id: I81fede6e30af112d17bb74328801915d90474863
|
|
Writer is not affected, as there the map mode is disabled and everything
is in twips internally.
Change-Id: I3b5289f82e89be5943a0b14a5167b33132cf78d0
|
|
Change-Id: Id0b1d88d0852e9333538ca9cecf4605c06440494
|
|
Based on a patch by Henry Castro.
Change-Id: Ic463c97577d521e3c2e4d6bc904c517aa564edca
|
|
Change-Id: I55e4eb784694de889d7bb0a3a6043a5a2b74239c
|
|
When we are entering some text into the sheet, now it happens at the correct
place. Unfortunately we are still invalidating the wrong area, so it is not
really visible unless you tweak the ScGridWindow::LogicInvalidate() to
invalidate much more tiles.
Change-Id: I74a568761c3b21522fe291649c33829aaea200e7
|
|
Change-Id: Id3268114041575d7dbb84e8d963ead566c78b928
|
|
Change-Id: Iba362cc2ee624271dcc078d7e7ded1ef6ff44ae4
|
|
Change-Id: I5b6d1c47805e9f4258b7f7977dc296ca4235986e
|
|
for pivot table cache records.
Regression from commit d17a83fa549f828f29e6939. On loading pivot table
cache records, a dummy sheet is created to store them. Formula buffers
are now vectors, not maps and need to be resized in such case.
Change-Id: Ib6abeac1b139ffb74579712017eed2194cff592b
|
|
Will need it for tdf#89597
Change-Id: I705d30422e2de9d5f75ac0c5c69c69ede05af48f
|
|
Regression of 8850633fe4cdac306c35caab1a0d14c13d9df864 String to
OUString and xub_StrLen to sal_Int32 conversion, it worked by accident
only anyway..
Change-Id: Id6fea7075949b98e58294d9fdaae4313f69f9b55
|
|
Change-Id: I822c21cd3c3bd8f720e39f540b4931050d62fb91
|
|
Change-Id: I6aff104fa5749217d5c9628b5dfbfd3ac79bdc43
|
|
Change-Id: I1d2615ed478417a965ebddb37539ce4697b8e92f
|
|
Change-Id: Id2f74c5104873e78b188c9a2b8c779c8ada3bacc
|
|
Change-Id: Ib8c3599d245fbc371d00f28d812138b26c3f706d
|
|
this appears to be completely unused
Change-Id: I74dad8b0c478a1aed035ce9cc663a74de157816e
|
|
Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f
|
|
Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613
|
|
Change-Id: Ice4963da8a856b1d2ada13e5b699157a0217e06c
|
|
of which there are several.
There are some issues here I am unsure of
- the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids
Perhaps I should change them to use the common values and create new enum values where necessary?
- the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff
numeric values to the underlying code, but perhaps further fixing is necessary?
Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
|
|
Change-Id: Ib275192452c6836cbaac2e517942ec5356dfd9ab
|
|
...to match what is recorded in the .component files
Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f
|
|
* SfxTabDialog constructor has a const pointer parameter
pointing to the input set and also the corresponding member
is a const pointer which indicated that set is not changed by
the dialog, but this is not true, const is casted away and
the input set is changed.
* So use a copy of the input set instead, pointed by
a non-const member, so we can spare some const cast and
misunderstandings.
* GetRefreshedSet not behaves as a getter method, but changes
the input set instead, so redeclare it accordingly.
Change-Id: Ic63f9ae68c50e65d4498b20f597547c1c075b94e
|
|
Change-Id: I0fc550ed669e08787b968ec03c09c1d8ad04dd65
|
|
Change-Id: Idb9695515d9a829fb63ea37e02f4bf2b111bf6bf
|
|
Change-Id: Ib76729004f36e087aaf5a6089a60675c606e9070
|
|
|
|
Change-Id: I3d35918a43dff789fad703cfc6b594a6dd3df47b
|
|
Change-Id: Ic535aaf9c1cac303dbade4dab7500d176aaaab2b
|
|
When we don't set the 'wysiwyg' text, tiled rendering gets confused, because
nPrtToScreenFactor is not 1.0, and everything gets horizontally shrunk.
There is still a problem with vertical direction unfortunately - in order to
have the same height of all the cells, the zooms where it does not fit the
pixels can lead to an offset there too; but still this commit improves the
situation a lot already.
Also sort the includes when touching this, otherwise no idea where to add the
inputopt.hxx :-)
Change-Id: I15bf367af72a898248af81f34dc857ceb66187af
|
|
Change-Id: I985275e3a1a944dffebe3987dee748f604e065f9
|
|
Change-Id: I7c8963385874af1233a704faca1f5b173220ba37
Reviewed-on: https://gerrit.libreoffice.org/14861
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I23ddec273f7d3df0d5342b73c54ae411b9ef3782
|
|
Change-Id: Iab74e027d9929bc100ad92c2126c17fca1e2e46a
|
|
...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32
"tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit
build
Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
|
|
Change-Id: Ifd18e4dd369a0fbe98da7a7b972c012f5269af3e
|
|
These are pretty silly anyway, but apparently it complains even about
integer variables which make this rather a waste of time.
Change-Id: I15e847d33d5decd2adcab04e4f1567d3997d28a2
|
|
...in preparation of enabling the __attribute__((format(...))) in
sal_detail_logFormat (include/sal/detail/log.h)
Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
|
|
...in 70af05cf740d3b4639f110489dc0e9e1e7571931 "Convert Calc page header/footer
content to Widget UI"
Change-Id: I327318b6fc45a2e63c6398d657e766ac9b471324
|
|
Change-Id: I7f8cdba40d1d455927557c31867b822afb9dff7e
|
|
Change-Id: Ibe7c67b608ab97c83fcac6adf95d67e00a74fd72
|
|
Change-Id: I2400fde32a41395f5c118f80661ae2c2f21df7ad
|
|
Change-Id: If1419844544be08fa14b6c78c755abba35fff353
|
|
Change-Id: I57281f8e98a7427a562ede1d2dcd9ed4624f33e1
|
|
This is necessary now there are TableRef items like #All that need to be
matched case insensitive but displayed preserving the case as coded /
translated.
As a side effect, OOXML functions with _xlfn. prefix are now matched in
case that prefix was uppercase.
Change-Id: Ie14700d13c40c3e39e6d6aff560bcdfe23707196
|
|
Change-Id: I44b2521ea548b51a1b3e9b42cfa64c5f50d7798a
Reviewed-on: https://gerrit.libreoffice.org/14504
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|