Age | Commit message (Collapse) | Author |
|
No idea what is best here :-) - MSO is more like what it was before this
change, OTOH this layout looks more as the final pivot table, which (in my
eyes) makes it easier to use.
Change-Id: I5acb8c151139688c71b06d07006499513a17bdb9
|
|
Regression introduced with ca8ca8c28742879220f3ff88ae0d71c8d69b11cd that
used GRAM_ENGLISH_XL_OOX instead, which is English UI function names
with OOXML reference syntax.
Change-Id: If6b73e85a45e57f6ef281d1edf8e34dec7cb9bb8
|
|
Change-Id: I01969fb4596e7866ddb348d026a22f45deeef0c8
|
|
Change-Id: I990e8ba0e2b8ad2a43a33343ac832e42777e28cb
|
|
Change-Id: Ic2f968d3150bba458dc3f40799ef0933a423a9e0
|
|
Change-Id: I3ab9dde5c421a3a3e6022a27be37f23547197317
Reviewed-on: https://gerrit.libreoffice.org/8772
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
|
|
since c24ab8def12f8a7a305e35d39c91976e345dd3b0
Change-Id: Ic65f785dd4b1b8c7a56d52bc917ee1da4ad83ebe
|
|
Change-Id: Iabcc4cc9f68306eb0b0dadb7c9b8a27907ec6953
|
|
and coverity#704265 Logically dead code
Change-Id: Ice40fcb71de4cca07e3353cf579477c7e5363e52
|
|
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
|
|
Change-Id: I480fe9a66773bbc6775c6d20c9cf0e2f7e21c230
Reviewed-on: https://gerrit.libreoffice.org/8472
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Since commit f59e350d1733125055f1144f8b3b1b0a46f6d1ca it was impossible
to define a numeric field with a precision of less than 2 decimals, even
if all values were integers. It was also impossible to define a field
width larger than needed for any values in that column. Furthermore, the
integer part was shortened if the overall column's values resulted in
more precision than defined, but the overall length did not reach the
predefined length.
This does not change the behavior of the original intention of
f59e350d1733125055f1144f8b3b1b0a46f6d1ca to give the precision of number
formats precedence over precision defined in the column header, which is
debatable though because conflicts may silently change the field
definition.
Change-Id: I234c4bceaa1a6aadbd259cb8d9b6cb6f16bf91c2
|
|
Change-Id: I473efb4c8233eed1a3a00ce9ab8c1fa84583e2a4
|
|
Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1
|
|
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
|
|
Change-Id: Ibb1b15604e5129c48ca8be4af24dbcfd908ded2f
|
|
Change-Id: I09a1e84dc20aeeac6b535dbbedfc0f9c8e17517b
|
|
Change-Id: Ibf04fa79570a2417c965e773a789827a86787471
|
|
Change-Id: I9e0636af65258646572da126e93766552fa1e1df
|
|
Change-Id: I78aa55539c2a3e522736bb178ba7d445300bf1f0
|
|
Change-Id: Icdb048a2ad9c49308213c3bb57f540e4ff567593
|
|
Change-Id: Iea3d90fb22631b48b25836b73a8dad7bd979a58e
|
|
Change-Id: I88ed4da8dd2ca026eeea4a3fb267f4f9954c180a
|
|
This commit adds a new pivot table layout dialog which was implemented
from scratch. Instead of custom controls this one uses list boxes
for field entries which greatly reduces the code. It also fixes
some visual and behaviour bugs and adds the possibility to edit the
"Data" field.
Change-Id: I6c01252acee5a2e8910e40e65904504d00e03057
|
|
... on 32 bit platforms. These asserts appear to be impossible anyway.
Change-Id: I6bd332ca49e9992740315e0f6c58e98ac337817c
|
|
Change-Id: I872835c3a20eda807d571fa27794dbe2bf858e7a
|
|
Change-Id: I26614f6d95276ec2b3b57301bd38ac53ea8f225d
|
|
Change-Id: Ic9cec3fc6749672b30bb1e0c96159897e50a84e5
|
|
|
|
Change-Id: Ife5b038c56a3609ac66fee67abf2e3f2cd48daee
|
|
Change-Id: I4ba45a63373d5edf709688594cd25be4ff1385ec
|
|
Change-Id: If6dd6c00e4c5aa544d687200e86a30fcf843700d
|
|
Change-Id: I2011dbed8f30b2b0d0568d5e19ed8e56bef509d9
|
|
Change-Id: I452ba76cec425e397369e0fcc689ba639d5325b0
|
|
Change-Id: I16e60caa7a1baeb2b05cbe5dc8ae24a67751c390
|
|
Change-Id: I58c183fe2b8e7b64ec0678e5eb136b9a467f1eb4
|
|
STREAM_SEEK_TO_END is apparently used to initialize variables and signal
failure here, which is odd.
Change-Id: I324a85b441dc377757f7c32eec2ad8a2c9a8c2eb
|
|
Deleting in-between pasting was causing the block iterators to become
invalid when the deletion took place, which resulted in a segfault.
Also cleaned up the bits about handling filtered rows. It was using the
old row flag which is empty these days (so it never would have worked).
Plus we do bail out earlier if the destination contains a filtered row.
Change-Id: I78d3ee8bce1647c1c8685f92a3df3c38cc014811
|
|
Change-Id: I1c83afa40eaf8c81ca3b436c6fb7d22f7eb9f223
|
|
Change-Id: Id893ba9e4a145856be1f091293eecbf757fb423d
|
|
Change-Id: I8187d425a12f8a96d9e29df244084f7045f448ea
|
|
This reverts commit f5adf08aa3a9a176bd2ed5acd638148eb8da7c85.
|
|
Change-Id: Ibbfdbc4925d185852a2b64304ba0983be43a4caa
|
|
Change-Id: I2f27e55a11f972374e7ef0d007a69f3cfb92a7bb
|
|
Change-Id: I9687ab7340e9c9ab45ff4dd27eb53e671492e7b5
|
|
Change-Id: Ica865166d6f187bbe610ed537208eab809a77e5f
|
|
(cherry picked from commit b635b4fa4e42053d30ab639643d2236a20243f62)
Conflicts:
comphelper/inc/comphelper/TypeGeneration.hxx
comphelper/source/property/TypeGeneration.cxx
cui/source/factory/dlgfact.hxx
cui/source/inc/cuitabarea.hxx
cui/source/tabpages/tabarea.cxx
cui/source/tabpages/tabarea.hrc
cui/source/tabpages/tabarea.src
cui/source/tabpages/tparea.cxx
drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
drawinglayer/source/texture/texture.cxx
editeng/inc/editeng/unotext.hxx
editeng/source/items/frmitems.cxx
include/drawinglayer/texture/texture.hxx
include/editeng/brushitem.hxx
include/svx/sdr/primitive2d/sdrdecompositiontools.hxx
include/svx/svxids.hrc
include/xmloff/xmltypes.hxx
reportdesign/source/ui/misc/UITools.cxx
sc/source/ui/drawfunc/drawsh.cxx
sfx2/source/dialog/tabdlg.cxx
svl/source/undo/undo.cxx
svx/inc/svx/unoshprp.hxx
sw/Library_sw.mk
sw/inc/doc.hxx
sw/inc/format.hxx
sw/inc/frmfmt.hxx
sw/inc/swatrset.hxx
sw/inc/unomap.hxx
sw/inc/unoprnms.hxx
sw/source/core/access/accpara.cxx
sw/source/core/attr/format.cxx
sw/source/core/attr/swatrset.cxx
sw/source/core/doc/docdraw.cxx
sw/source/core/doc/docfly.cxx
sw/source/core/doc/notxtfrm.cxx
sw/source/core/inc/frame.hxx
sw/source/core/inc/frmtool.hxx
sw/source/core/layout/atrfrm.cxx
sw/source/core/layout/paintfrm.cxx
sw/source/core/text/inftxt.cxx
sw/source/core/text/porfld.cxx
sw/source/core/text/txtfly.cxx
sw/source/core/txtnode/fntcache.cxx
sw/source/core/uibase/app/docst.cxx
sw/source/core/uibase/app/docstyle.cxx
sw/source/core/uibase/shells/drawdlg.cxx
sw/source/core/uibase/shells/frmsh.cxx
sw/source/core/unocore/unoframe.cxx
sw/source/core/unocore/unomap.cxx
sw/source/core/unocore/unoprnms.cxx
sw/source/core/unocore/unostyle.cxx
sw/source/ui/fmtui/tmpdlg.cxx
sw/source/ui/fmtui/tmpdlg.src
sw/source/ui/frmdlg/frmdlg.cxx
sw/source/ui/frmdlg/frmpage.src
sw/source/ui/inc/frmsh.hxx
xmloff/source/text/txtprhdl.cxx
xmloff/source/text/txtprmap.cxx
Change-Id: Id3ffaa83bb5594d287f1ac8f2c1c9cf55c70946d
|
|
Change-Id: I839e77594f6f7dbc516e0e6d08b1cf2517f96ec4
|
|
Change-Id: Ib0f01bf529a739e5f92cd41979c18d76d7b545d1
|