summaryrefslogtreecommitdiff
path: root/forms/source/component
AgeCommit message (Expand)AuthorFilesLines
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-19Delete two pass-through include files and update the file that included them.Michael Dunphy1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-6/+7
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-1/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák73-713/+713
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee1-1/+1
2013-04-01remove boilerplate commentsThomas Arnhold3-6/+3
2013-03-27fdo#39445 writing out tools/fsys.hxx (forms)Andras Timar1-11/+7
2013-03-23"atomar" is not a wordTor Lillqvist1-1/+1
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-3/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold5-7/+7
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold18-63/+63
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-5/+5
2013-03-04drop sole DBG_ASSERT only use of Application::GetFilterHdlCaolán McNamara1-1/+0
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled namespaceThomas Arnhold1-1/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold4-5/+5
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
2013-02-11fdo#46808, convert svt::GraphicAccess to XComponentContextNoel Grandin2-2/+2
2013-02-11fdo#46808, Adapt form::control::FilterControl UNO service to new styleNoel Grandin2-49/+66
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-6/+6
2013-01-09turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variablesMatúš Kukan1-2/+2
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin2-12/+12
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-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 Grandin4-6/+9
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 Meeks44-1012/+616
2012-11-27Revert "sb140: #i114718# avoid references to object across XAggregation::setD...Michael Meeks2-76/+97
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+1
2012-11-22AllSettings with LanguageTagEike Rathke2-2/+2
2012-11-17use LanguageTagEike Rathke1-4/+4
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-3/+4
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-3/+4
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud8-18/+18
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-3/+3
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2-4/+4
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-1/+1
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida2-12/+0
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida1-21/+0
2012-06-29Remove UNO includes commentsThomas Arnhold16-36/+0