95a18594 | 29-Jan-2013 |
Andre Fischer |
i121420: Extended theming. General improvements of the sidebar. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1439779 13f79535-47bb-0310-9956-ffa450edef68 |
143bd248 | 24-Jan-2013 |
Pedro Giffuni |
i108228 - table: bool has negative sign when used in formula expression. The root problem is that the boolean expression "true" evaluates to -1 rather than +1 in formulas in Writer.
i108228 - table: bool has negative sign when used in formula expression. The root problem is that the boolean expression "true" evaluates to -1 rather than +1 in formulas in Writer. The problem is solved by considering that the type can be a Boolean (SBxBool in addition to SbxSTRING. Author: Mattias Johnnson git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1437842 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6043ac9b | 23-Jan-2013 |
Armin Le Grand |
#121532# unified getting the blended selection color git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1437574 13f79535-47bb-0310-9956-ffa450edef68 |
a180b29c | 21-Jan-2013 |
Herbert Dürr |
type qualifiers ignored on function return type Gcc 4.4 on our buildbot reported 657 such warnings, which represents almost 85% of all warnings it emitted for our codebase! The warnings
type qualifiers ignored on function return type Gcc 4.4 on our buildbot reported 657 such warnings, which represents almost 85% of all warnings it emitted for our codebase! The warnings are correct and cleaning them up improves our code quality and makes the build output more relevant. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436255 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
45fd3b9a | 10-Jan-2013 |
Armin Le Grand |
#121504# Support for alpha channel in clipboard for all systems git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68 |
e272a9c9 | 03-Jan-2013 |
Herbert Dürr |
#i68503# a SwHolePortion must not be decorated for a consistent visual appearance git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1428424 13f79535-47bb-0310-9956-ffa450edef68 |
2329db7f | 25-Dec-2012 |
Ariel Constenla-Haile |
i121544 - Clean-up MessageBox API (post fix) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425715 13f79535-47bb-0310-9956-ffa450edef68 |
22de8995 | 19-Dec-2012 |
Andre Fischer |
i121420: Sidebar can read configuration and display XUIElements provided by extension. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1423885 13f79535-47bb-0310-995
i121420: Sidebar can read configuration and display XUIElements provided by extension. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1423885 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4772d9af | 13-Dec-2012 |
Armin Le Grand |
#121463# Enhanced handle visualization and some fixes in that region git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1421172 13f79535-47bb-0310-9956-ffa450edef68 |
a41e6500 | 11-Dec-2012 |
Ariel Constenla-Haile |
i25945 - Allow disabling scrollbar tips by API and configuration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419993 13f79535-47bb-0310-9956-ffa450edef68 |
1396af09 | 10-Dec-2012 |
Armin Le Grand |
#121448# Aligned default fill color/ line style for all apps git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419491 13f79535-47bb-0310-9956-ffa450edef68 |
187afabe | 07-Dec-2012 |
Herbert Dürr |
#i121447# fix SwAccessibleParagraph::GetGlyphBoundary()'s return value git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1418366 13f79535-47bb-0310-9956-ffa450edef68 |
49a3dd3b | 04-Dec-2012 |
Jian Hong Cheng |
Revise the code for a compile warning git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416743 13f79535-47bb-0310-9956-ffa450edef68 |
4d0b632f | 03-Dec-2012 |
Jian Hong Cheng |
Made some changes to remove the compile warnings on the comparison between un-uniform data types git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416554 13f79535-47bb-0310-9956
Made some changes to remove the compile warnings on the comparison between un-uniform data types git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416554 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7b20445f | 03-Dec-2012 |
Oliver-Rainer Wittmann |
#121281# - correction of former solution (revision 1409212) - consider negative row span values git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416474 13f79535-47bb-0310-
#121281# - correction of former solution (revision 1409212) - consider negative row span values git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416474 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bd243367 | 03-Dec-2012 |
Jian Hong Cheng |
Revise un-necessary checking.. Patch by: chengjh,<chengjh@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416368 13f79535-47bb-0310-9956-ffa450edef68 |
984e9da2 | 02-Dec-2012 |
Ariel Constenla-Haile |
Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() Possible introduced from copy and paste from sc, see sal_Size XclImpStream::GetRecLeft() function in class:XclImpStre
Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() Possible introduced from copy and paste from sc, see sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream sc/source/filter/inc/xistream.hxx git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416192 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cb9c2375 | 02-Dec-2012 |
Ariel Constenla-Haile |
Fix build breaker: include <limits> for std::numeric_limits git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416191 13f79535-47bb-0310-9956-ffa450edef68 |
cc2f77aa | 01-Dec-2012 |
Pavel Janík |
Comment out unused variables. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415986 13f79535-47bb-0310-9956-ffa450edef68 |
3173565f | 30-Nov-2012 |
Herbert Dürr |
#i120927# ww8par.hxx always needs the numeric_limits include git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415741 13f79535-47bb-0310-9956-ffa450edef68 |
d91d5845 | 30-Nov-2012 |
Herbert Dürr |
#i120927# limit scope of case-specific pSdrObj git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415625 13f79535-47bb-0310-9956-ffa450edef68 |
3f267dae | 30-Nov-2012 |
Pavel Janík |
Add missing break in the original code. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415617 13f79535-47bb-0310-9956-ffa450edef68 |
91eb8ec2 | 30-Nov-2012 |
Jian Hong Cheng |
Fix issue #120927: Import/Export Hyperlink Info of Graphic with Anchor Type Except “As Character” to MS Word Binary File * sw/source/filter/ww8/escher.hxx * sw/source/filter/ww8/wrtw8esh
Fix issue #120927: Import/Export Hyperlink Info of Graphic with Anchor Type Except “As Character” to MS Word Binary File * sw/source/filter/ww8/escher.hxx * sw/source/filter/ww8/wrtw8esh.cxx * sw/source/filter/ww8/wrtww8.hxx * sw/source/filter/ww8/ww8graf.cxx * sw/source/filter/ww8/ww8par.cxx * sw/source/filter/ww8/ww8par.hxx Interoperability of Hyperlink within Flying object Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415477 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bd4633cd | 29-Nov-2012 |
Pavel Janík |
Reorder initializations to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415339 13f79535-47bb-0310-9956-ffa450edef68 |
9bd1ff0d | 29-Nov-2012 |
Pavel Janík |
Default return to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415337 13f79535-47bb-0310-9956-ffa450edef68 |