summaryrefslogtreecommitdiffstats
path: root/framework/source
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-012-2/+6
* Use comphelper::getComponentContextStephan Bergmann2012-09-2910-60/+27
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-1/+1
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-9/+9
* 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-142-5/+5
* 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
* 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-052-5/+5
* Quick and dirty adaption of ModuleManager to WeakImplHelperStephan Bergmann2012-09-051-34/+49
* Missing 1 include and 2 usingJulien Nabet2012-09-031-0/+3
* More places that require a prefixed "system"Stephan Bergmann2012-09-031-2/+2
* fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin2012-09-031-5/+3
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-031-2/+2
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-2/+1
* fdo#36149: Do not display error dialogs while showing a menuStephan Bergmann2012-08-281-0/+37
* Missing using com::sun::star::frame::DispatchHelperStephan Bergmann2012-08-281-0/+1
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-1/+3
* fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin2012-08-271-3/+2
* kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan2012-08-243-584/+0
* Fix off-by-one drawing problems of the bottom docking area.Jan Holesovsky2012-08-231-2/+2
* remove menubar post processing of SID_PASTESPECIAL state to always enabledNoel Power2012-08-161-2/+1
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-168-18/+7
* -Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann2012-08-161-1/+1
* sync cell context menu & edit menu 'PasteSpecial' entries for calc fdo#46250Noel Power2012-08-141-1/+3
* Remove unused local varsJulien Nabet2012-08-111-1/+0
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-101-2/+3
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0889-721/+5
* remove include comments and boxesThomas Arnhold2012-08-08159-1376/+2
* remove bogus date informationThomas Arnhold2012-08-077-82/+0
* fdo#46193 MessBox was made copyableZolnai Tamás2012-08-071-1/+1
* Typo ressource -> resourceStephan Bergmann2012-07-309-14/+14
* Fix excessive indentation.Kohei Yoshida2012-07-271-531/+531
* Remove unnecessary fluffy comment partitions.Kohei Yoshida2012-07-271-53/+3
* Unused methods.Kohei Yoshida2012-07-242-59/+0
* It makes no sense to make these methods virtual.Kohei Yoshida2012-07-242-16/+8
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-181-1/+0
* the unknwon typo is surprisingly popularLuboš Luňák2012-07-162-3/+3
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-165-10/+10
* These methods can be constJulien Nabet2012-07-152-10/+10
* fix breaker introduced by 0fcd1a73f0e1ec564f3c6da1ccd890183d3c18dbBjoern Michaelsen2012-07-141-1/+2
* Revert "Some cppcheck cleaning"Bjoern Michaelsen2012-07-142-10/+10
* Simplify code and correct the erroneous length parameter for "macro:///" and ...Christophe JAILLET2012-07-141-8/+8
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-3/+0
* Revert "attempt fix of hang on base close, due to solarmutex deadlock on join"Michael Stahl2012-07-091-9/+2
* Handle attachFrame on disposed object gracefullyStephan Bergmann2012-07-091-3/+1