Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-21 | New unit test for data pilot grouping (normal grouping). | Kohei Yoshida | |
2012-03-22 | restructure the code a bit more | Markus Mohrhard | |
2012-03-22 | prevent call to virtual method in destructor, fdo#47589 | Markus Mohrhard | |
2012-03-22 | Make sure one base class does not use another one after destruction | Markus Mohrhard | |
see 706ac4779de1870cf0d922f1cc3f6d4470392403 and fdo#47589 | |||
2012-03-22 | don't need to check for null before delete | Markus Mohrhard | |
2012-03-21 | Appease valgrind | Fridrich Štrba | |
2012-03-21 | add missing AC_MSG_RESULT() else branch | Luboš Luňák | |
2012-03-21 | Make sure that FillLabelData doesn't crash in presence of duplicated dims. | Kohei Yoshida | |
2012-03-21 | New unit test for pivot table with duplicated data fields. | Kohei Yoshida | |
2012-03-21 | No FORMULA_DLLPUBLIC needed here | Stephan Bergmann | |
2012-03-21 | Ensure ResMgr outlives Resources | Stephan Bergmann | |
2012-03-21 | AC_PROG_GREP (I'm pedantic, am I not?) | Luboš Luňák | |
2012-03-21 | checking for egrep doesn't necessarily set GREP as well | Christian Lohmaier | |
2012-03-21 | fdo#45522: WW8TableInfo::processSwTable: check that table has layout | Caolán McNamara | |
2012-03-21 | javaunohelper: missing dependecy on udkapi.rdb | Michael Stahl | |
2012-03-21 | idlc/README: correct nonsense added in 534b3a9b2e | Michael Stahl | |
2012-03-21 | convert SwTOXSources to a std::vector | Caolán McNamara | |
2012-03-21 | writeU8 is unused in the external libcdr lib, but filter it out from easy | Caolán McNamara | |
2012-03-21 | oox: it's EMU, not MEU | Miklos Vajna | |
2012-03-21 | Clarify example | Stephan Bergmann | |
2012-03-21 | Make sure one base class does not use another one after destruction | Stephan Bergmann | |
The original code lead to invoking a pure virtual function in Calc when doing Ctrl-F2, ESC. | |||
2012-03-21 | SwFmtVertOrient: warn if passed relation type is wrong, don't just ignore it | Miklos Vajna | |
2012-03-21 | Compilation fix - GTK print dialog headers for GTK < 2.14 | David Bolen | |
2012-03-21 | tga filter broken for quite a while | Caolán McNamara | |
2012-03-21 | Call inflateInit2 instead of inflateInit for the zip stream | Fridrich Štrba | |
2012-03-21 | Further clean up of previous patch | Stephan Bergmann | |
2012-03-21 | Use ptr_vector instead of SV_DECL_PTRARR_DEL for WW8MergeGroups | Arnaud Versini | |
2012-03-21 | Revert "sw-outline-numbering-broken-fix.diff: outline numbering fix in ↵ | Michael Stahl | |
master docs" This reverts commit 9a11bd42af0db32fd06c84dd955ee563134665ce. Removing attributes from the _source_ node in SwTxtNode::MakeCopy does not make any sens at all, and the cited issue i#96092 was apparently fixed independently in CWS sw31bf04 by the change to ndtxt.cxx in 1524aa18b9ddf7a4181e3f278155c48655084452. | |||
2012-03-21 | writerfilter: PropertyMap: speed this up a bit | Michael Stahl | |
Using XMultiPropertySet reduces the number of SwTxtNodes created for the bugdoc from rhbz#789022 from ~5k to ~3k. | |||
2012-03-21 | rhbz#789022: SwNodes: fix inconsistent outline check: | Michael Stahl | |
SwNodes::UpdateOutlineNode will add/remove the node from SwNodes::pOutlineNds depending on IsOutline(), while various SwNodes methods that move and delete nodes check GetAttrOutlineLevel() != 0, which may be false even if IsOutline() is true. | |||
2012-03-21 | BigPtrArray: deploy some asserts | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-21 | Bin a few more 16-bit Windows leftovers | Tor Lillqvist | |
2012-03-21 | fdo#45671 set initial color for split buttons | Winfried Donkers | |
2012-03-21 | $retry_counter and the RETRY label are now unused | Tor Lillqvist | |
2012-03-21 | GUI=WIN used to mean 16-bit Windows, I think, so kill that crack | Tor Lillqvist | |
Also the running of grep inside the test for GUI = WIN was a bit weird, what was it supposed to grep? Standard input? | |||
2012-03-21 | Remove unused define | Fridrich Štrba | |
2012-03-21 | We seem to need libfrmlo, too | Tor Lillqvist | |
2012-03-21 | WaE: option "-fno-default-inline" is valid for C++/ObjC++ but not for C | Tor Lillqvist | |
2012-03-21 | SwXShape::setPropertyValue: OSL_ENSURE -> SAL_WARN_IF | Miklos Vajna | |
2012-03-21 | this requires string literals now | David Tardon | |
2012-03-21 | fix after recent XSERVICEINFO_IMPL_1 change | Luboš Luňák | |
2012-03-21 | Export to xls correct item values for grouped fields. | Kohei Yoshida | |
2012-03-21 | Initial experiments with static linking of (some) components / services | Tor Lillqvist | |
Start with the first service needed when running sc's filters_test: the UniversalContentBroker. It might not be typical as ucb uses the deprecated XSingleServiceFactory. This commit is not at all a complete solution, far from it, just an initial hack. Naturally once I come up with some generic enough way to do the static linking the necessary macros etc will be added to some general header. The macro XSERVICEINFO_IMPL_1 (local to ucbhelper and ucb) is amended so that it in the disable-dynamic-linking case also emits a function whose assembler name equal contains the service name. This function returns the XSingleServiceFactory for the service. Where the service is instantiated we link directly to that function. But probably this will be reworked a couple of times... Maybe it would be better to simply have the service name specific entry point be a pointer to the component's component_getFactory() function? Those all have the same prototype. | |||
2012-03-21 | Bin declaration of nonexistent static method | Tor Lillqvist | |
2012-03-21 | Use -fno-inline in gb_DEBUG_CFLAGS | Tor Lillqvist | |
2012-03-21 | gb_COMPILERDEFAULTOPTFLAGS is set in com_GCC_defs.mk | Tor Lillqvist | |
2012-03-21 | Further hacks: include rdb and component files in .app, pass more -env params | Tor Lillqvist | |
2012-03-21 | More hacking on static linking (iOS) support | Tor Lillqvist | |
2012-03-21 | Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case | Tor Lillqvist | |