summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann2-12/+11
2013-05-14fdo#46808, fix call to sdb::tools::ConnectionToolsNoel Grandin1-6/+1
2013-05-14Initialise the default-constructed ConnectionToolsLionel Elie Mamane1-0/+3
2013-05-13Fix namingStephan Bergmann2-9/+9
2013-05-12Fix possible inefficient checking for variables emptinessJulien Nabet1-1/+1
2013-05-10Potty mouthChris Sherlock1-2/+2
2013-05-07connectivity: remove Package_generatedMichael Stahl2-4/+2
2013-05-07officecfg: remove Package_cppheaderMichael Stahl1-0/+4
2013-05-07dbaccess: remove Package_incMichael Stahl45-1412/+33
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-3/+3
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin4-4/+0
2013-05-01convert message box return types to an enumCaolán McNamara2-13/+13
2013-04-29fdo#63391 deadlock on opening .odb file that auto-connects to the databaseLionel Elie Mamane4-22/+63
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane1-1/+0
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane1-0/+2
2013-04-26String -> OUStringLionel Elie Mamane2-3/+3
2013-04-26Java cleanup, remove unused importsNoel Grandin1-1/+0
2013-04-25Fix compilation error when OSL_DEBUG_LEVEL > 0Tor Lillqvist1-9/+6
2013-04-25update pchThomas Arnhold1-0/+1
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna40-732/+327
2013-04-25add missing deps on sqlbison.hxxDavid Tardon1-1/+2
2013-04-25fdo#46808, Convert form::ControlFontDialog to new styleNoel Grandin1-17/+3
2013-04-24gbuild: drop empty use_packages callsDavid Tardon3-9/+0
2013-04-24gbuild: drop uses of removed packagesDavid Tardon5-8/+0
2013-04-23Access Query Properties Dialog from toolbar tooZolnai Tamás1-0/+1
2013-04-23fdo#46808, convert svx::DbGridControl to XComponentContextNoel Grandin3-18/+16
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks15-335/+60
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-1/+1
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin2-4/+4
2013-04-17Update pchAurimas Fišeras1-1/+1
2013-04-16merge duplicated CreateFontDescriptor methodsCaolán McNamara4-86/+4
2013-04-15FontWeigth->FontWeightCaolán McNamara1-1/+1
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold4-5/+5
2013-04-15fdo#60724 correct spellingThomas Arnhold2-2/+2
2013-04-15fdo#60724 informations -> informationThomas Arnhold2-2/+2
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon8-51/+136
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
2013-04-09WaE: unused variable 'insert_result'Tor Lillqvist1-0/+1
2013-04-08The library we want is called dbulo, not dbauiTor Lillqvist1-2/+2
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin5-35/+30
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin4-11/+29
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin3-11/+8
2013-04-08fdo#46808, convert sdb::tools::ConnectionTools to new styleNoel Grandin1-3/+2
2013-04-07fix typosPhilipp Riemer1-2/+2
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák3-12/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák380-3276/+3276
2013-04-05new module i18nlangtagEike Rathke6-6/+6
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee1-1/+1