summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida
2012-01-20String to rtl::OUString.Kohei Yoshida
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida
2012-01-20sal_Bool to bool.Kohei Yoshida
2012-01-20Removed unused code as listed in unusedcode.easySantiago Martinez
2012-01-20sw: tweak translationsMichael Stahl
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-20Translate German comments to EnglishPhilipp Weissenbacher
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-20filters_test needs a shitload of componentsTor Lillqvist
Ugly duplication of the list if components. Could obviously do some elegant refactoring to have each component mentioned just once. But on the other hand, this is just a temporary way to build this unit test app, no? If/when eventually gbuildifying this, the data from the gb_CppunitTest_add_components calls in the correspondig CppunitTest_FOO.mk files can be used, one hopes.
2012-01-20Replace BasicErrorManager with std::vectorAugust Sodora
2012-01-20Add a target for the stdio redirection magic commandsTor Lillqvist
2012-01-21replaced UniString by rtl::OUStringTakeshi Abe
See also d2991722b34fb597d34a3270cd4a806277c52da5
2012-01-21It does not require SwAppletImpl but only a couple of subheadersTakeshi Abe
2012-01-20Remove DECL_PTRSTACKAugust Sodora
2012-01-20Fix buildAugust Sodora
2012-01-20DECL_PTRSTACK->std::stackAugust Sodora
2012-01-20Fix file: URI syntaxTor Lillqvist
2012-01-20Actually this is unusedAugust Sodora
2012-01-20Remove unused DECL_PTRSTACKAugust Sodora
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-20SV_DECL_PTRARR->std::vectorAugust Sodora
2012-01-20SV_DECL_PTRARR->std::vectorAugust Sodora
2012-01-20android: add new desktop module, it gets to vcl init and fails.Michael Meeks
2012-01-20android: add the sdk platform-tools and tools to your path to simplifyMichael Meeks
2012-01-20android: better readme / docs.Michael Meeks
2012-01-20corrected [gu-IN] currency symbol updateEike Rathke
2012-01-20changed [gu-IN] month names and reserved words, updated currency symbolAnkitkumar Rameshchandra Patel
2012-01-20Fix spelling typoJesús Corrius
2012-01-20Fix WiLangId.vbs operationFridrich Štrba
The script needs %TEMP% to be set in order to work properly. Cygwin unsets TEMP which causes WiLangId.vbs to fail. Set the TEMP variable to $TMPDIR before we call the cscript.exe.
2012-01-20cleanup: privatise SvStream's LockFile impl. and in-line Redirector bitsMichael Meeks
2012-01-20rhbz#746174: also export list restart for non root listMichael Stahl
2012-01-20connectivity: fdo#43479: fix crash on DISTINCT:Michael Stahl
Since commit f89f2b8bf506de0cc547ad596c75cbe1a0cf1ef1, OResultSet::sortRows() works on the rows after SELECT, not on full rows. So OResultSet::OpenImpl() has to be adapted to not use the mapping from selected columns to entries rows in m_aColMapping any more; instead, use the given ORDER BY clause for sorting. But first extend the sort order to cover all columns, so it is no longer necessary to call sortRows twice (this should be legal, because SQL says the order of rows that are equal in ORDER BY columns is unspecified).
2012-01-20svl: add new test to subsequenttestsMichael Stahl
2012-01-20sw: SwAddPrinterTabPage::SetFax: fix STL conversionMichael Stahl
regression from 166053646aff23f93ad3704cde05b9bda20e171c
2012-01-20Implement osl_identicalDirectoryItem for win32Michael Meeks
2012-01-20Oops, my badFridrich Štrba
2012-01-20Fix windows build of cppuMatus Kukan
2012-01-20android: Add debugging tipsMichael Meeks
2012-01-20Add --with-android-sdk to the sample autogen.lastrunTor Lillqvist
2012-01-20Improve Android configuryTor Lillqvist
Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX.
2012-01-20Add a stop-start-cycle target to do the adb shell stop & start danceTor Lillqvist
2012-01-20It's scfiltlo, not scfiltTor Lillqvist
2012-01-20Fix my emailTor Lillqvist
2012-01-20Add the sc_filters_test unit testTor Lillqvist