Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-18 | apparently this is required on Linux - re-enable it. | Michael Meeks | |
2012-02-18 | partial revert of unused code removal, and add LINUX guards | Michael Meeks | |
2012-02-17 | Removed unused code from svl and sfx2 | Szabolcs Dezsi | |
2012-02-17 | remove extraneous qualifiers that break some compilers | Mariusz Dykierek | |
2012-02-15 | WaE: these are integers, not pointers | Caolán McNamara | |
2012-02-15 | WaE: mingw | Caolán McNamara | |
2012-02-14 | fdo#37775: Recent Documents not updated by Save & Save As | Muhammad Haggag | |
This patch changes LO behavior so that we update recent documents on file save, save as, save all, and close. The previous behavior was to only update the list on document close. = Changes = SfxPickList (sfxpicklist.cxx/hxx): . Extracted the logic to add a document to the "Recent Documents" list into a function of its own: AddDocumentToPickList - Simplified the logic used by removing the check of SfxObjectShell_impl::bWaitingForPickList (see SfxObjectShell_impl::bWaitingForPickList below for details) . Modified SfxPickList::Notify to call the aforementioned function on save, save-to, and save-as. SfxObjectShell::APISaveAs_Impl (objserv.cxx): . Modified it to allow picklist entry when doing "Save As". SfxObjectShell_impl::bWaitingForPickList (objstor.cxx, objxtor.cxx, objshimp.hxx): . Removed this flag. It was used to indicate that a document wants to be added to the picklist, then cleared after it's added. Since we now always add documents to the picklist on saving, we no longer need it. = Verification = The change is in sfx2, so it should apply to all LO apps. I verified the new behavior in both writer and calc with the following actions: . File->Save . File->Save As . File->Save All . File->Close | |||
2012-02-13 | Add fw* and sfx to libmerged | Tor Lillqvist | |
2012-02-13 | Fix typos in comments | Elton Chung | |
2012-02-13 | sfx2's README: clarify and slightly expand | Michael Meeks | |
2012-02-13 | WaE: unreferenced local variable | Tor Lillqvist | |
2012-02-10 | fdo#39491 more of unnecessary include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-02-10 | fdo#45330 Improving layout of Confirm File Format dialog | Tomcsik Bence | |
Although fdo#45330 was a duplicate of fdo#45117 which was fixed earlier, this patch makes the layout look better when the button text is very long, because it resizes the boundary boxes of fixed text and ruler, too. I've changed the sequence of the functions in InitSize() and the size calculations. | |||
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-09 | Replaced String by rtl::OUString in SvxMacro | Takeshi Abe | |
2012-02-08 | Fix fdo#45117 - Alien save dialog buttons run off the edge | Josh Heidenreich | |
Adjusts the width of the dialog to be wider, if required. | |||
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Remove unused code | Elton Chung | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | |
...so that other code in comphelper can use it. | |||
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-30 | Fixed cppheader.xsl nillable treatment. | Stephan Bergmann | |
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too. | |||
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-28 | bUILocked is always false | Ivan Timofeev | |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||
2012-01-27 | SvDispatch class doesn't exist anymore | Caolán McNamara | |
2012-01-26 | remember that map has been initialized | Ivan Timofeev | |
2012-01-26 | Replace SvtInetOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-24 | remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxx | Ivan Timofeev | |
2012-01-24 | sfx2: fix indentation in viewsh.cxx | Ivan Timofeev | |
2012-01-23 | Replaced diagnore ENSURE_OR_CONTINUE with regular code. | Marcel Metz | |
2012-01-23 | SfxVirtualMenu: fix context menu crash: | Michael Stahl | |
SfxMenuCtrlArr_Impl used to be a PTRARR_DEL, so use a boost::ptr_vector to ensure elements are deleted. (regression from 94d4764a42f8f38b884bb8960791d80ac876b786) | |||
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-21 | Bump copyright year | Andras Timar | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-21 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-21 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | Revert "DECL_PTRSTACK->std::stack" | August Sodora | |
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d. | |||
2012-01-20 | Revert "Remove DECL_PTRSTACK" | August Sodora | |
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e. | |||
2012-01-20 | Provide a version that takes rtl::OUString. | Kohei Yoshida | |