84f4efec | 13-Jun-2012 |
Jian Hong Cheng |
Fix issue #i119959: Crash if undo/redo pasted text from shape to empty para with bullets * sw/source/core/edit/edattr.cxx pointer checking Patch by: chengjh@apache.org Su
Fix issue #i119959: Crash if undo/redo pasted text from shape to empty para with bullets * sw/source/core/edit/edattr.cxx pointer checking Patch by: chengjh@apache.org Suggested by: chengjh@apache.org Found by: Yan Ji <yanji.yj@gmail.com> Review by: zhengfan <zheng.easyfan@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1349609 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7a3ba306 | 12-Jun-2012 |
Oliver-Rainer Wittmann |
#119624# - method <SwFlowFrm::GetUpperSpaceAmountConsideredForPrevFrmAndPageGrid()> - consider upper space amount only for page grids in squared page mode Found by: louqle <lo
#119624# - method <SwFlowFrm::GetUpperSpaceAmountConsideredForPrevFrmAndPageGrid()> - consider upper space amount only for page grids in squared page mode Found by: louqle <louqingle at gmail dot com> Patch by: Oliver-Rainer Wittmann <orw at apache dot org> Review by: zjchen <zjchencdl at gmail dot com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1349212 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f4a064c2 | 12-Jun-2012 |
Oliver-Rainer Wittmann |
#119624# - method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)> - correction of condition interpreting <LayoutInTableCell> attribute - include support for Microsoft O
#119624# - method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)> - correction of condition interpreting <LayoutInTableCell> attribute - include support for Microsoft Office 2010 version Found by: louqle <louqingle at gmail dot com> Patch by: Oliver-Rainer Wittmann <orw at apache dot org> Review by: zjchen <zjchencdl at gmail dot com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1349210 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
371e7ce6 | 12-Jun-2012 |
Jian Hong Cheng |
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1349168 13f79535-47bb-0310-9956-ffa450edef68 |
1e757327 | 08-Jun-2012 |
Jürgen Schmidt |
119912: Crash when redo split the pasted table fix: While deleting any box from chart data provider, verify whether there are any invalidate chart data sequence inside, if so, catch the exce
119912: Crash when redo split the pasted table fix: While deleting any box from chart data provider, verify whether there are any invalidate chart data sequence inside, if so, catch the exception and remove it. Patch By: Peng Chen Found By: yanji Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
356f64a7 | 08-Jun-2012 |
Jürgen Schmidt |
119653: Crash after delete column(s) from chart's source table, and then adjusted table size fix: Recorrect the logic of code in SwChartDataSequence::Dispose(), release the relationship insi
119653: Crash after delete column(s) from chart's source table, and then adjusted table size fix: Recorrect the logic of code in SwChartDataSequence::Dispose(), release the relationship inside. Patch By: Peng Chen Found By: yanji Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1347951 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
414ea96e | 06-Jun-2012 |
Oliver-Rainer Wittmann |
#119189# - merge fix from branch AOO34 into trunk Found by: sorath <torohov_s_a@mail.ru> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1346805 13f79535-47bb-
#119189# - merge fix from branch AOO34 into trunk Found by: sorath <torohov_s_a@mail.ru> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1346805 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
172c67b2 | 15-May-2012 |
Armin Le Grand |
#118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name to be the filename only, added code to SW to set Title and Desc git-svn-id: https://svn.apache.org/repos/asf/incu
#118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name to be the filename only, added code to SW to set Title and Desc git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1338651 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0a4693a6 | 14-May-2012 |
Armin Le Grand |
#119307# added deletion of sw's BmpWindow control due to the fact that graphics may be transparent git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1338271 13f79535-47bb-0310
#119307# added deletion of sw's BmpWindow control due to the fact that graphics may be transparent git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1338271 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
70d3707a | 10-May-2012 |
Armin Le Grand |
#119125# Completely changed XFillBitmapItem to work wit GraphicObject, removed XOBitmap class, adapted all usages (also the pretty old 8x8 pixel editor). All Bitmap fill styles will now accept transp
#119125# Completely changed XFillBitmapItem to work wit GraphicObject, removed XOBitmap class, adapted all usages (also the pretty old 8x8 pixel editor). All Bitmap fill styles will now accept transparent bitmaps as fillings in all variations (tiled, etc.). LoadSave is no problem, ODF defines graphic as content for fill. Backward means that OOs before this change will use a white background ofr fill with transparent, same as the fallback all the time when using a transparent fill. This is also a preparation to e.g. offer SVG or Metafiles as fill style. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336585 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e926d11b | 09-May-2012 |
Herbert Dürr |
#i118925# enhance textsearch's match-group references to work for look-ahead/look-behind git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336210 13f79535-47bb-0310-9956-ffa4
#i118925# enhance textsearch's match-group references to work for look-ahead/look-behind git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336210 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6fddd742 | 09-May-2012 |
Oliver-Rainer Wittmann |
119292 - remove misusage of <SwDoc::Set|IsLoaded()> for the adjustments of certain AT_PAGE anchored objects git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336208 13f7
119292 - remove misusage of <SwDoc::Set|IsLoaded()> for the adjustments of certain AT_PAGE anchored objects git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336208 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b10a5c0b | 07-May-2012 |
Herbert Dürr |
#i22961# enhance letter-case aware auto-completion for month/day names git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1335043 13f79535-47bb-0310-9956-ffa450edef68 |
3234e392 | 07-May-2012 |
Herbert Dürr |
#i22961# make case-sensitive autocompletion work also for non-ASCII text git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1334984 13f79535-47bb-0310-9956-ffa450edef68 |
b8d1dc32 | 07-May-2012 |
Herbert Dürr |
#i22961# (author=einstienindia@yahoo.com) case-sensitive autocompletion git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1334982 13f79535-47bb-0310-9956-ffa450edef68 |
9333066c | 04-Apr-2012 |
Armin Le Grand |
#119176# corrected file type detection for SVG for svg files without xml header git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1309445 13f79535-47bb-0310-9956-ffa450edef68 |
184e05d2 | 03-Apr-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1309156 13f79535-47bb-0310-9956-ffa450edef68 |
58d70080 | 31-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307668 13f79535-47bb-0310-9956-ffa450edef68 |
c966c276 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307006 13f79535-47bb-0310-9956-ffa450edef68 |
bb113e63 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306680 13f79535-47bb-0310-9956-ffa450edef68 |
10544477 | 28-Mar-2012 |
Andre Fischer |
Added AL2 license. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306262 13f79535-47bb-0310-9956-ffa450edef68 |
e6a4f794 | 24-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304706 13f79535-47bb-0310-9956-ffa450edef68 |
a0b87975 | 24-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304672 13f79535-47bb-0310-9956-ffa450edef68 |
5b4f8e55 | 25-Feb-2012 |
Pedro Giffuni |
i115580 - revert - the patch is causing assertions when opening new impress documents. Found by Ariel. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1293507 13f79535-47bb-
i115580 - revert - the patch is causing assertions when opening new impress documents. Found by Ariel. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1293507 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
233d87e4 | 24-Feb-2012 |
Pedro Giffuni |
Remove unused variable. Reported by Pavel Janik. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1293335 13f79535-47bb-0310-9956-ffa450edef68 |