summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-21New unit test for data pilot grouping (normal grouping).Kohei Yoshida
2012-03-22restructure the code a bit moreMarkus Mohrhard
2012-03-22prevent call to virtual method in destructor, fdo#47589Markus Mohrhard
2012-03-22Make sure one base class does not use another one after destructionMarkus Mohrhard
see 706ac4779de1870cf0d922f1cc3f6d4470392403 and fdo#47589
2012-03-22don't need to check for null before deleteMarkus Mohrhard
2012-03-21Appease valgrindFridrich Štrba
2012-03-21add missing AC_MSG_RESULT() else branchLuboš Luňák
2012-03-21Make sure that FillLabelData doesn't crash in presence of duplicated dims.Kohei Yoshida
2012-03-21New unit test for pivot table with duplicated data fields.Kohei Yoshida
2012-03-21No FORMULA_DLLPUBLIC needed hereStephan Bergmann
2012-03-21Ensure ResMgr outlives ResourcesStephan Bergmann
2012-03-21AC_PROG_GREP (I'm pedantic, am I not?)Luboš Luňák
2012-03-21checking for egrep doesn't necessarily set GREP as wellChristian Lohmaier
2012-03-21fdo#45522: WW8TableInfo::processSwTable: check that table has layoutCaolán McNamara
2012-03-21javaunohelper: missing dependecy on udkapi.rdbMichael Stahl
2012-03-21idlc/README: correct nonsense added in 534b3a9b2eMichael Stahl
2012-03-21convert SwTOXSources to a std::vectorCaolán McNamara
2012-03-21writeU8 is unused in the external libcdr lib, but filter it out from easyCaolán McNamara
2012-03-21oox: it's EMU, not MEUMiklos Vajna
2012-03-21Clarify exampleStephan Bergmann
2012-03-21Make sure one base class does not use another one after destructionStephan Bergmann
The original code lead to invoking a pure virtual function in Calc when doing Ctrl-F2, ESC.
2012-03-21SwFmtVertOrient: warn if passed relation type is wrong, don't just ignore itMiklos Vajna
2012-03-21Compilation fix - GTK print dialog headers for GTK < 2.14David Bolen
2012-03-21tga filter broken for quite a whileCaolán McNamara
2012-03-21Call inflateInit2 instead of inflateInit for the zip streamFridrich Štrba
2012-03-21Further clean up of previous patchStephan Bergmann
2012-03-21Use ptr_vector instead of SV_DECL_PTRARR_DEL for WW8MergeGroupsArnaud Versini
2012-03-21Revert "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-21writerfilter: PropertyMap: speed this up a bitMichael Stahl
Using XMultiPropertySet reduces the number of SwTxtNodes created for the bugdoc from rhbz#789022 from ~5k to ~3k.
2012-03-21rhbz#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-21BigPtrArray: deploy some assertsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-21Bin a few more 16-bit Windows leftoversTor Lillqvist
2012-03-21fdo#45671 set initial color for split buttonsWinfried Donkers
2012-03-21$retry_counter and the RETRY label are now unusedTor Lillqvist
2012-03-21GUI=WIN used to mean 16-bit Windows, I think, so kill that crackTor 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-21Remove unused defineFridrich Štrba
2012-03-21We seem to need libfrmlo, tooTor Lillqvist
2012-03-21WaE: option "-fno-default-inline" is valid for C++/ObjC++ but not for CTor Lillqvist
2012-03-21SwXShape::setPropertyValue: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna
2012-03-21this requires string literals nowDavid Tardon
2012-03-21fix after recent XSERVICEINFO_IMPL_1 changeLuboš Luňák
2012-03-21Export to xls correct item values for grouped fields.Kohei Yoshida
2012-03-21Initial experiments with static linking of (some) components / servicesTor 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-21Bin declaration of nonexistent static methodTor Lillqvist
2012-03-21Use -fno-inline in gb_DEBUG_CFLAGSTor Lillqvist
2012-03-21gb_COMPILERDEFAULTOPTFLAGS is set in com_GCC_defs.mkTor Lillqvist
2012-03-21Further hacks: include rdb and component files in .app, pass more -env paramsTor Lillqvist
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-03-21Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist