summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-07fdo#50809 use the word 'Comment' instead of 'Note' everywhereAndras Timar
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
2012-06-07Fix for fdo#49859 Impress bullet indent data entryStephan van den Akker
This fixes fdo#49859 - numbering alignment or indentation is not applied in Impress, by making the tabpage deactivate force-read the values.
2012-06-07Some boost warnings with ClangStephan Bergmann
...on Mac OS X, in what looks like only newly used boost headers. Change-Id: I86612a419311fe5a2dfda9eec520889707f9e5db
2012-06-07Convert links to makedocs tool, update one and correct spellingPhilipp Weissenbacher
Change-Id: I4070ffa70690278dbd6575b8bfed3524d4c09ed7
2012-06-06fdo#50144 put full reference text to selection fieldAndras Timar
Change-Id: I99a4a2a3fc6e20f9c8d35213609075f2269eab2f
2012-06-06Use iterators over index access.Kohei Yoshida
This makes ValidQuery *slightly* faster. Change-Id: I9fff6099b597d7a8d4d5a4358099348baa657802
2012-06-06Some cppcheck cleaningJulien Nabet
Change-Id: I7a5f34715faecd689900b5d41eae9c782e99b47b
2012-06-06Avoid expensive allocation & deallocation of local vector on every call.Kohei Yoshida
This alone reduces the ValidQuery() call by 70%. Change-Id: Ic9f8adbd0cb63297be7e173c39e4bcf886d1e2d2
2012-06-06re-base on ALv2 code.Michael Meeks
Change-Id: I14e3dff2e29ce32a7e62f71defe50d5ddc6cde9f
2012-06-06re-base on ALv2 code.Michael Meeks
Change-Id: I06da546daa2efb23362cdc61c14add3ea761638c
2012-06-06fix typo that prevented the proper management of .d filesNorbert Thiebaud
Change-Id: I2e958fde37bc2cf13d4b37d8e8ae9e7bd64061d2
2012-06-06import vmlshape 'hidden' style attribute and apply to controls bnc#757609Noel Power
ensure 'hidden' controls are imported as such.
2012-06-06fix incorrect OSL_ENSURE -> SAL_WARN_IF conversion (condition not inverted)Luboš Luňák
Change-Id: I57dfa64c55e046ed51797b2abeb7ba3242e637da
2012-06-06Update also the help messageTor Lillqvist
Change-Id: I3b84d1905d13c9418985d1ebe5feac13a0025efe
2012-06-06unodevtools is not needed for the build platform in a cross-compilationTor Lillqvist
Change-Id: If77a879178a260590be64253435b6c8adde31878
2012-06-06Nobody uses this tool, but still, update the license blurb it outputsTor Lillqvist
Change-Id: Id9d767c2738d8052f2716086fb40a1b01c68d76e
2012-06-06make hsql database working again (fdo#50783)Petr Mladek
+ set Class-Path in sdbc_hsqldb.jar/MANIFEST.MF + pack the missing org/hsqldb/lib/FileSystemRuntimeException.class heh, it is a crazy hack; the source file is under another path com/sun/star/sdbcx/comp/hsqldb Change-Id: I53078269f2298175fee52912d55e8defe01b259b
2012-06-06valgrind: uninitialized valueCaolán McNamara
Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
2012-06-06nuke dead codeTakeshi Abe
Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
2012-06-06Revert "add configure check for date_time lib"Jan Holesovsky
This commit breaks MinGW builds; the m4 macros probably need some improvements there. This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
2012-06-06drop String::ReverseCaolán McNamara
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
2012-06-06calc input line: Fix crash on MacOSX.Jan Holesovsky
Change-Id: Iff50dfc1b4730ff584e3015486da4acf8fd5cb47
2012-06-06legacy reports: unify treatment of query and tableLionel Elie Mamane
In *both* cases, the value of hidden control "Sorting" (if non-empty) decides the columns being sorted on. Change-Id: I7f4b50c3af8c12e48e5dedd36b5877ad7a9e1b66
2012-06-06legacy report wizard: when source is table, save name in QueryNameLionel Elie Mamane
Change-Id: Ie0bdbed9578b95f7fccc3d9ff6d9c8b5b91ac0ab
2012-06-06SQLQueryComposer allow setQueryCommand with prependSorting instead of appendLionel Elie Mamane
Change-Id: Ia06794537ea4d0f6f069c83709792ebbcc084804
2012-06-06db.SQLQueryComposer allow prependSortingCriteria call with addAliasFieldNamesLionel Elie Mamane
Change-Id: I05889ccac213743a55c302bd7249b30f817c0428
2012-06-06cleanupLionel Elie Mamane
Change-Id: I1ce4279d434ffa58328e17863b2e68af1e813a99
2012-06-06fdo#48018 legacy reports do not sort by group columnsLionel Elie Mamane
Legacy report means done with the "old" report system, as opposed to with report builder. This was caused by a misguided attempt to sort-of work around i#110536 instead of fixing it cleanly. Revert that. Apparently the idea was to not explicitly set grouping columns as sorting columns, but that the report execution would automagically add grouping columns at begin of sorting list at report execution time. That's a bad idea for at least two reasons: * This does not allow the user to chose ASC/DESC for grouping columns * In rare / advanced cases, sorting on another column *before* grouping is desirable. Plus, the "automagic adding" part apparently wasn't implemented anyway. Change-Id: I81e76eb4b6a0e543571a4df97d0ead77f6a2d7c8
2012-06-06-Werror,-Wself-assign (Clang)Stephan Bergmann
Change-Id: Ic541f6539a34ea20b19613edc4fe8670b1a69dee
2012-06-06-Werror,-Wself-assign (Clang)Stephan Bergmann
Change-Id: I92f1271ad36e4ae1221182a3a446f36cf770e003
2012-06-06Adapt to --with-macosx-version-min-required=10.6 and Xcode 4Stephan Bergmann
...signature of TransitionWindowWithOptions apparently changed slightly in 10.6, and /Developer/Tools/Rez can more reliably be found in /usr/bin. Change-Id: Iba55478f3b6de1b4695b686095f4aa0bc0af8e7b
2012-06-06-Werror,-Wsemicolon-before-method-body (Clang)Stephan Bergmann
Change-Id: I1e4d7f1a719712d9665d30bab756ba5b0feaddad
2012-06-06embeddedobj: try to make MSVC happyMichael Stahl
Change-Id: I0d3f032309fe5aa1c4a33909cbc0e00a22196aa9
2012-06-06fdo#50665 rtftok: don't ignore character properties of text fieldsMiklos Vajna
The dmapper part was already fixed in commit 9486851baea59d16c449d79bd61a38f6e686cfe0 for DOCX, this fixes the RTF tokenizer. Change-Id: Iaca706e50367bb744f5a03e15134bda1646df8fc
2012-06-06Do not copy etc. singular iterator values.Stephan Bergmann
This also reverts previous attempts at fixing this, commits 33839f90e6f8275a584b483827585a6da05aab75 "ucb: try to fix weird STL assertion on tinderbox" and 6506af86b5e20a860c8d2d1dd578a22914df5f53 "ucb: second try to fix weird STL assertion on tinderbox." Change-Id: I89d0eb87fbd164c0a4cf24d60f225767cb2bfc1a
2012-06-06fix linking after 0fcd1a73f0e1ec564f3c6da1ccd890183d3c18dbLuboš Luňák
2012-06-06ucb: second try to fix weird STL assertion on tinderboxMichael Stahl
It's possible that the constructor of RegexpMapIterImpl does not initialize m_aIndex, so try to park m_aIndex on some end() iterator; it looks like m_aIndex will not actually be used in this case, because m_nList = -1. Change-Id: I74cd0d1d87f3e90217c39bcd3168f157066ff3cb
2012-06-06Use a vector rather than a pointer to a vectorBrad Sowden
Change-Id: I437a665ffa225ce69e10f7ee71ff2902c3db505e
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method TextSearch::create Change-Id: I7a8b607ed397158ca1e2b834ce61b8b196c8019a
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06Make setsdkenv_unix executable instead of configure.plStephan Bergmann
Change-Id: I1efc684f3476cd20bd2ae5efcf603ab2e6adf83a
2012-06-06fdo#50651: update layout after toolbar destructionIvan Timofeev
plus update confusing comments Change-Id: I9bdab918566548b576fd22389492216fc4aff7df
2012-06-06Disable Exit application (Ctrl-Q) from preview mode.Kohei Yoshida
Again, to prevent a modified document from launching the "do you want to save this doc?" dialog while in page preview mode. Change-Id: I638ca308a14ad5941b9db164a0753e0aad8e7968
2012-06-06Check if the system window has a close handler, and if yes, call it.Kohei Yoshida
This allows the close event in the preview window to be handled in a custom fashion, instead of having it call the normal "close window" command. Change-Id: Id324c4f5c96d0222bf82caa8029aa1c724262c32
2012-06-06std::isfinite seems to not be available under Solaris. Bypassing it.Lionel Dricot
Change-Id: I8f6f844338cb188a63676f2db5dec89fccfdca4c
2012-06-06Introducing a README to compile LO on Solaris with GCCLionel Dricot
Change-Id: Ibd9075708fb5b47fb3ed1bf438522c3f3f2af0ab
2012-06-05play with the Layer thinggy for lcms2 to get the macosx build to finishNorbert Thiebaud
Change-Id: I9901d2ef270a096993630103b3cdb5b89e2bb829
2012-06-05Disable Data source (F4) icon in preview mode.Kohei Yoshida
Change-Id: I4d3371a48ec943dcced295069564c9fcf6dffd92