include/oox/drawingml/shape.hxx|2
oox/source/drawingml/shape.cxx | 12 +-
sd/qa/unit/data/pptx/ShapeLineProperties.pptx |binary
sd/qa/unit/data/pptx/bnc904423.pptx|binary
sd/qa/unit/import-tests.cxx| 127 ++
https://bugs.freedesktop.org/show_bug.cgi?id=84938
--- Comment #8 from Commit Notification
---
Tobias Madl committed a patch related to this issue.
It has been pushed to "master":
http://cgit.freedesktop.org/libreoffice/core/commit/?id=14596452e781f6a66bcc63b0c447c852df1f2896
fdo#84938: replac
basctl/source/basicide/basicbox.cxx | 12 -
basctl/source/basicide/baside2b.cxx |2
basctl/source/basicide/bastypes.cxx |2
chart2/source/controller/main/ElementSelector.cxx |4
cui/source/customize/macropg.
https://bugs.freedesktop.org/show_bug.cgi?id=84938
Commit Notification changed:
What|Removed |Added
Whiteboard|EasyHack|EasyHack
|Diffic
sc/source/core/tool/token.cxx|4
sc/source/ui/dbgui/PivotLayoutDialog.cxx |3 +++
2 files changed, 7 insertions(+)
New commits:
commit 7ede454ecf9650a4d023e5eccd397f0991061df3
Author: Markus Mohrhard
Date: Mon Dec 1 02:49:59 2014 +0100
For external data sources th
Hi Eike,
>Are you referring
>XclExpFmlaCompImpl::PrepareFunction()
>XclExpFmlaCompImpl::FinishFunction()
>XclExpFmlaCompImpl::AppendDefaultParam()
>XclExpFmlaCompImpl::AppendTrailingParam()
>?
>These are used for the BIFF export.
Yes, e.g. in XclExpFmlaCompImpl::AppendDefaultParam() there is a l
include/vcl/opengl/OpenGLContext.hxx |4
sc/qa/unit/ucalc_formula.cxx | 14 ++
sc/source/core/tool/token.cxx|4
sc/source/ui/dbgui/PivotLayoutDialog.cxx |3 +++
vcl/inc/openglgdiimpl.hxx|4 +++-
vcl/opengl/gdiimpl.
icon-themes/sifr/cmd/lc_datefield.png |binary
icon-themes/sifr/cmd/lc_formatarea.png|binary
icon-themes/sifr/cmd/lc_insertgraphic-alt.png |binary
icon-themes/sifr/cmd/lc_insertgraphic.png |binary
icon-themes/sifr/cmd/lc_inserttable.png |binary
icon-themes/sifr/cmd/lc
icon-themes/sifr/links.txt | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
New commits:
commit b458fde02bbfe17699515cca5c819c2e2304d9fb
Author: Yousuf Philips
Date: Sat Nov 29 13:00:32 2014 +0400
fdo#86738 add links.txt references to next and previous buttons
icon-themes/breeze/cmd/lc_alignbottom.png |binary
icon-themes/breeze/cmd/lc_aligntop.png |binary
icon-themes/breeze/cmd/lc_alignverticalcenter.png |binary
icon-themes/breeze/cmd/lc_controlcodes.png |binary
icon-themes/breeze/cmd/lc_datadatapilotrun
icon-themes/sifr/cmd/lc_datefield.png |binary
icon-themes/sifr/cmd/lc_formatarea.png|binary
icon-themes/sifr/cmd/lc_insertgraphic-alt.png |binary
icon-themes/sifr/cmd/lc_insertgraphic.png |binary
icon-themes/sifr/cmd/lc_inserttable.png |binary
icon-themes/sifr/cmd/lc
icon-themes/breeze/cmd/lc_adddirect.png |binary
icon-themes/breeze/cmd/lc_backcolor.png |binary
icon-themes/breeze/cmd/lc_backgroundcolor.png |binary
icon-themes/breeze/cmd/lc_bold.png |binary
icon-themes/breeze/cmd/lc_centerpara.png|b
starmath/qa/cppunit/mock-visitor.hxx | 56 +--
1 file changed, 28 insertions(+), 28 deletions(-)
New commits:
commit 14398cb2076a88b752430db5e20b36d9b377f62c
Author: Takeshi Abe
Date: Sat Nov 29 20:48:08 2014 +0900
fix the order of arguments: expected and
No stress on the number of mails.
I did not think that you could change a context after it was created... But I
would certainly try if I had a need. I know very little about this specifically.
Chris Sherlock wrote:
>Oh, and sorry for the number of emails, but I guess I'm assuming that you can
vcl/source/opengl/OpenGLHelper.cxx | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
New commits:
commit 1fd34cd93faf13c30501635b41d01e0fc5606755
Author: Markus Mohrhard
Date: Mon Dec 1 01:18:25 2014 +0100
introduce SAL_FORCEGL and document the variables
SAL_FO
Anything I have done has been in basic, which abstracts ask the hard bits of
casting away.
Of Han that looks to be correct based on my memory. More specifically, that you
add the values (or pad the values) on creation.
Chris Sherlock wrote:
>___
>
Oh, and sorry for the number of emails, but I guess I'm assuming that you
can add a new property key at any point by insertByName()...
Thanks in advance, UNO is a little tricky at this level. At least that's
what I find... from what I can tell, it really comes down to the
cppuhelper::ComponentCont
So what about the following approach:
Reference< XComponentContext > xContext =
::comphelper::getProcessComponentContext();
::cppu::ContextEntry_Init aContextInfo[] =
{
::cppu::ContextEntry_Init("testkey", uno::Any() ),
}
xNewContext = ::cppu::createComponentContext(aContextInfo,
sizeof(aConte
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi,
My team and I have narrowed down the modification required to make this
happened. We modified MetricField in vcl/source/control/field.cxx to take
in fractional data format (i.e. 1 1/2"), parse and convert to decimal
format and then output it. Since MetricField is used for most dimension
settin
sc/source/filter/lotus/lotform.cxx | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
New commits:
commit 474336de5964333e01d5cee36f96468ff4e46d29
Author: Andras Timar
Date: Sun Nov 30 22:17:10 2014 +0100
amended solution to @TERM and @CTERM import from Lotus 1-2-3
source/text/sdraw/guide/graphic_insert.xhp |2 +-
source/text/shared/guide/imagemap.xhp |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 40967add67da1353dae0f1f9cc31475f4650381c
Author: Stanislav Horacek
Date: Sun Nov 30 22:08:54 2014 +0100
Image is
helpcontent2 |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2713480bc86926f9e910fbfa22b54a8beb69304a
Author: Stanislav Horacek
Date: Sun Nov 30 22:08:54 2014 +0100
Updated core
Project: help 40967add67da1353dae0f1f9cc31475f4650381c
Image is not
https://bugs.freedesktop.org/show_bug.cgi?id=65675
tommy27 changed:
What|Removed |Added
Depends on|66232 |
--
You are receiving this mail because:
You
https://bugs.freedesktop.org/show_bug.cgi?id=75025
tommy27 changed:
What|Removed |Added
Depends on||66232
--
You are receiving this mail because:
sc/source/filter/lotus/lotform.cxx | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
New commits:
commit 317b5bc5f801135b027e02d5acfc407cc2d05689
Author: Andras Timar
Date: Sun Nov 30 22:17:10 2014 +0100
amended solution to @TERM and @CTERM import from Lotus 1-2-3
external/icu/UnpackedTarball_icu.mk |1
external/icu/icu4c-scriptrun.patch | 58
2 files changed, 59 insertions(+)
New commits:
commit bff0fe902686d8c126a73e1d2c914f5d65c6ffaf
Author: Caolán McNamara
Date: Sun Nov 30 20:38:42 2014 +
mirror
external/icu/UnpackedTarball_icu.mk |1
external/icu/icu4c-scriptrun.patch | 58
2 files changed, 59 insertions(+)
New commits:
commit a66451887425ddd9387e2b25d5125916f4a35f83
Author: Caolán McNamara
Date: Sun Nov 30 20:38:42 2014 +
mirror
vcl/generic/glyphs/scrptrun.cxx |6 +-
vcl/generic/glyphs/scrptrun.h |4 +++-
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit f4d977595492573abff4b491b26f1a4f2a57c4f8
Author: Caolán McNamara
Date: Sat Nov 29 16:44:12 2014 +
give us a parenStack whic
sc/source/filter/lotus/lotimpop.cxx | 59 +++--
sc/source/filter/lotus/op.cxx | 162
sw/source/core/text/txttab.cxx |4
vcl/generic/glyphs/scrptrun.cxx |6 +
vcl/generic/glyphs/scrptrun.h |4
vcl/source/fontsubset/s
https://bugs.freedesktop.org/show_bug.cgi?id=65675
tommy27 changed:
What|Removed |Added
Depends on|79538 |
--
You are receiving this mail because:
You
https://bugs.freedesktop.org/show_bug.cgi?id=75025
tommy27 changed:
What|Removed |Added
Depends on||79538
--
You are receiving this mail because:
writerfilter/source/resourcemodel/TagLogger.cxx | 64
1 file changed, 64 deletions(-)
New commits:
commit 5486aae1708835c44e4c757dbee785eb534bb214
Author: Miklos Vajna
Date: Sun Nov 30 21:09:10 2014 +0100
loplugin:unreffun: PropertySetDumpHandler
Change
https://bugs.freedesktop.org/show_bug.cgi?id=75025
tommy27 changed:
What|Removed |Added
Depends on||76995
--
You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=65675
tommy27 changed:
What|Removed |Added
Depends on|76995 |
--
You are receiving this mail because:
You
https://bugs.freedesktop.org/show_bug.cgi?id=75025
tommy27 changed:
What|Removed |Added
Depends on||76239
--
You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=65675
tommy27 changed:
What|Removed |Added
Depends on|76239 |
--
You are receiving this mail because:
You
vcl/inc/opengl/win/WinDeviceInfo.hxx |6 +++---
vcl/opengl/win/WinDeviceInfo.cxx | 32 +---
2 files changed, 32 insertions(+), 6 deletions(-)
New commits:
commit 82d767a50629aa8e1c6fa005439c92153b22e7f6
Author: Markus Mohrhard
Date: Sun Nov 30 21:01:35 201
sw/qa/extras/rtfimport/data/fdo72031.rtf |1
sw/qa/extras/rtfimport/rtfimport.cxx |9 ++--
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 26 +++--
3 files changed, 24 insertions(+), 12 deletions(-)
New commits:
commit 4cf0b919ed1d3bede755f4037
https://bugs.freedesktop.org/show_bug.cgi?id=75025
tommy27 changed:
What|Removed |Added
Depends on||67534
--
You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=65675
tommy27 changed:
What|Removed |Added
Depends on|67534 |
--
You are receiving this mail because:
You
include/oox/drawingml/shape.hxx|2
officecfg/registry/schema/org/openoffice/Office/Common.xcs |2
oox/source/drawingml/shape.cxx | 12 +
sd/qa/unit/data/pptx/ShapeLineProperties.pptx |binary
sd/qa/unit/data/pptx/bnc9
https://bugs.freedesktop.org/show_bug.cgi?id=65675
tommy27 changed:
What|Removed |Added
Depends on|71278 |
--
You are receiving this mail because:
You
https://bugs.freedesktop.org/show_bug.cgi?id=75025
tommy27 changed:
What|Removed |Added
Depends on||71278
--
You are receiving this mail because:
New branch 'private/moggi/vcl-opengl3' available with the following commits:
commit fd08b876304a6bd802687555e90a26ddac5fa337
Author: Markus Mohrhard
Date: Sun Nov 30 18:48:33 2014 +0100
implement virtual methods for OSX vcl backend
Change-Id: Ifd7e06529cbf2e20bdd1560586420cda39c5a5
cui/source/tabpages/tpline.cxx|2 -
cui/source/tabpages/tplnedef.cxx | 14 +-
filter/source/msfilter/msdffimp.cxx |2 -
include/svx/xdash.hxx | 39 +++---
include/svx/xenum.hxx |3 --
https://bugs.freedesktop.org/show_bug.cgi?id=84090
Julien Nabet changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
officecfg/registry/schema/org/openoffice/Office/Common.xcs |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5bac8dbfdd94ab79b32f2b55fee907f8348e0c6e
Author: Zolnai Tamás
Date: Sun Nov 30 14:42:07 2014 +0100
This value is intended to be 200 MB in bytes
include/oox/drawingml/shape.hxx |1 +
oox/source/drawingml/shape.cxx |5 -
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 4146c1003f796f662a2f5b4ec150173df28fd9de
Author: Zolnai Tamás
Date: Sun Nov 30 14:35:08 2014 +0100
PPTX import: shape effect propert
include/oox/drawingml/shape.hxx |1
oox/source/drawingml/shape.cxx|5 +
sd/qa/unit/data/pptx/ShapeLineProperties.pptx |binary
sd/qa/unit/import-tests.cxx | 73 ++
4 files changed, 78 insertions(+), 1 deletion(-)
N
include/oox/drawingml/shape.hxx |1
oox/source/drawingml/shape.cxx |7 +++-
sd/qa/unit/data/pptx/bnc904423.pptx |binary
sd/qa/unit/import-tests.cxx | 55
4 files changed, 62 insertions(+), 1 deletion(-)
New commits:
commit 81cd386f
Hi all,
How do you insert a value to be retrieved later into an XComponentContext
reference?
I see there is a XNameContainer, which is created by
comphelper::NameContainer_createInstance(::cppu::UnoType::get())
or whatever value you want. From here you then do insertByName.
However, how do you t
Rebased ref, commits from common ancestor:
commit ecfcb080c8b9d70d62d71c67c46afacec43c
Author: Douglas Mencken
Date: Wed Oct 29 17:03:27 2014 -0400
{useless now} disable OpenGL and OpenCL for OS X 10.5
currently, this patch is useless due to commits:
3b0b76462aa54f60bc98
accessibility/source/standard/vclxaccessibletoolbox.cxx |8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit ef8e38266b13800518830917a71dde4d3ee8f7ef
Author: Maxim Monastirsky
Date: Fri Nov 28 13:59:38 2014 +0200
fdo#86117 a11y: Exception when closing popup
sw/qa/extras/rtfimport/data/fdo72031.rtf |1
sw/qa/extras/rtfimport/rtfimport.cxx |9
unusedcode.easy |1
writerfilter/CppunitTest_writerfilter_misc.mk|1
writerfilter/Library_writerfilter.
sw/source/core/undo/unbkmk.cxx | 13 +++--
1 file changed, 3 insertions(+), 10 deletions(-)
New commits:
commit 43a803ccf8d392561bd168dc3b64695c4dcf93ce
Author: Matúš Kukan
Date: Wed Nov 26 21:26:06 2014 +0100
Use IDocumentMarkAccess::findMark here
Presumably, the nam
vcl/inc/headless/svpgdi.hxx |2 --
1 file changed, 2 deletions(-)
New commits:
commit c9271bd507e0eb9dd33e6f366479aad8b505a3e0
Author: Chris Sherlock
Date: Sun Nov 30 18:49:24 2014 +1100
vcl: remove IOS/OSX only code
Change-Id: I83fd835a8a198ff469cfaa0441c938acf9433862
Re
https://bugs.freedesktop.org/show_bug.cgi?id=65675
tommy27 changed:
What|Removed |Added
Depends on|75137 |
--
You are receiving this mail because:
You
https://bugs.freedesktop.org/show_bug.cgi?id=75025
tommy27 changed:
What|Removed |Added
Depends on||75137
--
You are receiving this mail because:
59 matches
Mail list logo