summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* ditch SYNCHRONIZED_START/ENDCaolán McNamara2012-10-253-58/+33
* fdo#46808, use service constructor for frame::GlobalEventBroadcasterNoel Grandin2012-10-243-4/+5
* Related fdo#46808: Improve previous commit slightlyStephan Bergmann2012-10-241-1/+1
* fdo#46808, use service constructor for frame::DispatchHelperNoel Grandin2012-10-245-18/+10
* Related fdo#46808: Improve previous commit slightlyStephan Bergmann2012-10-241-1/+1
* inline a #define that it only used in one cxx fileNoel Grandin2012-10-242-2/+1
* remove unused #defineNoel Grandin2012-10-241-1/+0
* fdo#46808, use service constructor for system::SystemShellExecuteNoel Grandin2012-10-245-40/+34
* remove unused #defineNoel Grandin2012-10-241-1/+0
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-2415-101/+80
* fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2012-10-2411-48/+50
* Related fdo#46808: Improve previous commit slightlyStephan Bergmann2012-10-234-10/+6
* fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin2012-10-2340-158/+132
* fdo#46808, use service constructor for xml::sax::WriterNoel Grandin2012-10-2312-87/+43
* fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin2012-10-232-16/+63
* loplugin: various warningsCaolán McNamara2012-10-221-21/+14
* loplugin: misleading else if indentCaolán McNamara2012-10-211-8/+4
* loplugin: fix some indents and unused OUStringsCaolán McNamara2012-10-141-2/+1
* loplugin: what is it with the weird-ass else placement in frameworkCaolán McNamara2012-10-131-17/+10
* loplugin: bad else if placementCaolán McNamara2012-10-121-4/+2
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-1/+1
* loplugin: unused StringsCaolán McNamara2012-10-122-4/+3
* loplugin: more unused OUString and misleading indentationCaolán McNamara2012-10-112-6/+3
* loplugin: more unused OUStrings and so forthCaolán McNamara2012-10-111-4/+0
* loplugin: misleading alignment of else ifCaolán McNamara2012-10-111-70/+49
* loplugin: misleading indentCaolán McNamara2012-10-112-15/+9
* loplugin: unused O[U]Strings and misleading else placementCaolán McNamara2012-10-101-17/+27
* loplugin: unused O[U]StringsCaolán McNamara2012-10-101-7/+5
* cppcheck: unreadVariable.jailletc362012-10-061-2/+0
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-0414-33/+39
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-012-2/+6
* Use comphelper::getComponentContextStephan Bergmann2012-09-2911-65/+30
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-286-12/+0
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+1
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-281-1/+4
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-286-6/+12
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-285-0/+5
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-1/+1
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-253-11/+11
* fdo#41440, fdo#50296: start center: force black text colorIvan Timofeev2012-09-221-4/+22
* fdo#34392: request button size after vcl has updated its settingsIvan Timofeev2012-09-222-9/+19
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-1922-60/+51
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-144-8/+7
* Unused #includesStephan Bergmann2012-09-121-1/+0
* Disable the experimental orcus-based csv filter for now.Kohei Yoshida2012-09-071-0/+8
* First cut on integrating liborcus into libreoffice tree....Kohei Yoshida2012-09-071-4/+46
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-0615-120/+0
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-061-2/+2
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-053-10/+11
* Quick and dirty adaption of ModuleManager to WeakImplHelperStephan Bergmann2012-09-052-56/+92