summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/unodatbr.cxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-281-1/+2
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-161-0/+1
* Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida2012-11-151-2/+2
* Use SvTreeListEntries to store child entries.Kohei Yoshida2012-10-291-6/+6
* Make SvTreeEntryList private to svtools.Kohei Yoshida2012-10-231-9/+10
* Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2012-10-191-2/+2
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-191-72/+72
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-111-1/+1
* Fixes/improvements on previous commitStephan Bergmann2012-10-041-2/+1
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-041-5/+5
* re-base on ALv2 code.Michael Meeks2012-09-291-23/+14
* fs34b: #i117552# check if query before call getByName in every caseOcke Janssen [oj]2012-09-291-3/+4
* Improvements on previous commitStephan Bergmann2012-09-271-1/+1
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-1/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-1/+1
* Remove UNO includes commentsThomas Arnhold2012-06-291-2/+0
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-131-3/+3
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-311-1/+1
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-04-241-0/+7
* removed duplicate includes in dbaccessTakeshi Abe2012-03-301-2/+0
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-1/+1
* Fix fdo#44040 VIEWING: Crash when page preview after <f4> (data sources)Julien Nabet2012-01-231-10/+8
* Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot2011-12-211-9/+9
* childs -> childrenMichael T. Whiteley2011-12-081-3/+3
* remove include of pch header in dbaccessNorbert Thiebaud2011-11-271-2/+0
* tweak ambiguities for F-15 gcc 4.6.1-9Caolán McNamara2011-09-301-3/+3
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+6
* WaE: unused variableCaolán McNamara2011-09-211-1/+1
* fix assert, names expected to be sortedCaolán McNamara2011-08-081-1/+2
* use SAL_N_ELEMENTSCaolán McNamara2011-08-081-1/+1
* revert to dbaccess gbuildization from master mostlyBjoern Michaelsen2011-07-231-5/+4
* Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-201-105/+92
|\
| * Change ScTreeEntryList to no longer depend on class List.Joseph Powers2011-06-091-2/+2
| * Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/baseJan Holesovsky2011-05-271-2/+2
| |\
| | * Revert TreeList to vector<> conversion.Joseph Powers2011-05-261-2/+2
| * | Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-271-26/+32
| |\ \ | | |/ | |/|
| | * Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky2011-04-221-26/+32
| | |\
| * | | class SvTreeEntryList is no longer dependant on class ListJoseph Powers2011-05-221-3/+2
| * | | catch by const referenceCaolán McNamara2011-04-131-10/+10
| |/ /
| * | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-10/+10
| * | Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-171-103/+245
| |\ \
| | * \ Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-091-103/+245
| | |\ \
| * | | | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-2/+2
| * | | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-2/+2
| |/ / /
| * | | Move DBG_ERROR to OSL_FAILThomas Arnhold2011-03-021-1/+1
| * | | Remove date comments in base.Guillaume Poussel2011-03-011-3/+2
| * | | fix assertionsDavid Tardon2011-02-251-8/+8
| * | | Move DBG_ERROR -> OSL_ASSERTThomas Arnhold2011-02-241-8/+8
| * | | Remove useless comments.Guillaume Poussel2011-02-081-1/+1