summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-16avoid running autogen.sh when trying to clean or distcleanNorbert Thiebaud1-0/+4
2011-11-16add utility script and build_env to avoid sourcing Env.Host.shNorbert Thiebaud6-3/+74
2011-11-16add a semaphore-file to allow for location of the root of the core repoNorbert Thiebaud1-0/+0
2011-11-16Fix slideshow crasherThorsten Behrens1-1/+4
2011-11-16Related: i#113308 null pointer check for the unit testMiklos Vajna1-1/+2
2011-11-16Fix variable name in make_installerThorsten Behrens1-1/+1
2011-11-16Related i#113308: fix import of RTF table rows having no cellsMiklos Vajna1-2/+3
2011-11-16Hide Navigation toolbar until neededTim Hardeck3-4/+33
2011-11-16libexttextcat: conflict in 69b04c22986b03c675cf4925f76721190aa5ba82Michael Stahl1-3/+1
2011-11-16Reduce what we build here for non-DESKTOP OSesTor Lillqvist1-9/+14
2011-11-16What we want is the "filter" function, not "firstword"Tor Lillqvist1-4/+4
2011-11-16WaE: Unused parameterTor Lillqvist1-0/+1
2011-11-16Fix libexttextcat build for AndroidTor Lillqvist2-0/+22
2011-11-16Further Android work, now most sal cppunit tests seem to runTor Lillqvist7-83/+128
2011-11-15Unused method.Kohei Yoshida2-13/+0
2011-11-15Let's not use macro for this sort of stuff.Kohei Yoshida1-35/+47
2011-11-15Cleaned up ScDocShell a bit.Kohei Yoshida6-61/+50
2011-11-15sal_Bool to bool.Kohei Yoshida2-8/+8
2011-11-15Fixed soft re-calc.Kohei Yoshida1-1/+1
2011-11-15Fixed hard re-calc. Manual re-calc still not working yet.Kohei Yoshida1-1/+1
2011-11-15Reset formula cell's changed flag only for those within visible range.Kohei Yoshida8-21/+10
2011-11-15Reduce scoping.Kohei Yoshida1-76/+76
2011-11-15Make these two methods non-inline.Kohei Yoshida2-2/+12
2011-11-15fdo#42865: sdext: no mapfileMichael Stahl4-7/+7
2011-11-15fdo#42865: connectivity: mozab: no mapfileMichael Stahl2-10/+2
2011-11-15fdo#42865: shell: no mapfileMichael Stahl4-8/+6
2011-11-15fdo#42865: libcmis,ucpcmis: no mapfileMichael Stahl2-2/+4
2011-11-15fdo#42865: libexttextcat,lingucomponent: no mapfileMichael Stahl3-3/+16
2011-11-15fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl9-91/+14
2011-11-15.gitignore: do not ignore *.patchMichael Stahl1-1/+0
2011-11-15OConnection: WaE unused variableMichael Stahl1-0/+1
2011-11-15Parse it as a single address.Kohei Yoshida1-3/+2
2011-11-15Fixed the ref button for "copy results to" not starting the ref mode.Kohei Yoshida2-2/+2
2011-11-15Use size_t and remove static_cast'ing.Kohei Yoshida2-10/+10
2011-11-15More cleanups.Kohei Yoshida1-13/+15
2011-11-15Use the range parser instead of local string parsing.Kohei Yoshida1-7/+3
2011-11-15More cleanups.Kohei Yoshida2-15/+12
2011-11-15Reduce scoping level by early bailout.Kohei Yoshida1-41/+42
2011-11-15Store header position this way.Kohei Yoshida2-19/+33
2011-11-15Use map and avoid MAXCOLCOUNT-sized array.Kohei Yoshida2-20/+22
2011-11-15Do not erroneously clean other modules' component files in CppunitTest.mk.Stephan Bergmann1-3/+0
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann30-722/+624
2011-11-15fix build error, remove still referenced (indirectly ) imagesNoel Power1-3/+0
2011-11-15remove unused SV_ICON_ID_HTML_DOCUMENT entriesNoel Power2-26/+0
2011-11-15FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix47-52/+0
2011-11-15Address data source ordering x#62860 (part 2)Michael Meeks1-1/+1
2011-11-15 Address data source ordering x#62860Michael Meeks1-1/+1
2011-11-15Remove some unused headersJoseph Powers3-381/+0
2011-11-15Remove some unused Precompiled Header logicJoseph Powers6-1659/+0
2011-11-16replaced String in SfxPickList with rtl::OUStringTakeshi Abe11-38/+37