summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo begining/beginning.Julien Nabet2013-02-233-3/+3
| | | | Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
* Fix typo recieved/receivedJulien Nabet2013-02-231-1/+1
| | | | Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
* Fix typo seperated/separatedJulien Nabet2013-02-232-2/+2
| | | | Change-Id: I133423de994b1befe246b6c921802428a3528202
* Fix typos retreive/retrieve furture/futureJulien Nabet2013-02-231-2/+2
| | | | Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
* Fix typo "sucessfully" -> "successfully"Julien Nabet2013-02-231-3/+3
| | | | Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
* Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet2013-02-231-2/+2
| | | | Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
* Fix typo "teh" -> "the"Julien Nabet2013-02-231-1/+1
| | | | Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
* try and beat this weird SvxAcceptChgCtr into something sanishCaolán McNamara2013-02-237-222/+111
| | | | | | | | | | | | | | a) convert to .ui b) The accept/reject changes dialogs now have a "close" button and the accept/reject etc buttons are relocated into the main dialog button area rather than as direct children of the view page. They now get disabled on switching to the non-view page. c) Merges the sc redline changes dialog, the sw redline changes dialog and the sw autocorrect changes dialog Change-Id: If0ba376c3f2d36709aeeed995fa9901741434c40
* Fix typo, "charcter" -> "character"Julien Nabet2013-02-231-1/+1
| | | | Change-Id: Idde59a616b16c52b7369dd67e7a06eab52b334c8
* Translate German commentsThomas Arnhold2013-02-233-49/+41
| | | | Change-Id: I0c2e38e07c0e108268d63c1994eb3a0a0646cdf5
* sc: insert a temporary String conversion until ScColToAlpha is convertedMichael Stahl2013-02-221-1/+1
| | | | Change-Id: I35494ccfeba77b173a2d227d1bd2235e81aa2d9b
* fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac2013-02-2252-125/+125
| | | | | | | | | | I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ Change-Id: I45edaec4de2481ad45f9bcae2e280d5aca487714 Reviewed-on: https://gerrit.libreoffice.org/2281 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* wrap max-width-chars in a custom widget to avoid it getting dropped silentlyCaolán McNamara2013-02-221-1/+1
| | | | Change-Id: I7ccbd4b2e1aebc84a59bb9000e7322c8aa62ffd7
* Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara2013-02-221-0/+1
| | | | Change-Id: Id3aed9ef251f61710b43ceda1a28c6895e91872f
* resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke2013-02-223-0/+23
| | | | Change-Id: Ib0eb044f009227c0aa6e1bc520905d605323c3db
* fdo#39674: Rename menues to menuThomas Arnhold2013-02-222-3/+3
| | | | | | | Change-Id: Idc22167d1a0dc518b3f9e96884213140d07b565b Reviewed-on: https://gerrit.libreoffice.org/2316 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* fix sc buildCaolán McNamara2013-02-229-13/+13
| | | | Change-Id: I2c5ad65863a516516f8a944fb1344753e08d6c9e
* s/the the/the/Tor Lillqvist2013-02-223-4/+4
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* some clean-up in the commentsMarkus Mohrhard2013-02-221-38/+1
| | | | Change-Id: I373d315ccfd5580efd5d4b860280ed29fc77b4e3
* assert "can't happen"Eike Rathke2013-02-211-0/+7
| | | | Change-Id: I896e29b04568b351517612a1ac161dca5717dfbc
* prevent out-of-bounds access for old binary non-UNO add-in functionEike Rathke2013-02-211-2/+5
| | | | Change-Id: I6bdce23059d7db337fff0d4eb215b2acdaf18c93
* parse html filter options more legibly.Michael Meeks2013-02-211-11/+10
| | | | Change-Id: I951d26df9c99f47b3e1415b96efaa050adf82892
* generic integers to enumsLuboš Luňák2013-02-211-4/+2
| | | | Change-Id: Ic43283b9e1666c0f2162e277dc79fc6f992ef616
* pass the storage to the XML import filterLuboš Luňák2013-02-211-0/+3
| | | | | | The Calc case of 73a24e709396e4dd906b8cfbd7719e51f29dd3a7 . Change-Id: If280dab5bac7fa7719840ebba51bdca61b9d8c2d
* clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tabNoel Power2013-02-211-0/+1
| | | | Change-Id: I9cfb4f65e27a73921ac7944376677c5ddecdf9a9
* basic support for writing embedded fonts for calc docsNoel Power2013-02-217-6/+42
|
* change lib:widget delimiter from : to -Caolán McNamara2013-02-212-2/+2
| | | | | | | because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
* delay importing all drawing elements until content is loaded, fdo#60488Markus Mohrhard2013-02-213-2/+27
| | | | | | | | | | | Otherwise charts with data ranges on other sheets will not be painted correctly as the data is missing when the chart is rendered for the first time. This was not a problem before the cached value import because the hard recalc would have forced a repaint anyway. The new way should also be a bit quicker. Change-Id: Ieeee6a010a4dffad6ebe2264b8312f93b16d9c87
* respect nDelFlags, fdo#57661Markus Mohrhard2013-02-201-1/+1
| | | | Change-Id: I77d3e1f537b59504125d66f66f691d01f8f23894
* respect local number format in cond format dlg, fdo#60574Markus Mohrhard2013-02-201-19/+27
| | | | Change-Id: Iec185ac6c6447176731619249cdda4457f1bb8a3
* automatically extending cond formats is dangerous, fdo#60828Markus Mohrhard2013-02-201-2/+3
| | | | Change-Id: I45549e163f21550e879a171d80e836b6df3dd2cc
* use HIG spacing in sort dialogCaolán McNamara2013-02-192-279/+305
| | | | Change-Id: I04757f9fc9ed70f72e53545b8ec43872f44e5f79
* fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power2013-02-1912-72/+199
| | | | Change-Id: Ifa4f848da21838591daa1f57fb42dfd3f4fa8044
* fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac2013-02-1911-26/+26
| | | | | | | | | Cleaned up the call sites. Change-Id: I6c688cecd4f872ed064ccfa3af4b402a779860dc Reviewed-on: https://gerrit.libreoffice.org/2155 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Better wording for several ActionsSamuel Mehrbrodt2013-02-181-6/+6
| | | | | | | Change-Id: I948f10518510d017d69a883c68d4e9dda94b7bb6 Reviewed-on: https://gerrit.libreoffice.org/1967 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* coverity: fix memory leakMarkus Mohrhard2013-02-171-2/+2
| | | | Change-Id: I2a620971d70c021c7a31dac14ce76f3428324f26
* coverity: make clear that this is safeMarkus Mohrhard2013-02-171-1/+2
| | | | Change-Id: Ibcc313700862e0dcb630e98a13e451d3b5035a7f
* coverity: fix memory leakMarkus Mohrhard2013-02-171-1/+1
| | | | Change-Id: Ib471de0977614996cda1e58ccb17d7cd6cadda7f
* coverity: fix memory leakMarkus Mohrhard2013-02-171-1/+1
| | | | Change-Id: Ice50e9b84a6666b4ce0d02072c5fb40ed313692b
* coverity: fix memory leakMarkus Mohrhard2013-02-172-3/+2
| | | | Change-Id: I57937130d6ef40743c1b13d107888883a6810a8d
* coverity: fix memory leakMarkus Mohrhard2013-02-171-0/+2
| | | | Change-Id: Idf97e7150617e53ce37ef5a98a7c4582ccc64271
* coverity: fix memory leakMarkus Mohrhard2013-02-171-0/+1
| | | | Change-Id: I2e0b97285edf1544091402c05d3880f560a352e9
* coverity: fix memory leakMarkus Mohrhard2013-02-171-12/+7
| | | | Change-Id: I60d1845dbef9d53545db4bb743764bcb0b6a57cc
* coverity: variable values is unusedMarkus Mohrhard2013-02-161-3/+2
| | | | Change-Id: Id2cd10aa34d96629915a3258a20f928af441ebcc
* coverity: variable value is unusedMarkus Mohrhard2013-02-161-2/+0
| | | | Change-Id: I5bf89e42f87c5e405c2c5b6f38d0b3b200d4b90e
* coverity: variable value is not usedMarkus Mohrhard2013-02-161-1/+0
| | | | Change-Id: Ide7e40a0739e03c525eb5883b1583af01e4e721e
* coverity: unused variable valueMarkus Mohrhard2013-02-161-1/+0
| | | | Change-Id: Ic0c03c649bfaf67a3c936f910c185882ae395711
* Check for member visibility in the dimension code.Kohei Yoshida2013-02-151-310/+308
| | | | Change-Id: Ic3370f96c0582b7b0c80c6872ee9a55e38c2b842
* Add a quick way to dump the content of pivot table result tree.Kohei Yoshida2013-02-1511-6/+96
| | | | | | This is to be used for debugging. Change-Id: Ie5a5ebd66a701937ab806e2370ded85ba557de5b
* coverity: finally fix the memory leak correctlyMarkus Mohrhard2013-02-161-1/+2
| | | | Change-Id: I1cd8978eba9f42aaa3d5e53085cac23f5e6a31ef