summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-18don't unconditionally enable buttons on switching to accept/reject pageCaolán McNamara
we want to disable all of them when switch to the options page and *restore* the original enable/disable state when switching back i.e. don't enable them if they were disabled due to change tracking password protection regression since 8655095a4910ca795dfd182e6796d9375727a694 Change-Id: I2dd6c83fd9613adf42571684a08bff81b86c9ee1
2013-08-18Fix bug 47680, accept change is not displayed if file is protectedAdrien
Change-Id: Ic37d96c0f3cad6eba9a4e9327463f70ebbbfd317 Reviewed-on: https://gerrit.libreoffice.org/5501 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18WaE: unhandled enumCaolán McNamara
Change-Id: I55f14068fcba2a53785160b8cd03a7cd94d56623
2013-08-18WaE: unhandled enumCaolán McNamara
Change-Id: I4a26045901cdaf26666fd8cecf0a24e9d22cbbfd
2013-08-18Convert text dialog to widget UIOlivier Hallot
Change-Id: Ifd1303db2b3da95d80baaace898fc3e93996fa76 Reviewed-on: https://gerrit.libreoffice.org/5486 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18add some a11y relations and enable translation of msCaolán McNamara
Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
2013-08-18Updated coreCaolán McNamara
Project: help dae7017f5c6c0c30a5fd75939ee27bba8f7b977f
2013-08-18Convert text animations tab page to widget UIOlivier Hallot
(src file will be deleted in a forthcomming patch) Change-Id: Iabb77ae70e536afe0ba24b8922be98ea87441f3f Reviewed-on: https://gerrit.libreoffice.org/5485 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18convert ancient .sdw documentation to .odtCaolán McNamara
Change-Id: I6a4123818f5e3c33cbec04e19e70c1f6a8b7bba2
2013-08-18remove various unused queryboxsCaolán McNamara
Change-Id: Ie8ae7c19b957410517c2a1a4f6463825bafd0e09
2013-08-18callcatcher: update unused codeCaolán McNamara
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is that the last use of the old PercentField is gone now as well, so that can be removed and the new PercentFieldWrap can be renamed as PercentField to take its place Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
2013-08-18Revert "Fixing i#119950 warn about other running terminal sessions"Jesús Corrius
This reverts commit b218cbf59de4d7ae0a6962995fb0f719ed68b5d2. The original patch just looks for another instance running which of course can be in the same terminal session. The assumptions the author makes are wrong. The bug the patch tries to solve is real and we'll probably have to solve it in the future, but not this way. Conflicts: desktop/source/app/officeipcthread.cxx Change-Id: I1e645671aa09c6147163820c12d5efb3b3688bd1 Reviewed-on: https://gerrit.libreoffice.org/5415 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-18WaE: C4703: potentially uninitialized local pointer variable 'pSectNd' usedTor Lillqvist
I think the compiler is wrong here. I don't think there is a way the line can be reached without pSectNd being assigned a value. Let's silence the warning anyway as we want to be buildable warning-free. Change-Id: I6802c31feccdbf9727a02819fe0051b6edba3730
2013-08-18Revert "Reduce text background painting rect with border"Zolnai Tamás
This reverts commit cc7a94cfa8ec901627e8f9abf28c724923deb520. MS Word has the concept not to paint background for the border line. But LibreOffice follow the general html box model which paint background for border too. So in case of double line the border's gap has the same color as the background. So the reverted patch can't fit to the general concept.
2013-08-18WaE: C4703: potentially uninitialized local pointer variable 'pIdx' usedTor Lillqvist
Change-Id: Ifba5ca49202b22de35c241fa8282270096e6794e
2013-08-18Paint drop cap background only onceZolnai Tamás
Painting default background is unecessary when there is a user defined background. Change-Id: I6564f403f0f7769b5460b07d5f3947be08c0dbf6
2013-08-18Reduce text background painting rect with borderZolnai Tamás
Change-Id: I48fa36aafa17b9660c65ed713ae2faf9c0c4d056
2013-08-18Update comment in border.cxxZolnai Tamás
Change-Id: Ica1adc71f3269a88bcf478931cee56dde565898c
2013-08-18Make drop caps border a bit more robustZolnai Tamás
Decrease the minimum size of the drop caps letters to 0 and handle the case when padding is too big. Change-Id: I10f76ddffe9d19f82afbe3226ebe3aa8ba70da89
2013-08-18CharBrd 4.1: merge borders of text portionsZolnai Tamás
Revert 0d9ddccd8810a81a6f4d737870969d0dcf367d23 and 66f3b17013c467b9e0a74497738c90173b7e7b4f Solve border merge on portions level. - Add new members to text portion called m_bJoinBorderWithPrev and m_bJoinBorderWithNext which indicate when to skip left or right border. - Use these members during formating, painting and cursor calculation. Change-Id: I24f1a848e266207b252a6cd157663edc47c51de6
2013-08-18Add test for drop caps odf filterZolnai Tamás
Change-Id: I52735c222e14e725fc01caa156cb8ea9671a36cc
2013-08-18fdo#43807: Fix import of drop caps character styleZolnai Tamás
Export works and import has just a little typo. Change-Id: I570d70423b5a626f21117971fb7eff030eae20af
2013-08-18CharBrd 8.2: Tests for UNO API and ODF filterZolnai Tamás
Use just those API tests which still alive. Export filter test use import so no need for distinct import tests. Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8
2013-08-18CharBrd 8.1: ODF filtersZolnai Tamás
Change-Id: Ib1a79678ffce7764638378b4002f5e87ae749d00
2013-08-18Add since to character border idlZolnai Tamás
Change-Id: I06064b1145578579c8748b6e5326090303aa670e
2013-08-18miscelleneuous changes in storyboardSiqi LIU
Change-Id: Ia3ca6da7155842693446888a53c899b3766870fe
2013-08-18move fetchSSIDInfo to model as a static methodSiqi LIU
Change-Id: I636cc3e9204db2247c74256e00abee8fdfdaee97
2013-08-18popover view when no WiFi interface is found for exSiqi LIU
Change-Id: Ib37fa00b58a1c4193b4181699e385dcb6502edac
2013-08-18add a spinner when refreshingSiqi LIU
Change-Id: Ib82a63aa77e47203ff4bd94f3c76759bfa6fa47d
2013-08-17No need for elaborate type name for this.Kohei Yoshida
Change-Id: Ia29a5956813c5d71f042f774d00de3bc82b7f1aa
2013-08-17Move static struct to where it's used, and use std::vector for this.Kohei Yoshida
Change-Id: Id68fa488731d3b34213db23bf4d50f73b04c6fe4
2013-08-17This function object is no longer used.Kohei Yoshida
Change-Id: I0aa881bae4c1ee0857bafef78094a3d92bcc0702
2013-08-17Rename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties.Kohei Yoshida
Change-Id: Ib2bd2da3852fdd8110d6d799b5a4091f2a89f0a8
2013-08-17Rename SvXMLAutoStylePoolParentP_Impl to XMLAutoStylePoolParent.Kohei Yoshida
Change-Id: Ia5fe8e386fd363f0b5bb81b3d0e8fd1e15efe430
2013-08-17Rename XMLFamilyData_Impl to XMLAutoStyleFamily.Kohei Yoshida
Change-Id: I9798408dc92a983fecc98c42516482afcb12ae25
2013-08-18String to OUString, data member prefix, early bail outMatteo Casalin
Change-Id: I532401e4853319668f49c75e4653907272384d12
2013-08-18String to OUString, optimize order of checksMatteo Casalin
Change-Id: I54deff88232d54f268a03dd61646b0ad59b3d8d1
2013-08-18String to OUString, mark as constMatteo Casalin
Change-Id: Id5ab789b3518a23ccef6f3a13f852c478a129089
2013-08-18String to OUStringMatteo Casalin
Change-Id: I5dbb39e429ee35c47b492dc29bf172879bc32b1e
2013-08-18String to OUStringMatteo Casalin
Change-Id: I22624e2f15b95257f950f48704909aeb6ae54ef4
2013-08-18String to OUStringMatteo Casalin
Change-Id: I1de0d79ed3e9b3fd6b6ae9c303d5e502780bb568
2013-08-17String to OUStringMatteo Casalin
Change-Id: I41b73e0af6841247a0403974b1c66e5a66123420 Reviewed-on: https://gerrit.libreoffice.org/5483 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-08-17String to OUStringMatteo Casalin
Change-Id: Ib8309e687c375a05739e8b6f4db95d004a3b97cb Reviewed-on: https://gerrit.libreoffice.org/5482 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-08-17aTextRect is unusedIvan Timofeev
Change-Id: I1653140533a0f848dcf577ad7e81991a4591d916
2013-08-17fix copypastaIvan Timofeev
Change-Id: I92f2203988c5a4843ce512029ec60750fe4d25ff
2013-08-17fix string conversionIvan Timofeev
before commit 7a504c8752bf7c5accbb9bcc33a98f79b31b8bf2 there was: aUnknownToken.CompareTo(sSaveToken) != COMPARE_EQUAL Change-Id: I4c6411777f342e160c78b0ec591456e284e4e385
2013-08-17Revert "fdo#57950: Remove some chained appends in xmlsecurity"Andrzej J.R. Hunt
This reverts commit 4f20c9f6f95c117bcdb520682df4fa1429a56477 Change-Id: I4d8cef801d570b0c20e580144e79a5940b100271 Reviewed-on: https://gerrit.libreoffice.org/5476 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-08-17convert continue queryboxes to .uiCaolán McNamara
Change-Id: I8e23eb484177ccd47b7780ccafbdf8b377ea57e1
2013-08-17another unused QueryBoxCaolán McNamara
Change-Id: Ia317f09260853602f4dd313a0577de192834b1c5
2013-08-17WaE: unused variable 'aEmpty'Matteo Casalin
Change-Id: I677596779606621f201d9ba3c45bc6dca8c92bef