summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* German comment translationsMarkus Maier2012-11-2524-204/+197
* some i18n wrappers with LanguageTagEike Rathke2012-11-238-12/+12
* AllSettings with LanguageTagEike Rathke2012-11-228-7/+8
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-1/+1
|\
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-1172-517/+552
| |\
| * \ Merge branch 'master' into feature/killsdfAndras Timar2012-10-1351-153/+138
| |\ \
| * | | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| * | | re-base on ALv2 code.Michael Meeks2012-10-018-162/+105
| * | | fs34b: #i117552# check if query before call getByName in every caseOcke Janssen [oj]2012-10-011-3/+4
| * | | fs34b: after the test, close all documents opened during the testFrank Schoenheit [fs]2012-10-011-2/+7
| * | | gbuild: invert handling of standard system libraries:Michael Stahl2012-10-017-14/+0
| * | | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-10-011-1/+1
| * | | gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-017-7/+14
| * | | gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-017-0/+7
* | | | use LanguageTagEike Rathke2012-11-171-5/+2
* | | | Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-1615-2/+16
* | | | Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida2012-11-151-2/+2
* | | | Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2012-11-154-6/+4
* | | | ensure translations are built before using themDavid Tardon2012-11-151-1/+4
* | | | fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-152-6/+4
* | | | convert extension dialog to .uiCaolán McNamara2012-11-131-1/+1
| |_|/ |/| |
* | | Fix the scope of the variable 'pApprove' can be reducedJulien Nabet2012-11-111-2/+1
* | | fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin2012-11-0511-30/+28
* | | fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin2012-11-051-1/+1
* | | include stl headers for used featuresLionel Elie Mamane2012-11-021-0/+1
* | | Columns should know their tableLionel Elie Mamane2012-11-022-14/+30
* | | Don't abort when column has no (Catalog|Schema|Table)NameLionel Elie Mamane2012-11-021-3/+6
* | | optimisation: take ref to OUString instead of constructing temp objectLionel Elie Mamane2012-11-022-2/+2
* | | CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat2012-10-315-0/+10
* | | CMIS: added CheckOut in the File menuCédric Bosdonnat2012-10-315-0/+5
* | | Properly spell out "dbaccess"Stephan Bergmann2012-10-302-9/+9
* | | Use SvTreeListEntries to store child entries.Kohei Yoshida2012-10-295-18/+18
* | | fix some VS 2010 specific issuesDavid Ostrovsky2012-10-284-5/+10
* | | XubString->OUStringCaolán McNamara2012-10-256-7/+7
* | | fdo#46808, use service constructor for frame::GlobalEventBroadcasterNoel Grandin2012-10-241-3/+3
* | | fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin2012-10-232-2/+2
* | | fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin2012-10-232-9/+2
* | | Make SvTreeEntryList private to svtools.Kohei Yoshida2012-10-232-22/+24
* | | fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-222-5/+6
* | | Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2012-10-198-12/+12
* | | Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-1940-393/+393
* | | Remove direct reference to SvListEntry outside svtools.Kohei Yoshida2012-10-192-6/+8
* | | Remove direct reference to SvTreeList outside svtools.Kohei Yoshida2012-10-191-3/+3
| |/ |/|
* | mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-1/+1
* | Prevent infinite recursion during make check.Kohei Yoshida2012-10-111-1/+1
* | Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-1115-18/+17
* | add missing dep on svl/solar.hrcDavid Tardon2012-10-101-1/+2
* | Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-072-1/+5
* | fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-042-16/+12
* | Fixes/improvements on previous commitStephan Bergmann2012-10-0415-44/+32