Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-07 | Reintroduce MSVC workaround | Stephan Bergmann | |
...originally introduced with 02abccf953185f266979aafd946f5b96c5d59875 but erroneously purged with 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c. | |||
2012-02-07 | WaE in debug build | Markus Mohrhard | |
2012-02-07 | fix dbgutil build | Markus Mohrhard | |
2012-02-07 | increase the sleep time of the Mozilla UI Thread | Markus Mohrhard | |
2012-02-07 | Module translations missing | Stephan Bergmann | |
2012-02-07 | adapt create-tags/create-ids to the absence of set_soenv.in | Norbert Thiebaud | |
2012-02-07 | Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector. | Noel Grandin | |
2012-02-08 | disentangled sddll.hxx vs. sdmod.hxx | Takeshi Abe | |
2012-02-07 | rtftok: use m_r prefix for C++ reference members only | Miklos Vajna | |
2012-02-07 | Have SfxItemSet::HasItem take an optional pointer-to-pointer. | Kohei Yoshida | |
To make it clear that the second argument is optional. | |||
2012-02-07 | n#192129 fix RTF import of PNG images with bogus width/height | Miklos 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-07 | make ctrl-shift-f2 change focus to the inputline fdo#40957 | Noel Power | |
2012-02-07 | oops forgot a file | Norbert Thiebaud | |
2012-02-07 | Remove 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-07 | soffice.sh is no longer generated at configure time | Stephan Bergmann | |
2012-02-07 | Freed l10ntools from tools/string; Windows redux | Stephan Bergmann | |
2012-02-07 | Resolves: rhbz#788042 skip splashscreen with --quickstart | Caolán McNamara | |
2012-02-07 | fix problem with vba Range.Copy ( for multirange ) bnc#707486 | Noel Power | |
2012-02-07 | Namespace scope fix | Stephan Bergmann | |
2012-02-07 | Freed l10ntools from tools/string | Stephan Bergmann | |
2012-02-07 | SwXText::convertToTextFrame: pSartTableNode -> pStartTableNode | Miklos Vajna | |
2012-02-07 | RtfAttributeOutput: use the new SfxItemSet::HasItem() | Miklos Vajna | |
2012-02-07 | Some configmgr usage clean up | Stephan Bergmann | |
2012-02-07 | ScAutoFormat no longer a child of ScSortedCollection. | Kohei Yoshida | |
2012-02-06 | The usual bool & string conversion. | Kohei Yoshida | |
2012-02-06 | FuncCollection no longer a child of ScSortedCollection. | Kohei Yoshida | |
2012-02-06 | have make check working again. clean-up the whole STAGE stuff | Norbert Thiebaud | |
2012-02-07 | tools: fsys: Delete unused FileStat::FileStat() | Greg Kroah-Hartman | |
2012-02-07 | tools: fsys: Delete unused FileStat::FileStat(const void *) | Greg Kroah-Hartman | |
2012-02-07 | sot: Delete FileList::GetFormat as it is no longer used | Greg Kroah-Hartman | |
2012-02-07 | tools: fsys: Delete unused DirEntry::GetDevice() | Greg Kroah-Hartman | |
2012-02-07 | In the current glib version only the main glib.h can be included directly. | Daniel Mihalyi | |
2012-02-07 | sw: undobj.cxx: deploy some asserts | Michael Stahl | |
2012-02-07 | fdo#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-07 | gdb: don't barf on non-ASCII text in SwTxtNode | Michael Stahl | |
Because the default text encoding in Python 2 is "ascii" these would throw a UnicodeEncodeError: 'ascii' codec can't encode character... | |||
2012-02-06 | Actually I didn't need this. | Kohei Yoshida | |
2012-02-06 | We don't need this macro; we can safely pass const char* as-is. | Kohei Yoshida | |
2012-02-06 | ModuleCollection no longer a child of ScSortedCollection. | Kohei Yoshida | |
2012-02-06 | Typos in method descriptions. | Kohei Yoshida | |
2012-02-06 | More on string/bool conversion. | Kohei Yoshida | |
2012-02-06 | String to rtl::OUString & reduce indent levels. | Kohei Yoshida | |
2012-02-06 | We don't use boost::shared_ptr here any more... | Kohei Yoshida | |
2012-02-06 | Use the new method. | Kohei Yoshida | |
2012-02-06 | Perhaps it will help to set the pointer to NULL when the item is not set. | Kohei Yoshida | |
2012-02-06 | I 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-06 | Moved ScTpCompat from docoptions to appoptions | Albert Thuswaldner | |
2012-02-06 | fix typo | David Tardon | |
2012-02-06 | fix typo | David Tardon | |