summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-02-07sot: Delete FileList::GetFormat as it is no longer usedGreg Kroah-Hartman
2012-02-07tools: fsys: Delete unused DirEntry::GetDevice()Greg Kroah-Hartman
2012-02-07In the current glib version only the main glib.h can be included directly.Daniel Mihalyi
2012-02-07sw: undobj.cxx: deploy some assertsMichael Stahl
2012-02-07fdo#38745: fix hilariously stupid stack guards:Michael Stahl
The UndoRedoRedlineGuards that SwUndo::{Un,Re}doWithContext wants to put on the stack aren't actually variables, so the destructor gets invoked before the function call that the guard is supposed to protect. Regression from CWS undoapi.
2012-02-07gdb: don't barf on non-ASCII text in SwTxtNodeMichael Stahl
Because the default text encoding in Python 2 is "ascii" these would throw a UnicodeEncodeError: 'ascii' codec can't encode character...
2012-02-06Actually I didn't need this.Kohei Yoshida
2012-02-06We don't need this macro; we can safely pass const char* as-is.Kohei Yoshida
2012-02-06ModuleCollection no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06Typos in method descriptions.Kohei Yoshida
2012-02-06More on string/bool conversion.Kohei Yoshida
2012-02-06String to rtl::OUString & reduce indent levels.Kohei Yoshida
2012-02-06We don't use boost::shared_ptr here any more...Kohei Yoshida
2012-02-06Use the new method.Kohei Yoshida
2012-02-06Perhaps it will help to set the pointer to NULL when the item is not set.Kohei Yoshida
2012-02-06I think it's time we had a real method for this...Kohei Yoshida
This helps eliminate dozens of IS_AVAILABLE macros scattered across Calc code. I'm sure we have other similar macros like this elsewhere.
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner
2012-02-06fix typoDavid Tardon
2012-02-06fix typoDavid Tardon