summaryrefslogtreecommitdiff
path: root/forms/source
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-3/+2
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin1-21/+25
2012-12-20rhbz#782736 use right device for converting sizeDavid Tardon1-1/+1
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin1-14/+3
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin7-24/+19
2012-11-30Include <iterator>Fridrich Štrba1-0/+1
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-1/+1
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin1-3/+3
2012-11-27Fix --enable-dbgutil buildStephan Bergmann1-1/+1
2012-11-27re-factor lifecycle issues in FormattedFieldWrapper.Michael Meeks2-104/+92
2012-11-27re-base on ALv2 code. Includes:Michael Meeks110-2492/+1556
2012-11-27Revert "sb140: #i114718# avoid references to object across XAggregation::setD...Michael Meeks2-76/+97
2012-11-27correct free slot count.Michael Meeks1-2/+0
2012-11-27fs34b: #i117507# serialize_node: do not reach out into the implementationFrank Schoenheit [fs]3-51/+80
2012-11-27fs34b: added some diagnostics, so next time a bug like #i117507# happensFrank Schoenheit [fs]1-22/+32
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-1/+0
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+1
2012-11-22AllSettings with LanguageTagEike Rathke4-4/+4
2012-11-17use LanguageTagEike Rathke1-4/+4
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+2
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-3/+4
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-2/+2
2012-10-23fdo#46808, fix up some NumberFormatter createInstance calls I missedNoel Grandin1-1/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák5-21/+21
2012-10-04Fixes/improvements on previous commitStephan Bergmann2-4/+4
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin4-12/+12
2012-10-02Use prefixTor Lillqvist1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini3-4/+5
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud10-22/+22
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann5-11/+10
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann3-3/+3
2012-09-12targetted VBA re-work.Noel Power1-8/+1
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl1-2/+2
2012-09-05Some clean up of previous commitStephan Bergmann2-4/+4
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin4-15/+18
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-3/+3
2012-09-03Some clean up of previous commitStephan Bergmann4-10/+7
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin3-6/+7
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin3-12/+10
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin1-1/+3
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-2/+3
2012-08-30fix C++ warning declaration shadows member of thisLionel Elie Mamane1-2/+2
2012-08-30fix C++ warning: declaration shadows member of thisLionel Elie Mamane1-2/+2
2012-08-30Unused member typedef shadowed by function parametersStephan Bergmann1-3/+0
2012-08-30Make impl_doActionInSQLContext_throw more typesafeLionel Elie Mamane2-49/+42
2012-08-30fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane1-17/+1
2012-08-27fdo#46808, Shiny UNO, More use factory to create XSimpleFileAccess instancesNoel Grandin1-6/+5
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim3-6/+6
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2