summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-08Fix fdo#45117 - Alien save dialog buttons run off the edgeJosh Heidenreich
Adjusts the width of the dialog to be wider, if required.
2012-02-08support make <module>.all even for gbuild modulesNorbert Thiebaud
2012-02-08use $ENV{GNUMAKE} instead of constant 'make'Korrawit Pruegsanusak
2012-02-08Recover some methods needed by windows directxKorrawit Pruegsanusak
This partially reverts b3c3e116ff0eb9b550b73d3901395c042e31d192
2012-02-08Freed l10ntools from tools/stream.hxxStephan Bergmann
Removed completely cases of convoluted code to remove UTF-8 BOM from files or translate line endings. Hopefully none of this was actually necessary (on Windows?).
2012-02-08Missing newline at end of fileStephan Bergmann
...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
2012-02-08fdo#35669: Update the references even if nothing uses them hereCédric Bosdonnat
Merge the references with the other document even if there is no field using them as this may break the sequence and references in other parts of a master document.
2012-02-08Resolves: fdo#43644 survive registered but unavailable binfilterCaolán McNamara
2012-02-08ORowSetCache: handle case total data < m_nFetchSizeLionel Elie Mamane
As a drive-by: fillMatrix update m_nEndSize
2012-02-08changes to "tools/table.hxx to std::map conversion"Eike Rathke
* use consistent indenting with 4 spaces (instead of tabs (plus one space)) * use erase(it++) instead of erase(it); ++it to not access invalidated iterator * for First(); Remove(); Next() loops over entire Table use map::clear() at the end if it isn't in a dtor * use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of redefining, which means include zforlist.hxx now and some other forward declarations can be removed * removed inlined duplicated code of GetEntry(), implemented it in zforlist.cxx instead and made const GetFormatEntry() just call GetEntry() * removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr was only used because Table effectively had pointer size as keys. * made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use the ternary conditional operator
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin
This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.
2012-02-08Surely these are mostly *not* used during the buildTor Lillqvist
2012-02-08Add and expand more readme files for module documentationMichael Meeks
2012-02-08update unused listCaolán McNamara
2012-02-08callcatcher: update list, ByteString is on the ropesCaolán McNamara
2012-02-08add back in lost unused code filtersCaolán McNamara
2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-07Reintroduce MSVC workaroundStephan Bergmann
...originally introduced with 02abccf953185f266979aafd946f5b96c5d59875 but erroneously purged with 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c.
2012-02-07WaE in debug buildMarkus Mohrhard
2012-02-07fix dbgutil buildMarkus Mohrhard
2012-02-07increase the sleep time of the Mozilla UI ThreadMarkus Mohrhard
2012-02-07Module translations missingStephan Bergmann
2012-02-07adapt create-tags/create-ids to the absence of set_soenv.inNorbert Thiebaud
2012-02-07Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin
2012-02-08disentangled sddll.hxx vs. sdmod.hxxTakeshi Abe
2012-02-07rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
To make it clear that the second argument is optional.
2012-02-07n#192129 fix RTF import of PNG images with bogus width/heightMiklos Vajna
For example Apache FOP generates RTF output where the \picw and \pich values are even negative, SvxRTFParser::ReadBmpData() used the same trick to solve the issue.
2012-02-07make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power
2012-02-07oops forgot a fileNorbert Thiebaud
2012-02-07Remove obsolete quirk for text rotation.Thorsten Behrens
With 800806ba850c7fd03e37acb011fa993e08cb8fc8 matrix decompose returns the correct angle right away, no need to catch it here.
2012-02-07soffice.sh is no longer generated at configure timeStephan Bergmann
2012-02-07Freed l10ntools from tools/string; Windows reduxStephan Bergmann
2012-02-07Resolves: rhbz#788042 skip splashscreen with --quickstartCaolán McNamara
2012-02-07fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power
2012-02-07Namespace scope fixStephan Bergmann
2012-02-07Freed l10ntools from tools/stringStephan Bergmann
2012-02-07SwXText::convertToTextFrame: pSartTableNode -> pStartTableNodeMiklos Vajna
2012-02-07RtfAttributeOutput: use the new SfxItemSet::HasItem()Miklos Vajna
2012-02-07Some configmgr usage clean upStephan Bergmann
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06The usual bool & string conversion.Kohei Yoshida
2012-02-06FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06have make check working again. clean-up the whole STAGE stuffNorbert Thiebaud
2012-02-07tools: fsys: Delete unused FileStat::FileStat()Greg Kroah-Hartman
2012-02-07tools: fsys: Delete unused FileStat::FileStat(const void *)Greg Kroah-Hartman