summaryrefslogtreecommitdiffstats
path: root/sfx2/qa
Commit message (Expand)AuthorAgeFilesLines
* Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot2012-01-101-19/+19
* catch exception by constant referenceTakeshi Abe2011-12-261-2/+2
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-2/+4
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-2/+2
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-121-1/+8
* resyncing to masterBjoern Michaelsen2011-07-211-34/+0
|\
| * remove old-school makefile.mk and version.mapCaolán McNamara2011-07-062-104/+0
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-1921-43/+9
|\|
| * fdo#35663: be more explicit on assertsBjoern Michaelsen2011-05-231-0/+1
| * drop bogus executable flag from odf filesFrancisco Saito2011-03-293-0/+0
| * drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-291-0/+0
| * Remove commented code in libs-core/sfx2Xisco Fauli2011-03-282-37/+0
| * Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-0/+48
| |\
| * \ Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-1241-1423/+3744
| |\ \
| * | | Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-7/+0
| * | | Removing the ext_std masterpieceFridrich Štrba2011-02-091-2/+0
| * | | Clean up makefilesThomas Arnhold2011-02-011-1/+1
| * | | tidy this a bitCaolán McNamara2010-11-281-7/+3
| * | | TL_CONSTASCII_USTRINGPARAM in libs core 32Gert Faller2010-11-211-6/+6
| * | | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+2
| * | | #i113503# cppunit stl wrapper headersCaolán McNamara2010-10-062-0/+9
* | | | meged from outgoing [hg:e7087a952a92]Henning Brinkmann2011-06-172-134/+0
* | | | gnumake4: sfx2: remove obsolete dmakefile [hg:4650ee5afca0]Michael Stahl2011-06-171-84/+0
| |_|/ |/| |
* | | CWS-TOOLING: integrate CWS impress195Ivo Hinkelmann2011-02-282-0/+134
|\ \ \ | |_|/ |/| |
* | | gnumake3: adjust sfx2 complex tests to m99 changesMichael Stahl2011-02-041-1/+1
* | | CWS gnumake3: resync to m99Mathias Bauer2011-02-0326-184/+2581
|\ \ \
| * \ \ Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapiFrank Schoenheit [fs]2011-01-072-0/+134
| |\ \ \
| | * | | undoapi: merge after pulling CWS sb135Frank Schoenheit [fs]2011-01-062-0/+134
| | |\| |
| * | | | undoapi: now that the Writer supports the XUndoManager, too, we can remove th...Frank Schoenheit [fs]2011-01-051-23/+6
| * | | | undoapi: fix UndoManager test for m96, by disabling a test which uses current...Frank Schoenheit [fs]2011-01-052-8/+11
| |/ / /
| * | | undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A...Frank Schoenheit [fs]2010-12-232-134/+0
| |\ \ \
| * | | | undoapi: #i115383#: enable writer undo testMichael Stahl2010-12-152-1/+2
| * | | | undoapi: need only OOoRunnerLight, not OOoRunnerFrank Schoenheit [fs]2010-12-071-1/+1
| * | | | undoapi: now that XEmbeddedObject.doVerb actually works, use it for chart act...Frank Schoenheit [fs]2010-12-031-47/+2
| * | | | undoapi: clear the redo stack when leaving an Undo context resp. list action,...Frank Schoenheit [fs]2010-12-011-5/+14
| * | | | undoapi: disable failing test (complex.sfx2.GlobalEventBroadcaster) for now. ...Frank Schoenheit [fs]2010-11-191-1/+3
| * | | | undoapi: committed fixed for #i115639#, which has been applied as master fix ...Frank Schoenheit [fs]2010-11-181-0/+5
| * | | | undoapi: doVerb does not work, currently ... but leave it here, commented out...Frank Schoenheit [fs]2010-11-171-1/+6
| * | | | undoapi: updated the Chart test backendFrank Schoenheit [fs]2010-11-162-33/+81
| * | | | undoapi: derive XUndoManager from XChild, to allow convenient access to the d...Frank Schoenheit [fs]2010-11-161-7/+9
| * | | | undoapi: step 2.1 of the migration of css.chart2.XUndoManager to css.documen...Frank Schoenheit [fs]2010-11-154-32/+328
| * | | | undoapi: added test for request serialization: parallel undo requests should ...Frank Schoenheit [fs]2010-11-151-0/+86
| * | | | undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated ...Frank Schoenheit [fs]2010-11-121-0/+3
| * | | | undoapi: step 1 of the migration of css.chart2.XUndoManager to css.document.X...Frank Schoenheit [fs]2010-11-091-2/+0
| * | | | undoapi: added tests for OOo's auto-closing of Undo contexts after executing ...Frank Schoenheit [fs]2010-11-041-119/+530
| * | | | undoapi: allow retrieving the count/comments of Undo/Redo actions both on the...Frank Schoenheit [fs]2010-11-021-8/+67
| * | | | undoapi: outsourced locking functionality into a dedicated interfaceFrank Schoenheit [fs]2010-10-271-1/+1
| * | | | undoapi: detailed the error handlingFrank Schoenheit [fs]2010-10-271-37/+152
| * | | | undoapi: renamings, API docsFrank Schoenheit [fs]2010-10-251-9/+9
| * | | | undoapi: implementation/tests for hidden Undo contextsFrank Schoenheit [fs]2010-10-252-3/+95