summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-18make install or install-strip hardly make sense on OS XTor Lillqvist
Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340
2013-08-18AC_DEFINE an ENABLE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist
Change-Id: I6aab77fd253baf1fbbfa82d82bd4e83ddd9e3299
2013-08-18Bypass the O_NONBLOCK resetting for now when sandboxed on OS XTor Lillqvist
The fcntl fails. Will have to check later whether we should also drop using O_NONBLOCK when opening then. Change-Id: I529a4d728563eb323e35487782f7fee88b2faa0c
2013-08-18Actually the smoketest does not work for a sandboxed soffice on OS XTor Lillqvist
We can't create and bind Unix domain sockets, it seems, so bypass this for now. Change-Id: I85b84099f2d8afe860e0bc866e3ced3cb922ca63
2013-08-18Use a proper folder as "user installation" when sandboxedTor Lillqvist
A sandboxed soffice process (runnin smoketest) has no access to workdir. Change-Id: I62ef94282df37ea710735f1305c1d95dd2b0a304
2013-08-18Adapt for HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist
Change-Id: I598efffda7be77171cdff9d3d5b8705972cfba18
2013-08-18Add a --nstemporarydirectory switch for potential use when sandboxedTor Lillqvist
Intentionally very brutally just exit after printing out what NSTemporaryDirectory() returns, as this is for use only in unit testing, so that makefiles can learn the app-specific sandboxed temp dir. Change-Id: I96fba1399ffc43b09fe317c1b9db5af76432f4e0
2013-08-18fix updating of initials for the RussiansIvan Timofeev
i.e. replace hardcoded "2" by nInits var. For the Russians nInits == 3. Also move the code block to the more appropriate place. Change-Id: I1cbc6b14dc5e4c04516c0d3952920ee060c81afc
2013-08-18GetPageDescByName_Impl: move, rename and clean upMatteo Casalin
Change-Id: I1415f8b97fc197694bd52b1cf8e94c1ec2c7bdbe Reviewed-on: https://gerrit.libreoffice.org/5467 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18fdo#57950: Remove some chained appends in xmlsecurityJelle van der Waa
Change-Id: I35ac622abb995a9259f0774f463ec2816b3668b6 Reviewed-on: https://gerrit.libreoffice.org/5477 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-08-18fdo#57950: Remove some chained appends in basctlJelle van der Waa
Change-Id: Ib1c14c6712848ebb28f49d50837f691531c1b5d6 Reviewed-on: https://gerrit.libreoffice.org/5479 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-08-18Resolves: #i119440# add support for further field codes to Read_SubF_CombinedOliver-Rainer Wittmann
Found by: Yan Ji Patch by: zjcen Review by: orw (cherry picked from commit 3c7cfb25492dafb231b74d824570fb943a599981) Conflicts: sw/source/filter/ww8/ww8par5.cxx Change-Id: I458d556dccab7ddbfec4889cab2bfdc76fef15c9 Related: #i119440# correction to be warning-free sal_Unicode is unsigned on all platforms; Found by: Pavel Janik (cherry picked from commit 0d2bf1c7dcc7adfd0b4e8c899501eacd06ff50d4) Change-Id: I9df9ccc770eedc2fa51a080ad47576b06befb6b0
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