summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza2012-09-262-8/+0
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-2527-60/+60
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-1910-18/+21
* fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2012-09-171-3/+2
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-146-20/+20
* fdo#37529 clear DataColumns read-only information when we clear DataColumnsLionel Elie Mamane2012-09-131-0/+3
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-061-2/+2
* remove some obsolete boilerplate Test.javaMichael Stahl2012-09-051-55/+0
* Java cleanup, make package name match folder nameNoel Grandin2012-09-051-1/+1
* Some clean up of previous commitStephan Bergmann2012-09-052-3/+3
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-052-4/+6
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-036-20/+25
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-031-8/+6
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-033-14/+11
* fdo#53557: use metadata's idea of column count to allocate a rowLionel Elie Mamane2012-08-311-2/+3
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-3133-53/+12
* -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+1
* fdo#53887 convert filter value as LIKE pattern only on (NOT) LIKELionel Elie Mamane2012-08-301-2/+6
* fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane2012-08-302-33/+2
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-281-3/+1
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-1/+2
* fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin2012-08-271-4/+2
* fdo#46480 do not double-escape (e.g. date) literals as stringsLionel Elie Mamane2012-08-211-1/+1
* m_nEndPos==m_nStartPos is OK: empty window (for example, empty table)Lionel Elie Mamane2012-08-211-1/+1
* add more runtime deps on resource files for unit-testsMatúš Kukan2012-08-211-5/+0
* gbuild: register all jarsMichael Stahl2012-08-172-11/+11
* Moved method declaration in class definitionPhilipp Riemer2012-08-141-2/+2
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-143-33/+33
* removed commented out callsPhilipp Riemer2012-08-132-3/+0
* formatted a missed comment into doxygen stylePhilipp Riemer2012-08-121-6/+11
* change indentationPhilipp Riemer2012-08-127-87/+85
* align code pieces to surrounding lines/stylePhilipp Riemer2012-08-1210-35/+34
* Reformatted existing commentsPhilipp Riemer2012-08-123-8/+9
* Removed ascii art + added/removed blank linesPhilipp Riemer2012-08-1214-54/+31
* convert comments into doxygen style + reformat some existing onesPhilipp Riemer2012-08-1210-133/+139
* fdo#39468: Translate German comments in dbaccess/source/ui/incPhilipp Riemer2012-08-122-3/+4
* fdo#39468: Translate German comments in dbaccess/source/ui/incDaniel Herde2012-08-1214-75/+84
* fdo#39468: Translate German comments in dbaccess/Philipp Riemer2012-08-104-5/+5
* cleaned-up commentsPhilipp Riemer2012-08-107-209/+53
* gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan2012-08-101-3/+1
* translated the german comments in a bunch of source files in dbaccess/sourceDaniel Herde2012-08-097-37/+36
* STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2012-08-081-0/+1
* Remove unused macrosThomas Arnhold2012-08-052-33/+0
* nPos is 1-based, so allowed to be equal to row countLionel Elie Mamane2012-08-021-1/+1
* Typo ressource -> resourceStephan Bergmann2012-07-304-13/+13
* Partially revert "Remove unused defines"Thomas Arnhold2012-07-291-1/+1
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-181-1/+0
* removed unused forward declarations of classTakeshi Abe2012-07-172-4/+0
* fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane2012-07-172-40/+44
* Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara2012-07-151-1/+1