summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#61564 when WrappedTargetException not in specification, do not throw it!Lionel Elie Mamane2013-03-121-2/+3
* fix handling of subqueries in query designLionel Elie Mamane2013-01-253-36/+51
* mark *all* tables of a nested join as addedLionel Elie Mamane2013-01-211-18/+33
* fdo#32958 join editor: remove empty linesLionel Elie Mamane2012-12-123-16/+57
* typo in commentLionel Elie Mamane2012-12-121-1/+1
* query design / edit join: valid only iif column names everywhereLionel Elie Mamane2012-12-121-1/+11
* be more cautious in debug modeLionel Elie Mamane2012-12-121-1/+7
* argument has no effect anymore -> removeLionel Elie Mamane2012-12-122-6/+5
* Move comment to its rightful placeLionel Elie Mamane2012-12-121-4/+4
* Don't force refresh when higher up code did not request itLionel Elie Mamane2012-12-061-11/+5
* fdo#53281 Don't cache whole row in KeySetLionel Elie Mamane2012-12-061-15/+1
* WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist2012-12-031-1/+2
* WaE: explicitly do nothing when nothing needs to be doneLionel Elie Mamane2012-12-021-6/+9
* fdo#42165 make nested joins as per strict ANSI SQLLionel Elie Mamane2012-12-022-14/+31
* Expand commentLionel Elie Mamane2012-12-021-0/+4
* janitorial: prefix increment when don't care about current valueLionel Elie Mamane2012-12-021-2/+2
* janitorial: simplify code, no behaviour changeLionel Elie Mamane2012-12-021-8/+2
* fdo##38838 UniString Removal in dbaccessRicardo Montania2012-12-014-14/+14
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-305-5/+0
* fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin2012-11-301-1/+1
* fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin2012-11-303-6/+6
* fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin2012-11-303-16/+9
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-292-0/+3
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-293-5/+8
* OUString::replaceAt() does not modify in-placeTor Lillqvist2012-11-281-2/+2
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-2/+2
* Fix various build breaks.Kohei Yoshida2012-11-282-2/+2
* fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin2012-11-285-6/+14
* fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2012-11-282-8/+8
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-281-1/+2
* fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann2012-11-274-4/+0
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-1/+0
* Typo in commentLionel Elie Mamane2012-11-261-1/+1
* fixup trailing token error.Michael Meeks2012-11-251-1/+1
* German comment translationsMarkus Maier2012-11-2524-204/+197
* some i18n wrappers with LanguageTagEike Rathke2012-11-238-12/+12
* AllSettings with LanguageTagEike Rathke2012-11-227-7/+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
* 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