History log of /trunk/main/sd/source/ (Results 126 - 150 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
52f1c2ee07-Feb-2014 Armin Le Grand

i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310

i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a206ee7129-Jan-2014 Armin Le Grand

i124085 disabled CF_DIBV5 (no advantages but some problems), increased png support

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562493 13f79535-47bb-0310-9956-ffa450edef68

b862c97c28-Jan-2014 Herbert Dürr

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.5

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.55 smart pointers in C+11 enabled build environments


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562080 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0ca1f90021-Jan-2014 Herbert Dürr

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bo

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bool is already suspicious enough
and a shared_ptr->pointer->bool conversion is even worse. Cleaning up
the code fixes the build breaker seen in boost/libc++/clang environments.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560020 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a9ab3c7b21-Jan-2014 Herbert Dürr

get rid of an extraneous parentheses in "if((A==B))"

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560012 13f79535-47bb-0310-9956-ffa450edef68

8f2ae1af20-Jan-2014 Tsutomu Uchino

#i122221# fix slide selected in Slide Pane with Page Up

The comment in the removed part says to call SelectPage to make
the slide visible. But the following NotifyCurrentSlideChange meth

#i122221# fix slide selected in Slide Pane with Page Up

The comment in the removed part says to call SelectPage to make
the slide visible. But the following NotifyCurrentSlideChange method
calls SelectPage for the page makes it visible if the pane is not updated yet.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559671 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7ea7a1cc19-Jan-2014 Tsutomu Uchino

#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-

#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ae2dc0fa18-Jan-2014 Tsutomu Uchino

#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559

#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559327 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7d60b59810-Jan-2014 Tsutomu Uchino

#i97129# fix hidden slide shown when going back to previous slide from finish screen

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557152 13f79535-47bb-0310-9956-ffa450edef68

64b1462107-Jan-2014 Armin Le Grand

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3d76282606-Jan-2014 Herbert Dürr

#i123817# prepare codebase for updating to boost 1.55


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555789 13f79535-47bb-0310-9956-ffa450edef68

84e214b420-Dec-2013 Jürgen Schmidt

#123783# apply patch to correct type of ActiveLayer property

Patch By: hanya
Review By: jsc


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552660 13f79535-4

#123783# apply patch to correct type of ActiveLayer property

Patch By: hanya
Review By: jsc


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552660 13f79535-47bb-0310-9956-ffa450edef68

show more ...

28267db905-Dec-2013 Jürgen Schmidt

#123789# ppt import, if sub address is no document internal link, take it as it is

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1548034 13f79535-47bb-0310-9956-ffa450edef68

3ea0c3d529-Nov-2013 Herbert Dürr

#i123768# remove pre-IA2 code remains that has been commented out

The pre-IA2 code is available in the repository and
the commented out code made the methods less readable.


#i123768# remove pre-IA2 code remains that has been commented out

The pre-IA2 code is available in the repository and
the commented out code made the methods less readable.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546553 13f79535-47bb-0310-9956-ffa450edef68

show more ...

24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68

4d7c9de028-Nov-2013 Herbert Dürr

#i123768# [ia2] remove pseudo-automatic noisy comments


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68


core/drawdoc2.cxx
ui/accessibility/AccessibleDocumentViewBase.cxx
ui/accessibility/AccessibleDrawDocumentView.cxx
ui/accessibility/AccessibleOutlineEditSource.cxx
ui/accessibility/AccessibleOutlineView.cxx
ui/accessibility/AccessiblePresentationGraphicShape.cxx
ui/accessibility/AccessiblePresentationOLEShape.cxx
ui/accessibility/AccessiblePresentationShape.cxx
ui/accessibility/accessibility.hrc
ui/accessibility/accessibility.src
ui/dlg/custsdlg.src
ui/dlg/navigatr.cxx
ui/dlg/sdtreelb.cxx
ui/docshell/docshel4.cxx
ui/func/fudraw.cxx
ui/func/fuediglu.cxx
ui/func/fusel.cxx
ui/inc/AccessibleDocumentViewBase.hxx
ui/inc/AccessibleDrawDocumentView.hxx
ui/inc/AccessibleOutlineView.hxx
ui/inc/AccessiblePresentationGraphicShape.hxx
ui/inc/AccessiblePresentationOLEShape.hxx
ui/inc/AccessiblePresentationShape.hxx
ui/inc/AccessibleSlideSorterView.hxx
ui/inc/AccessibleSlideView.hxx
ui/inc/DrawController.hxx
ui/inc/DrawDocShell.hxx
ui/inc/DrawViewShell.hxx
ui/inc/OutlineViewShell.hxx
ui/inc/SlideSorterViewShell.hxx
ui/inc/SlideViewShell.hxx
ui/inc/TabControl.hxx
ui/inc/ViewShell.hxx
ui/inc/Window.hxx
ui/inc/animobjs.hrc
ui/inc/fuediglu.hxx
ui/inc/fusel.hxx
ui/inc/navigatr.hrc
ui/inc/navigatr.hxx
ui/inc/sdtreelb.hxx
ui/inc/strings.hrc
ui/inc/tpaction.hrc
ui/slideshow/showwin.cxx
ui/slideshow/showwindow.hxx
ui/slideshow/slideshow.cxx
ui/slideshow/slideshowimpl.cxx
ui/slidesorter/controller/SlsFocusManager.cxx
ui/slidesorter/shell/SlideSorterViewShell.cxx
ui/unoidl/DrawController.cxx
ui/unoidl/SdUnoDrawView.cxx
ui/view/Outliner.cxx
ui/view/drviews4.cxx
ui/view/drviews5.cxx
ui/view/outlnvsh.cxx
ui/view/sdwindow.cxx
ui/view/tabcontr.cxx
ui/view/viewshel.cxx
fe22d2cf04-Nov-2013 Steve Yin

Sync with the trunk

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538508 13f79535-47bb-0310-9956-ffa450edef68


1f882ec429-Oct-2013 Armin Le Grand

i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute

i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1536730 13f79535-47bb-0310-9956-ffa450edef68

show more ...

58a7102109-Oct-2013 Armin Le Grand

i123359 need to call SdrEndTextEdit before manipulating objects at model/view

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1530680 13f79535-47bb-0310-9956-ffa450edef68

63d109c708-Oct-2013 Armin Le Grand

i119056 Added direct refreshes for objects dependent of HeaderFooterSettings

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1530312 13f79535-47bb-0310-9956-ffa450edef68

8a5c572602-Oct-2013 Andre Fischer

123276: Properly forward Deactivate() call and still don't broadcast context change.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1528376 13f79535-47bb-0310-9956-ffa450edef68

0deba7fb27-Sep-2013 Steve Yin

AOO IA2 enabled draft version 1

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68


core/drawdoc.cxx
core/drawdoc2.cxx
ui/accessibility/AccessibleDocumentViewBase.cxx
ui/accessibility/AccessibleDrawDocumentView.cxx
ui/accessibility/AccessibleOutlineEditSource.cxx
ui/accessibility/AccessibleOutlineView.cxx
ui/accessibility/AccessiblePresentationGraphicShape.cxx
ui/accessibility/AccessiblePresentationOLEShape.cxx
ui/accessibility/AccessiblePresentationShape.cxx
ui/accessibility/AccessibleSlideSorterObject.cxx
ui/accessibility/AccessibleSlideSorterView.cxx
ui/accessibility/accessibility.hrc
ui/accessibility/accessibility.src
ui/dlg/navigatr.cxx
ui/dlg/sdtreelb.cxx
ui/docshell/docshel4.cxx
ui/func/fudraw.cxx
ui/func/fuediglu.cxx
ui/func/fusel.cxx
ui/inc/AccessibleDocumentViewBase.hxx
ui/inc/AccessibleDrawDocumentView.hxx
ui/inc/AccessibleOutlineView.hxx
ui/inc/AccessiblePresentationGraphicShape.hxx
ui/inc/AccessiblePresentationOLEShape.hxx
ui/inc/AccessiblePresentationShape.hxx
ui/inc/AccessibleSlideSorterView.hxx
ui/inc/AccessibleSlideView.hxx
ui/inc/DrawController.hxx
ui/inc/DrawDocShell.hxx
ui/inc/DrawViewShell.hxx
ui/inc/OutlineViewShell.hxx
ui/inc/SdUnoDrawView.hxx
ui/inc/SlideSorterViewShell.hxx
ui/inc/SlideViewShell.hxx
ui/inc/TabControl.hxx
ui/inc/ViewShell.hxx
ui/inc/Window.hxx
ui/inc/fuediglu.hxx
ui/inc/fusel.hxx
ui/inc/navigatr.hxx
ui/inc/sdtreelb.hxx
ui/slideshow/showwin.cxx
ui/slideshow/showwindow.hxx
ui/slideshow/slideshow.cxx
ui/slideshow/slideshowimpl.cxx
ui/slidesorter/controller/SlsFocusManager.cxx
ui/slidesorter/shell/SlideSorterViewShell.cxx
ui/unoidl/DrawController.cxx
ui/unoidl/SdUnoDrawView.cxx
ui/view/Outliner.cxx
ui/view/drviews4.cxx
ui/view/drviews5.cxx
ui/view/outlnvsh.cxx
ui/view/sdwindow.cxx
ui/view/tabcontr.cxx
ui/view/viewshel.cxx
Revision tags: AOO401, AOO400
0130096823-Jun-2013 Armin Le Grand

i120020 corected paragraph merge, corresponding undo and ownership of linked undo actions

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1495808 13f79535-47bb-0310-9956-ffa450

i120020 corected paragraph merge, corresponding undo and ownership of linked undo actions

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1495808 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3091fa8a05-Jun-2013 Andre Fischer

122470: Fixed programmatic triggered switching of sidebar decks.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489925 13f79535-47bb-0310-9956-ffa450edef68

dc90c2ca03-Jun-2013 Andre Fischer

122437: Fixed context notification for Draw documents.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1488952 13f79535-47bb-0310-9956-ffa450edef68

12345678910>>...14