summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-13fdo#67585 Spreadsheet Label Consistency + IconsJoel Madero
Changed label under format -> flip -> Flip Object Vertically to Flip Vertically to be consisten with other flip labels in Spreadsheet and Writer. Added icons for Spreadsheet flip commands - used same icons used for flip commands in writer. modified: officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu icon-themes/galaxy/cmd/lc_objectmirrorhorizontal.png icon-themes/galaxy/cmd/lc_objectmirrorvertical.png icon-themes/galaxy/cmd/sc_objectmirrorhorizontal.png icon-themes/galaxy/cmd/sc_objectmirrorvertical.png Change-Id: If09c89f68356258ee72be116738dc4d2d81a79c8 Reviewed-on: https://gerrit.libreoffice.org/5378 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-13Also ' was duplicatedTor Lillqvist
Thanks to dougmencken for noticing. Change-Id: If9b18b7686981b523e8422cecef0930fded10c91
2013-08-13convert business data page to .uiCaolán McNamara
Change-Id: If6706e0f40ff4559fd0bf5745845680ce610d706
2013-08-13Updated coreCaolán McNamara
Project: help b75df5eeb8b4275609246c4623ae437fd580a3e4
2013-08-13Expert config edit button implemented.Efe Gürkan YALAMAN
Value modifying dialog added. Checking if property changed before from a vector. Not stable but working. Change-Id: Id2b5ac102007af21ec12635b98f24a11c5befc90 Reviewed-on: https://gerrit.libreoffice.org/5306 Tested-by: Katarina Behrens <bubli@bubli.org> Tested-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-13Uploading libwpd-0.9.9 releaseFridrich Štrba
Change-Id: If20156c48ec145389750a2283efad055d3b84363
2013-08-13Fix fdo#67908 - keep Visual around until after GL context is created.Thorsten Behrens
Change-Id: Ie84decdccfa5bbf44c9cb05e2c2229f7384c1912
2013-08-13RTF import: handle rotation on groupshapesMiklos Vajna
Change-Id: I7892224a118b6566e26b3ffc472c88f3c7f58620
2013-08-13Unused private variablesKatarina Behrens
Change-Id: Ic7c51b9943a3d6485d41df50a9b35282bf0d999a
2013-08-13Preserve entry data from combobox itemsKatarina Behrens
use old school strings from .src file as we need the entry data and can't really define them in .ui <item> Change-Id: I669675edb321dcb60f3785c7f28cecbbc2edc982
2013-08-13Removed unused widgets, were Hide=True in orig .src fileKatarina Behrens
and never ever Show()-n Change-Id: I8cadc75dda6798ac617977d6b4ae0fc52fb3dc0b
2013-08-13Removed dead (mostly widget-placing) codeKatarina Behrens
Change-Id: I91b96d1e9f7638d3278ab43188da83865efe59ed
2013-08-13Converted custom animation property dialog to .uiKatarina Behrens
Change-Id: Ifd1e745867ca80dd65619a0b54df97931d3044a7
2013-08-13convert private user page to .uiCaolán McNamara
Change-Id: I17f435a7baac206085abd9dd66c061a5ad203786
2013-08-13XubString->OUStringCaolán McNamara
Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9
2013-08-13downgrade Unknown type: GailWindow warning to infoCaolán McNamara
a11y definitely works, so lets de-noise startup Change-Id: Ibea41248955442e062700d07fbe9a70e11479fe3
2013-08-13Updated coreCaolán McNamara
Project: help 9104e0686170abf9db588748dada24a395dc145f
2013-08-13Avoid warning: rtl_uString_newFromLiteral - Found char > 127Tor Lillqvist
Using a literal string that includes non-ASCII character(s) to initialise an OUString causes a warning "sal/rtl/strtmpl.cxx:1338: rtl_uString_newFromLiteral - Found char > 127". I doubt the '\xFF' in the aWordDelimiters initialiser makes sense. The initialiser contained "\0xFF" since the beginning of time, which (as said in e7a958441a19a4e14bf12aac09fa566de0f263ee) means a zero byte '\0' followed by "xFF". So '\xFF' was not included in the initialiser during all that time either. Whatever the '\xFF' means in the set of "word delimiters", quite possibly it is handled explicitly in the code anyway (grep for CH_FEATURE_OLD). Change-Id: I2998a13e6e573f85c92e66ff6edbb6354ba11b5b
2013-08-13Remove duplicated space in aWordDelimiters initialiserTor Lillqvist
Change-Id: Idf191ab3dfa7f6fde190c55d4d1d228a49ecf771
2013-08-13String to OUString and some reduction of scopeMatteo Casalin
Change-Id: Ia760c5f3f8c158bea30be3102841a66330e5180a Reviewed-on: https://gerrit.libreoffice.org/5339 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-13Unused memeberStephan Bergmann
Change-Id: Iaa3ab3d73270f0a1441eb64854f47088967ca0d5
2013-08-13Use stardard prefixes for data members, and english namesMatteo Casalin
Change-Id: Ie2c6a12787a1a3753c7b4f82a2b5d342e60fc8da Reviewed-on: https://gerrit.libreoffice.org/5383 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-08-12Compile token array only once per formula group.Kohei Yoshida
Change-Id: I70694ee8834b1b2f2ebdfaa90582ccfb19db0210
2013-08-12Return something.Kohei Yoshida
Change-Id: I46ff752f62d2f3fc988bbacc58097ee36e87182f
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida
Change-Id: I83aa2c108e7d8561d28d76b69a8763a15a20a2bd
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida
Change-Id: Ic656d4837ab1fc5feb4b19765ae427371dfdfe10
2013-08-12Fix indentation.Kohei Yoshida
Change-Id: I2caebb42d92bf81e3ba8809a47f833a9379e769d
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida
Change-Id: If967247ed5d916535e7b52af14b00090b7c9d0d2
2013-08-12Do the splitting of formula groups.Kohei Yoshida
Change-Id: I5a8661895b558b67abc19cdc39de9eb027bc1c34
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida
Change-Id: Ic78d7a06991b983e625b161f11fbbabce02334f3
2013-08-12If the formula cell is grouped, update reference only on the top cell.Kohei Yoshida
Change-Id: I5e2e9db621a61deba39a46962e0ca877235d7c90
2013-08-12Export shared formulas to xls, from the new shared formula in the core.Kohei Yoshida
Turns out we don't export shared formulas to xlsx, so no work is needed there. Change-Id: I85604f3b80c95c5b6179bbdac41e758c5de7854a
2013-08-12Fix the (Windows) build. No idea how this was buildable on Linux.Kohei Yoshida
Change-Id: I9c0701b1b8f30c36f45bbee0d95e92a59f9891fe
2013-08-12Detect self-referencing groups, and disable group-calculation.Kohei Yoshida
And re-enable group-calculation on named ranges. Change-Id: I4957ff05bac23bd266bbc96fe5619ad5f0a65688
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida
Change-Id: Ibaa325396a8a06c45cf59af9809ed5cbff6d10d0
2013-08-12Disable vectorization on named ranges for now.Kohei Yoshida
Change-Id: Ibc10d5eb9afff6062106c952aa2e7d3f9cb58100
2013-08-12Uncomment this.Kohei Yoshida
Change-Id: I628c826905d0c1074fbc5c12e821c0efd6489bbf
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
Change-Id: Ic8d98b62747ae29cc968ce926e2ae42537023840
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida
Change-Id: I3a6ed347565fff7cc984960929c66997e3a18f1e
2013-08-12This code is no longer needed.Kohei Yoshida
Change-Id: I319aae9d58fe1798e6add168f5a3613bceef7c26
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida
Change-Id: If8d11c5ee55afd8529070a699ca50284880ceb45
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida
Though I had to use const_cast in some places... Change-Id: I22830bf291179efafc1b400f33a520072b7fab0f
2013-08-12Some cosmetic "fix"Kohei Yoshida
Change-Id: I80baff3b1794619659e505622164e2582e762248
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida
Change-Id: Ib4b141f415b36565106e946ccbc47f2b9f80d89c
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
No more mapping to range names. Change-Id: Ic43b6ef35a91fe4d6fff748ebc22969ba4e036db
2013-08-12Rename this to SharedFormulaBuffer, which is readable.Kohei Yoshida
ShrfmlaBuffer is not readable. Change-Id: Ic91f7c2fcc15d4210af4f97341199ce03593d223
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida
Still the first step. Change-Id: I1897c9c2cd3a5b5245febbfba76e1b088054f578
2013-08-13remove the accidentally committed cppunit/unxlngx6/bin/DllPlugInTesterMichael Stahl
Change-Id: Id14c4f46e29e53cbd60f33cf75645f386a7cc81b
2013-08-13fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl
If Undo actions are removed due to max undo limit, invalidate the current empty mark so it is different from sw::UndoManager::m_UndoSaveMark. Change-Id: I20415f42a77b67e9935c75b12df675ba1c5ef5ec
2013-08-12removed misleading comment about now obsolete CELLTYPE_NOTEEike Rathke
Change-Id: I382eddbe25f8bccf82a4afbbcd25f27393207744