summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2012-08-16remove menubar post processing of SID_PASTESPECIAL state to always enabledNoel Power1-2/+1
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann15-30/+7
2012-08-16-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-14sync cell context menu & edit menu 'PasteSpecial' entries for calc fdo#46250Noel Power1-1/+3
2012-08-11Remove Template Manager menu entry from start center.Rafael Dominguez1-1/+0
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-08-10Remove Template Save menu entry from start center.Rafael Dominguez1-1/+0
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-2/+3
2012-08-08reduce ascii noise and useless commentsThomas Arnhold174-1420/+8
2012-08-08remove include comments and boxesThomas Arnhold324-2723/+2
2012-08-08remove some more eof noiseThomas Arnhold8-32/+0
2012-08-07remove bogus date informationThomas Arnhold17-97/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
2012-08-07Remove commented out codeThomas Arnhold1-3/+0
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-1/+1
2012-08-05Remove unused macrosThomas Arnhold2-17/+0
2012-07-31cleanup filtercachedata.hxxThomas Arnhold1-62/+0
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara4-4/+0
2012-07-30Typo ressource -> resourceStephan Bergmann13-27/+27
2012-07-27Fix excessive indentation.Kohei Yoshida1-531/+531
2012-07-27Remove unnecessary fluffy comment partitions.Kohei Yoshida1-53/+3
2012-07-26Header file without implementation. Not to mention nobody uses it.Kohei Yoshida1-382/+0
2012-07-24Unused methods.Kohei Yoshida2-59/+0
2012-07-24It makes no sense to make these methods virtual.Kohei Yoshida2-16/+8
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-1/+0
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák3-4/+4
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET5-10/+10
2012-07-15These methods can be constJulien Nabet2-10/+10
2012-07-14fix breaker introduced by 0fcd1a73f0e1ec564f3c6da1ccd890183d3c18dbBjoern Michaelsen2-1/+3
2012-07-14Revert "Some cppcheck cleaning"Bjoern Michaelsen2-10/+10
2012-07-14Simplify code and correct the erroneous length parameter for "macro:///" and ...Christophe JAILLET1-8/+8
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-3/+0
2012-07-09Revert "attempt fix of hang on base close, due to solarmutex deadlock on join"Michael Stahl2-10/+2
2012-07-09Handle attachFrame on disposed object gracefullyStephan Bergmann1-3/+1
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-2/+2
2012-07-06fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndoFrank Schoenheit [fs]1-14/+38
2012-07-06gridfixes: don't be too generous with exceptions:Frank Schoenheit [fs]4-19/+24
2012-07-06update hardcoded borders according to the new Start Center imagesIvan Timofeev1-4/+4
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez1-0/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara5-18/+13
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)1-1/+0
2012-07-02Remove unused definesThomas Arnhold2-2/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks6-24/+6
2012-07-01Remove unused definesThomas Arnhold8-126/+0
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-1/+0
2012-06-29fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl2-32/+0
2012-06-29Java5 update - use generics where it makes senseNoel Grandin12-110/+86
2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin1-2/+2
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin3-64/+62
2012-06-29re-base on ALv2 code.Michael Meeks8-161/+116