Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-20 | More on String to rtl::OUString changes. | Kohei Yoshida | |
2012-01-20 | String to rtl::OUString. | Kohei Yoshida | |
2012-01-20 | Provide a version that takes rtl::OUString. | Kohei Yoshida | |
2012-01-20 | Provide a version that takes rtl::OUString. | Kohei Yoshida | |
2012-01-20 | sal_Bool to bool. | Kohei Yoshida | |
2012-01-20 | Removed unused code as listed in unusedcode.easy | Santiago Martinez | |
2012-01-20 | sw: tweak translations | Michael Stahl | |
2012-01-20 | Translate German comments | Philipp Weissenbacher | |
2012-01-20 | Translate German comments to English | Philipp Weissenbacher | |
2012-01-20 | Translate German comments | Philipp Weissenbacher | |
2012-01-20 | filters_test needs a shitload of components | Tor 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-20 | Replace BasicErrorManager with std::vector | August Sodora | |
2012-01-20 | Add a target for the stdio redirection magic commands | Tor Lillqvist | |
2012-01-21 | replaced UniString by rtl::OUString | Takeshi Abe | |
See also d2991722b34fb597d34a3270cd4a806277c52da5 | |||
2012-01-21 | It does not require SwAppletImpl but only a couple of subheaders | Takeshi Abe | |
2012-01-20 | Remove DECL_PTRSTACK | August Sodora | |
2012-01-20 | Fix build | August Sodora | |
2012-01-20 | DECL_PTRSTACK->std::stack | August Sodora | |
2012-01-20 | Fix file: URI syntax | Tor Lillqvist | |
2012-01-20 | Actually this is unused | August Sodora | |
2012-01-20 | Remove unused DECL_PTRSTACK | August Sodora | |
2012-01-20 | DECL_PTRARRAY->std::vector | August Sodora | |
2012-01-20 | DECL_PTRARRAY->std::vector | August Sodora | |
2012-01-20 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | SV_DECL_PTRARR->std::vector | August Sodora | |
2012-01-20 | SV_DECL_PTRARR->std::vector | August Sodora | |
2012-01-20 | android: add new desktop module, it gets to vcl init and fails. | Michael Meeks | |
2012-01-20 | android: add the sdk platform-tools and tools to your path to simplify | Michael Meeks | |
2012-01-20 | android: better readme / docs. | Michael Meeks | |
2012-01-20 | corrected [gu-IN] currency symbol update | Eike Rathke | |
2012-01-20 | changed [gu-IN] month names and reserved words, updated currency symbol | Ankitkumar Rameshchandra Patel | |
2012-01-20 | Fix spelling typo | Jesús Corrius | |
2012-01-20 | Fix WiLangId.vbs operation | Fridrich Š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-20 | cleanup: privatise SvStream's LockFile impl. and in-line Redirector bits | Michael Meeks | |
2012-01-20 | rhbz#746174: also export list restart for non root list | Michael Stahl | |
2012-01-20 | connectivity: 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-20 | svl: add new test to subsequenttests | Michael Stahl | |
2012-01-20 | sw: SwAddPrinterTabPage::SetFax: fix STL conversion | Michael Stahl | |
regression from 166053646aff23f93ad3704cde05b9bda20e171c | |||
2012-01-20 | Implement osl_identicalDirectoryItem for win32 | Michael Meeks | |
2012-01-20 | Oops, my bad | Fridrich Štrba | |
2012-01-20 | Fix windows build of cppu | Matus Kukan | |
2012-01-20 | android: Add debugging tips | Michael Meeks | |
2012-01-20 | Add --with-android-sdk to the sample autogen.lastrun | Tor Lillqvist | |
2012-01-20 | Improve Android configury | Tor 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-20 | Add a stop-start-cycle target to do the adb shell stop & start dance | Tor Lillqvist | |
2012-01-20 | It's scfiltlo, not scfilt | Tor Lillqvist | |
2012-01-20 | Fix my email | Tor Lillqvist | |
2012-01-20 | Add the sc_filters_test unit test | Tor Lillqvist | |