summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews1.cxx
AgeCommit message (Collapse)Author
2013-10-02Resolves: #i123276# Properly forward Deactivate() call...Andre Fischer
and still don't broadcast context change. (cherry picked from commit 520cc667c80cea6bb48422825250b72ff36bb4ef) Conflicts: sd/source/ui/view/drviews1.cxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/sidebar/ContextChangeBroadcaster.hxx sfx2/source/control/shell.cxx sfx2/source/sidebar/ContextChangeBroadcaster.cxx Change-Id: I753009041a999bc31a0528e37f0a499897f311c5
2013-10-02Revert "Resolves: fdo#66924 switching to master view is broken"Caolán McNamara
This reverts commit 4a578dc9c7b9c5697f624807790565c99ccb919d.
2013-08-10String->OUStringIvan Timofeev
Change-Id: Ic908590642bac656db78a965c2176d6f53c8d6f4
2013-07-18Resolves: fdo#66924 switching to master view is brokenCaolán McNamara
It seems 0143805a565418d2a114c16b7eeba3b784176d9e wanted to not call SfxShell::Activate from ViewShell::Activate and removed that call and added an explicit SfxShell::BroadcastContextForActivation(true) (which is the body of SfxShell::Activate) to OutlineViewShell::Activate for the case where it was apparently wanted. Then DrawViewShell::Deactivate had the call to ViewShell::Deactivate removed persumably to avoid calling SfxShell::Deactivate via ViewShell::Deactivate But with ViewShell::Deactivate omitted switching to master view is broken, it does quite a lot more than call just SfxShell::Deactivate Restore the call of ViewShell::Deactivate from DrawViewShell::Deactivate and remove the call of SfxShell::Deactivate from ViewShell::Deactivate and put its equivalent of SfxShell::BroadcastContextForActivation(false) into OutlineViewShell::Deactivate to balance OutlineViewShell::Activate regression since 0143805a565418d2a114c16b7eeba3b784176d9e Change-Id: I5175378af6a6527a8be4d5011f13029d028b4304
2013-06-25remove unwanted files added with ee51444ed1f7003dafc93c8181b5f8c1b0fd165bNoel Power
<sigh> added some files that were part of a patch that I was testing were not intended as part of commit Change-Id: I34ed7f55de28fa09739c0dd8d5084824de676477
2013-06-24fix borders unit test ( test values have changed )Noel Power
Change-Id: I1205eddf83781bef655abe4a1293c691bc5f1c41
2013-06-03remove ShapeList::getNextShape(SdrObject* pObj)Matthias Hofmann
The getNextShape(pObj) method is just used for iterating over the complete ShapeList. But the complexity for this operation is exponential. When using getNextShape() iterating over the list have linear complexity. In short: it is much faster. Change-Id: I3896af2247f348153d62f2bcdd207c5a75239689 Reviewed-on: https://gerrit.libreoffice.org/4132 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-05-28Resolves: #i122332# Don't change sidebar context when switching...Andre Fischer
to other application window (cherry picked from commit 604502e2a4b53f35aedbf0205598a9b691c0d532) Conflicts: sd/source/ui/view/drviewsa.cxx sfx2/inc/sfx2/shell.hxx sfx2/source/control/shell.cxx svx/inc/svx/sidebar/SelectionAnalyzer.hxx svx/inc/svx/sidebar/SelectionChangeHandler.hxx Change-Id: Id3c427e02714ef0d6686a78094e2f7f3b390a693
2013-05-21Resolves: #i122291# Showing the right set of layouts for handout modeAndre Fischer
Fixed painting selection in layout panel (cherry picked from commit b89784c822670593cb253bcc0d260b93c9936e1c) Change-Id: I73d53bdcdec25753c8adb0f011f05868f82d35a5
2013-05-20Resolves: #i122275# Don't show the layout panel for master pagesAndre Fischer
(cherry picked from commit 7fe1777ad29d92d16fbc11b7279375d37d11cef8) Conflicts: sd/source/ui/view/drviewsa.cxx Change-Id: I37bb08e08bd8537e692cf60f415ed40f9cf5abc5
2013-05-20Resolves: #i122093# Don't show Impress layouts panel for master pagesAndre Fischer
(cherry picked from commit 573490c7240fc02dcf82bf0ba262863612e53187) Conflicts: sd/source/ui/sidebar/LayoutMenu.cxx Change-Id: Ie5c0a1e15ea8db2d2b033efb1234492bd438658d Related: #i122093# WaE in DrawController::BroadcastContextChenge() (cherry picked from commit 26e4fcdbb8594696b45d0600e1b7a5e5946cd2aa) Change-Id: I416215077643f3eb4d43eb761e457d0893bcc429
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy
Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089ebfc7fe337 Reviewed-on: https://gerrit.libreoffice.org/3487 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-19translation and cleanup of comments in sd/source/ui/view/Urs Fässler
Change-Id: I988c0545600185c6b09131d27fb8480efddd947f
2013-02-26remove two more duplicatesThomas Arnhold
Moreover clarify a comment and remove some commented code. Change-Id: Iba87b9ea6675a9bb50b8af0f094891e59bd93bd8 Reviewed-on: https://gerrit.libreoffice.org/2406 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-09Remove unused methodsThomas Arnhold
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
2013-02-09Translate German commentsThomas Arnhold
Change-Id: I79cc861fadb908605c6d2ed638e3d06ca5a57869
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
2012-09-11XubString->rtl::OUStringCaolán McNamara
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
2011-12-25catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
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-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen
2011-03-11Move DBG_ERROR to OSL_FAIL for getStr() (multiline)Thomas Arnhold
2011-03-01Remove unused misc.hxx and its referencesThomas Arnhold
2011-03-01Remove STARIMAGE_AVAILABLEThomas Arnhold
2011-02-08Remove all bogus comments in impress.Guillaume Poussel
2011-02-02Resolves: rhbz#670020 crash in slidesortingCaolán McNamara
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17removetooltypes01: #i112600# Remove tools types from sdCarsten Driesner
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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-05remove include guards using fixguard.pyPetr Mladek
2010-08-05dr77: rebase to m86Daniel Rentz
2010-07-13dr77: #i113097# make Sequence(sal_Int32) explicitDaniel Rentz
2010-07-07#i112791# add missing update for SID_INSERTPAGE slot on slide changeChristian Lippka
2010-06-14cws impress190: rebase m82Christian Lippka
2010-06-04impress190: merge with dev300_m80sj
2010-06-01cws renaissance2: rebase m80Christian Lippka
2010-05-05#i89450# removed unused codeChristian Lippka
2010-04-13fixed unix warningsChristian Lippka
2010-03-23fwk138: #i47279# integrate the patchMikhail Voytenko
2010-03-12renaissance2: merge to m73Christian Lippka
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: impress_ooo/DEV300_m72 split repo tag: impress_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-03hg resync m70Christian Lippka
2010-02-02#i107450#: some fixes for problems found in CAT0 testMathias Bauer