summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann4-8/+7
2012-09-12Unused #includesStephan Bergmann1-1/+0
2012-09-07Disable the experimental orcus-based csv filter for now.Kohei Yoshida1-0/+8
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida1-4/+46
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin15-120/+0
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl1-2/+2
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin3-10/+11
2012-09-05Quick and dirty adaption of ModuleManager to WeakImplHelperStephan Bergmann2-56/+92
2012-09-03Missing 1 include and 2 usingJulien Nabet1-0/+3
2012-09-03More places that require a prefixed "system"Stephan Bergmann1-2/+2
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-5/+3
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin1-2/+2
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-2/+1
2012-08-28fdo#36149: Do not display error dialogs while showing a menuStephan Bergmann1-0/+37
2012-08-28Missing using com::sun::star::frame::DispatchHelperStephan Bergmann1-0/+1
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-1/+3
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin1-3/+2
2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan7-664/+0
2012-08-23Fix off-by-one drawing problems of the bottom docking area.Jan Holesovsky1-2/+2
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-0/+4
2012-08-20Remove dead java code, fields and local variablesNoel Grandin11-446/+1
2012-08-20Java update - fix various javadoc issuesNoel Grandin4-10/+8
2012-08-17gbuild: register all jarsMichael Stahl2-10/+10
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