Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-20 | remove extra string casts | Caolán McNamara | |
2012-03-20 | split macros to elide unneeded methods | Caolán McNamara | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-14 | we just want to know if its a directory/folder or not | Caolán McNamara | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | fix semantic error in layout calculation | Andras Timar | |
2012-03-09 | reorganize license dialog to avoid Resource leaks | Caolán McNamara | |
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel Grandin | |
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places. | |||
2012-03-08 | these Links either shouldn't be links, or shouldn't exist | Caolán McNamara | |
2012-03-07 | remove various unused methods and source files | Caolán McNamara | |
2012-03-05 | Fix indentation | William Gathoye | |
2012-03-05 | Fix controls size and position on the document information dialog | William Gathoye | |
2012-03-05 | WaE: unused parameter in the DISABLE_SCRIPTING case | Tor Lillqvist | |
2012-03-05 | WaE: unused parameters in the DISABLE_SCRIPTING case | Tor Lillqvist | |
2012-03-05 | Sprinkle DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-03 | ExecuteQuerySaveDocument: return NO when headless instead of CANCEL | Michael Stahl | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-28 | some fancy new SAL_LOG tracing for sfx2 | Bjoern Michaelsen | |
2012-02-27 | Deduplication of aSfxInt16Item_Impl only for iOS | Tor Lillqvist | |
2012-02-27 | fdo#46678: tweak SfxBaseModel::getSomething: | Michael Stahl | |
Lock the SolarMutex only when necessary. This is a workaround that just happens to make the deadlock go away for me. This being called from pyuno is wasteful anyway, but apparently there is no way to determine whether a uno::Reference points at something local to the process. | |||
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-27 | callcatcher: update unused list | Caolán McNamara | |
2012-02-26 | aSfxInt16Item_Impl, too | Tor Lillqvist | |
2012-02-26 | Static linking for iOS effectively means "merged libs" | Tor Lillqvist | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-22 | SfxNewFileDialog_Impl: drop unneeded includes | Miklos Vajna | |
2012-02-21 | unwrap ifdefs with unused members | Caolán McNamara | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
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 | |