81e9a8ba | 13-Jun-2024 |
mseidel |
Revert "123197: Fixed selection problems when switching between normal and master mode." This reverts commit feee4947275740b80b2c4c243c34e6e0bdb02436. |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
feee4947 | 21-Feb-2014 |
Andre Fischer |
123197: Fixed selection problems when switching between normal and master mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570539 13f79535-47bb-0310-9956-ffa450edef68
123197: Fixed selection problems when switching between normal and master mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570539 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 4799f5ba13c0140a13cf2e05fc58d1eb59f25ad2)
show more ...
|
ed84e261 | 08-Oct-2023 |
Damjan Jovanovic |
Allow empty selection in PageSelector::UpdateCurrentPage(). This fixes a regression in Impress, where wrong slides are selected on a right-click between slides when scrolling down, and ne
Allow empty selection in PageSelector::UpdateCurrentPage(). This fixes a regression in Impress, where wrong slides are selected on a right-click between slides when scrolling down, and new slides are inserted in wrong places. Patch by: Andre Fischer <af@...> Reviewed by: me Fixes: #124741 - Slide will be inserted in wrong place when try to insert it in latter slides(with vertical scrollbar) (cherry picked from commit 2a12cc4fae255902f4870bfea0bfe724d9d4ddb8)
show more ...
|
5ab6c384 | 12-Aug-2023 |
mseidel |
Small modifications, cleanup |
4799f5ba | 21-Feb-2014 |
Andre Fischer |
123197: Fixed selection problems when switching between normal and master mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570539 13f79535-47bb-0310-9956-ffa450edef68 |
b862c97c | 28-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 ...
|
0ca1f900 | 21-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 ...
|
8f2ae1af | 20-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 ...
|
4d7c9de0 | 28-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 |
0deba7fb | 27-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 |
Revision tags: AOO401, AOO400 |
|
01300968 | 23-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 ...
|
3091fa8a | 05-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 |
dc90c2ca | 03-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 |
b7d6173d | 27-May-2013 |
Herbert Dürr |
#i122208# fix sd::TransferableData::Representative's assignment operator git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486584 13f79535-47bb-0310-9956-ffa450edef68 |
0923c7b7 | 27-May-2013 |
Herbert Dürr |
#i122208# const SD containers cannot provide non-const iterators git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486583 13f79535-47bb-0310-9956-ffa450edef68 |
2a3f8a0e | 27-May-2013 |
Andre Fischer |
122332: Don't change sidebar context when switching to other application window. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486578 13f79535-47bb-0310-9956-ffa450edef68 |
e8359480 | 22-May-2013 |
Andre Fischer |
i122354: Fix notification of slide change when caused by slide sorter key event. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1485181 13f79535-47bb-0310-9956-ffa450edef68 |
f120fe41 | 18-Mar-2013 |
Andre Fischer |
i121420: Improved the support for context changes. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1457873 13f79535-47bb-0310-9956-ffa450edef68 |
7a32b0c8 | 19-Feb-2013 |
Andre Fischer |
i121420: Added support for Impress panels. Modified sidebar configuration scheme. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1447641 13f79535-47bb-0310-9956-ff
i121420: Added support for Impress panels. Modified sidebar configuration scheme. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1447641 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
18ed3803 | 14-Nov-2012 |
Armin Le Grand |
Corrected signed/unsigned mix git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409132 13f79535-47bb-0310-9956-ffa450edef68 |
e7ca07a0 | 12-Nov-2012 |
Armin Le Grand |
Secured SlideSorterModel::DeleteSlide for negative page indices git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1408362 13f79535-47bb-0310-9956-ffa450edef68 |
37ab0f2d | 29-Oct-2012 |
Armin Le Grand |
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403434 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e6f63103 | 23-Oct-2012 |
Armin Le Grand |
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-f
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
87bc88d3 | 19-Oct-2012 |
Herbert Dürr |
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tri
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tricky rewrites to work around them, this change cleans them up and disables them for all code outside of the immutable binfilter. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400149 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5b4f281e | 03-Sep-2012 |
Jian Fang Zhang |
#i120663#, FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released Found by: zhangjf Patch by: zhangjf Review by: zhangjf
#i120663#, FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released Found by: zhangjf Patch by: zhangjf Review by: zhangjf git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1380109 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|