summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22missing headerCaolán McNamara1-0/+1
Change-Id: I84aebf0e107add76dfb293b3a34a30705fd0b3a6
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl2-3/+3
Change-Id: If59d7c75c89a102a573738d15d8593cb8ac5c486
2013-10-21remove uses of COMPARE_*Caolán McNamara1-4/+4
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
2013-10-20drop unnecessary tools/string includesCaolán McNamara25-25/+1
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza5-7/+0
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza5-27/+11
to use cppu::supportsService and other pieces. Change-Id: I16893b3d31a8055acd214ff23d01e63d38fe0826 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-16make sure value passed to updateBoolean is treated as a booleanLionel Elie Mamane1-1/+1
Change-Id: I69549fd8ab95cf92ccb06fd9aed1b9dba2935d7d
2013-10-16when reading a bool from a database, treat is as a boolLionel Elie Mamane1-1/+2
This in particular allows recognition of strings "true" and "false". Change-Id: I590a5357206e4fb0b92b78b8ee4655e445e6f152
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky1-3/+3
Will be .uno:PrintPagePreview going forward. Change-Id: Ie5a35467917a54a60dab9eaacf0690c9df27e6f6
2013-10-16CID#1000838 Fix overrides' exception specificationsStephan Bergmann1-4/+4
Includes also fixes for CID#1000839 CID#1000840 CID#1000841 Change-Id: I4c7d0bbaec59357af722353bdf947f5629dde1b0
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist2-32/+20
Contains the platform-dependent on-disk line separator ("\r\n" for Windows, "\n" otherwise, and yes, I assume an ASCII-based world). Use it instead of static constant char array fields, with ifdeffed initialisations, in various classes here and there. Change-Id: Ibea1f2cc1acfb8cc067c3892a41f73bf44f2c78a
2013-10-12Test _WIN32 instead of UNX as it is Win32 that's different hereTor Lillqvist1-3/+3
Change-Id: I05e93ef13523a4729c46c9dbf36657d7288c62e6
2013-10-11CID#1103679 calm coverity re invalid iteratorsCaolán McNamara1-2/+1
Change-Id: Iad07aa59c6016752ec9467945d737380d214c3c0
2013-10-10CID#1103666 check for NULLCaolán McNamara1-2/+2
Change-Id: Idb8cf3c80422d38c271dc2cc8176ff231cf64025
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann1-1/+0
...and clean up some includes. Change-Id: Ia5843cd38f967722d7173a6c87fba26064e3ffd6
2013-10-07html export: 4.0 needs type attribute for style tagThomas Arnhold1-1/+2
Change-Id: Iaa076f639a4da564945385ee616d346c4f0d0889
2013-10-07html export: use only HTML 4.0 for exportThomas Arnhold1-1/+1
Change-Id: I36d8ddf7b8b38e27686c6cc51ef2a676394f97fb
2013-10-04Initial fix for fdo#69915Jesús Corrius1-0/+6
Change-Id: Id673eb7a55aefb35ff8ab612f926bfd115129ab4
2013-10-03HSQLDB unit test doesn't depend on firebird.Andrzej J.R. Hunt1-1/+0
Change-Id: I393381984eded19bcd0712c824e4ec0798e60321
2013-10-02Spell "indices" correctlyTor Lillqvist1-6/+6
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
2013-10-02janitorial: more const, commentsLionel Elie Mamane1-6/+13
Change-Id: I5366840ab67fdf89575e890a0d97602b8e78f71a
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
Change-Id: I9379b66c8ad5bffeebd60a2d38fe466b6856e613
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
Change-Id: I1f3b4c25176db53fc3b827e9514ff497a33f419c
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
Change-Id: I62dbc62446dbdcb25c7a221d88f59862333e5a4d
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
Change-Id: I805b898faaae631d047ec82e7139c6d6ccaea3b1
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
Change-Id: I0d587538c3bee7ad71acb2272c7f85f5f7454158
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann5-5/+5
(avoids warnings about std::auto_ptr ctor being deprecated) Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
2013-10-02remove some UniString::GetBufferCaolán McNamara1-1/+1
Change-Id: I808026a6f593b0251ee107d27e7ca12d55b2d0a0
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan2-4/+0
..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-01convert more of dbaccess from String to OUStringNoel Grandin22-226/+224
seemed to have missed this the first time around Change-Id: I8b7b78c95c576b178e3e181c7589da81e5189ee3
2013-10-01convert dbaccess module from String to OUStringNoel Grandin132-825/+825
Change-Id: I110c925f8d955dfd841cdd1092c13df4d8205393
2013-09-30Revert "Disable HSQLDB unit test for now."Andrzej J.R. Hunt1-5/+5
This reverts commit d4a41ab30c805e647c30a3cf10d43e7a15e07cba. This test failed once on one windows TB, but seems to run on my local machine. Reenabling to verify whether all TBs fail or if this is limited to one machine. Change-Id: I40c121833eaef091aaa9cc4a80fefb88fde2cc5f
2013-09-27Disable HSQLDB unit test for now.Andrzej J.R. Hunt1-5/+5
Will require some debugging to make work on Windows. Change-Id: I264e6cdb93c5b9ea89f2a80b332df4e9c879f1d1
2013-09-27Add normal (non PreparedStatement) insert test.Andrzej J.R. Hunt1-14/+100
Change-Id: I0f6220917d8a9e8ecce30acbabf8386e73372ed3
2013-09-27Refactor performance test.Andrzej J.R. Hunt1-88/+99
This is to allow for comparing the use of Prepared/Normal statements. Change-Id: I6e120892f1c66f8b1c59bda309e88b2b7f39d230
2013-09-27Implement firebird/hsqldb performance comparison test.Andrzej J.R. Hunt3-0/+365
Change-Id: Iaf28b0fcb04ee713ccae6a593e56653eac6e2eba
2013-09-27Make our_sFilePath protected to allow reuse.Andrzej J.R. Hunt1-3/+3
Change-Id: Id760cfd196bb25aa1d982efa0b2b47211680c77e
2013-09-27Implement hsqldb loading test.Andrzej J.R. Hunt4-0/+136
Change-Id: I7dc6390b1061585054d1fa435414cae245122a1c
2013-09-27Silence some (irrelevant) exceptions in firebird unit test.Andrzej J.R. Hunt1-0/+2
Change-Id: I0639b2c69f5f111e37e5566bf4cbea6719de8789
2013-09-27getURLFromWorkdir should actually return a URLStephan Bergmann1-1/+1
Change-Id: Id6d67f820226da15d90b95aa047767926583cc2e
2013-09-27raah... getURLFromWorkdir does not put the URL schemeLionel Elie Mamane1-3/+1
Change-Id: I62162230b313c66872ef1b3e8b18070126169aa1
2013-09-27get workdir URL directlyLionel Elie Mamane1-1/+1
as opposed to buggily trying to build it ourselves from the path Change-Id: Ibf44fac809a9cf12bc654a5a2f8ac8f00866b1a3
2013-09-27a dependency started requiring boost...Lionel Elie Mamane1-0/+4
Change-Id: Ifd32f99f4ab1df1625464c2f269bc85f7283783f
2013-09-27unittest for fdo#67685Lionel Elie Mamane4-0/+267
Change-Id: I44500717109a026d7c71e6494daacbea1f224263
2013-09-26typo fixes in commentsAndras Timar4-6/+6
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-25drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara3-6/+0
Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara10-31/+33
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-19remove dead definitionsNoel Grandin1-1/+0
Change-Id: I69d2df6cb0a7f994339972a23a913938307e5791