summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl59-20973/+0
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-1/+6
2011-07-07fdo#37482 selecting text box after editing gives rotation handlesLuke Symes1-1/+6
Signed-off-by: Andras Timar <atimar@suse.com>
2011-06-23Replace List with std::vector<String>.Rafael Dominguez1-11/+8
2011-06-20catch by const referenceCaolán McNamara1-1/+1
2011-05-23Remove some extra #incude <tools/pstm.hxx>Joseph Powers1-2/+1
2011-05-20adjust for return by ref instead of pointerCaolán McNamara1-1/+1
2011-05-10GDIMetaFile cleanupJoseph Powers1-5/+5
Plus trailing whitespace cleanup.
2011-04-21gbuildize sdDavid Tardon2-189/+0
2011-04-14Easy Hack remove dead code and uncompiled code in 'sd' moduleDona Hertel4-74/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito35-0/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-5/+5
Conflicts: sd/source/ui/toolpanel/TaskPaneFocusManager.cxx slideshow/source/engine/debug.cxx slideshow/source/engine/transitions/randomwipe.cxx
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky47-994/+1054
Conflicts: sd/source/ui/func/fuinsfil.cxx sd/source/ui/func/fuprobjs.cxx sd/source/ui/slideshow/slideshowimpl.cxx sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx sd/source/ui/toolpanel/ToolPanelViewShell.cxx sd/source/ui/view/drawview.cxx sd/source/ui/view/drtxtob.cxx sd/source/ui/view/outlnvsh.cxx sd/source/ui/view/outlview.cxx
2011-03-14Remove usage of deprecated container List in sd.npcdoom2-9/+17
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen47-993/+1053
2011-03-11Revert idle whitespace changesThorsten Behrens1-1/+1
Reverting all hunks that solely change whitespace, prior to performing the m101 merge from OOo.
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold5-8/+8
2011-03-01Remove unused misc.hxx and its referencesThomas Arnhold1-1/+0
2011-02-18os150: SvxFontItem member access changed to Set<member>-methodsos1-5/+5
2011-02-13Remove bogus commentsGuillaume Poussel1-1/+1
2011-02-08Remove all bogus comments in impress.Guillaume Poussel14-67/+30
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner3-4/+4
2011-01-28undoapi: pulled and merged DEV300.m98Frank Schoenheit [fs]4-44/+97
2011-01-24removetooltypes01: adjust rebase for LinuxCarsten Driesner1-1/+1
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner4-44/+97
2011-01-18early return on failed AbstractDialogCaolán McNamara1-40/+41
2011-01-18drop German version of translationCaolán McNamara1-1/+0
2011-01-18mark fall-throughTakeshi Abe1-0/+1
2011-01-17cppcheck: possible NULL pPVTakeshi Abe1-2/+2
2011-01-17removetooltypes01: #i112600# Remove tools types from sdCarsten Driesner47-956/+956
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-5/+5
2011-01-06WaE: C4805 mix of bool and BOOLCaolán McNamara1-2/+2
2011-01-05CWS-TOOLING: integrate CWS impressdefaults1Vladimir Glazunov4-44/+97
2010-12-16undoapi: merged DEV300m95Frank Schoenheit [fs]1-0/+3
2010-12-08impressdefaults1: #i112002# enter rotation mode after text edit when ↵Christian Lippka2-4/+11
rotation mode is on
2010-12-08impressdefaults1: #i112002# re enable text edit on double click with ↵Christian Lippka ORACLE1-2/+11
rotation mode on
2010-12-05Remove dead codes from sdTakeshi Abe2-8/+0
2010-12-05Removed dead code and comments from sdRobert Roth8-150/+30
2010-11-30impressdefaults1: #i113015# #i113017# new defaults for shape filling, ↵Christian Lippka ORACLE1-29/+63
outline and shadows
2010-11-29impressdefaults1: mergeChristian Lippka ORACLE3-5/+9
2010-11-20Remove empty commentsJ. Graeme Lingard1-4/+1
2010-11-15impress202: rebasingsj3-5/+9
2010-11-02RTL_CONSTASCII_USTRINGPARAM macroGert Faller3-4/+4
2010-10-29merge after pulling DEV300.m91Frank Schoenheit [fs]3-5/+9
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud1-1/+0
2010-10-21CWS changehid: resync to m90ooo/DEV300_m91Mathias Bauer1-1/+6
2010-10-20undoapi: made SfxUndoManager an implementation of the new, abstract ↵Frank Schoenheit [fs]3-4/+4
::svl::IUndoManager interface. Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes up the source tree. This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which is not based on the SfxUndoManager, but on Writer's own Undo implementation.
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth59-0/+169
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-11#i104850# enable 'create summary page' during initial text editingChristian Lippka ORACLE1-0/+3
2010-10-09CWS changehid: resync to m89Mathias Bauer2-4/+21