summaryrefslogtreecommitdiff
path: root/forms/source/misc
AgeCommit message (Expand)AuthorFilesLines
2014-11-05new loplugin: use more efficient find() methodsNoel Grandin1-3/+2
2014-10-02fdo#39468 Make forms/ German comments cleanPhilipp Weissenbacher2-18/+18
2014-08-25Fix *_component_getFactory function typeStephan Bergmann1-2/+3
2014-07-26coverity#706541 Uncaught exceptionCaolán McNamara1-5/+8
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-06-25remove spurious com::sun::star::chaosMichael Stahl1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-05forms: remove SAL_THROW macroNoel Grandin2-2/+2
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-1/+1
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante4-18/+0
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold1-2/+2
2014-05-06forms: sal_Bool->boolNoel Grandin3-12/+12
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-0/+6
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-77/+0
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-03-10forms: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-25/+0
2014-02-26Remove visual noise from formsAlexander Wilms6-51/+51
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-35/+35
2014-02-23Remove unneccessary commentsAlexander Wilms6-100/+100
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-13/+5
2014-02-06typo fixes in commentsAndras Timar1-3/+3
2014-01-28coverity#705814 Dereference before null checkCaolán McNamara1-3/+3
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-7/+5
2013-11-11remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin1-2/+2
2013-07-27...and remove now-unnecessary commentStephan Bergmann1-2/+0
2013-07-27lcl_getFormatTable result is used non-constStephan Bergmann1-7/+7
2013-07-27Mark as const/staticTakeshi Abe1-2/+2
2013-07-04Try to fix clang tinderboxJulien Nabet1-2/+2
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-3/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin1-11/+11
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power1-1/+2
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin1-1/+4
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna2-39/+14
2013-04-22Data-aware ListBox: add SelectedValue and SelectedValues propertiesLionel Elie Mamane1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-41/+41
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-04-01Remove RTL_CONSTASCII_(U)STRING in formsChr. Rossmanith1-2/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-9/+9
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin1-14/+7
2012-11-27re-base on ALv2 code. Includes:Michael Meeks6-141/+87
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-2/+2
2012-10-02Use prefixTor Lillqvist1-1/+1
2012-09-12targetted VBA re-work.Noel Power1-8/+1