Jim Watson wrote:
Meanwhile, its seems for those of us who build outside the structured
environment of the distribution packagers, we should build on the oldest
possible linux installation.
Is that what Sun does?
Basically yes.
Kind regards, pl
--
If you give someone a program, you will fr
Hi,
you can delete libvclplug_dummy680ls.so; this is not installed by the
install set and used only during the build. I guess you copied that one
directly.
However that is unlikely to solve your problem. The most likely solution
as kendy said is that libvclplug_gen680ls.so is missing symbols
Laurent Denoue wrote:
> Can I tell the pdf export filter to only output text, not the images, or
> vector graphics, or background images (of an Impress for example)?
Sorry, currently that is not possible.
> Laurent.
> Note: I'm interested in text only because I can already export the actual
> dra
Clemens Eisserer wrote:
What do you think about writing out a summer-of-code slot this year
for enhancing VCL.
VCL itself is a great toolkit and I guess because of
not-existing-manpower it will be used for another couple of years, but
I think it lacks some features of modern toolkits.
Ah, a dip
That depends on what you mean by system fonts. If you're talking about
fonts from the Xserver, then this is intentional. If you're talking
about fonts from fontconfig, then no.
Kind regards, pl
G. Roderick Singleton wrote:
Before filing an issue, I thought I should ask if disabling use of
sys
Niklas Nebel wrote:
Stephan Bergmann wrote:
In a first step, I will try to identify and gather as many places in
OOo that need to be adapted, but I need your help for that: IF YOU
KNOW OF ANY PLACE IN OOo THAT NEEDS TO BE ADAPTED, PLEASE LET ME KNOW.
Wouldn't that be more or less any occuren
Bjoern Milcke wrote:
Hi,
since when do we have a quick-starter for Linux? I thought this was not
Since michael and kendy deemed one necessary and CWS gtkquickstart got
integrated in m187.
necessary, as the libraries are kept in memory after the first start
anyway, except if a lot of other
A query for issues with keyword "valgrind" turns up exactly one task
(17280). So how does one find the valgrind tasks ?
Curious, pl
Nikolai Pretzell wrote:
Hi,
this summer we have tried out to run the Office under Valgrind with the
automatic GUI test scripts provided by QA.
(http://wiki.ser
Hi,
Alan Yaniger wrote:
Hi list-members,
I deal mostly with RTL issues in OOo, and not surprisingly, I often end
up looking at the VCL code. Is there a document which systematically
describes this code? If not, does anyone have recommendations about how
to go about learning this code in an e
Mathias Bauer wrote:
Xu, Shenshen wrote:
Hello Everybody,
Could anybody tell me what is the meaning of the return value of
IMPL_LINK, I found some of the codes return 0L and few of the codes
return 1L, I wonder what the difference is ?
The meaning is that returning "0" means that the link wa
Mathias Bauer wrote:
Philipp Lohmann - Sun Germany wrote:
That is as correct as useless. :-)
Ok, you win. Excuse my being alive. ;-)
If anybody has a better idea that can prevent the occurence of our bug
by fixing something in VCL please let us know. This would save us the
investigation and
Frank Schönheit - Sun Microsystems Germany wrote:
No. The MyTabPage implemented a handler for the GetFocus event of one of
its children. Please examine the original example more carefully ;)
Point taken.
The other case you mention has nothing to do with
derivatives of Window at all; of course
Mathias Bauer wrote:
Philipp Lohmann - Sun Germany wrote:
You overlook an important detail: the problem happens before any such
notification could have been sent and Frank obvisouly tried to explain that.
The case Carsten mentioned was a control implementing :GetFocus and in
there
Frank Schönheit - Sun Microsystems Germany wrote:
There is even a event listener mechanism for dying windows.
Which also doesn't help, since it's also triggered from Window::~Window
only - which is too late, since a lot of destruction already happens
before this in the derived class.
Bullshit
Carsten Driesner wrote:
Frank Schönheit - Sun Microsystems Germany wrote:
I'm not sure I understand how this helps in your scenario? Is MyWindow
really already invisible while it is in its destructor?
Hi Frank,
I talked with Philipp about these problems and he suggested the solution
with IsI
Nikolai Pretzell wrote:
So I'd suggest:
- Summary looks like: Valgrind ID: ,
- The issues get the keyword "valgrind".
I think that's a good idea.
Kind regards, pl
--
If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them f
Frank Schönheit - Sun Microsystems Germany wrote:
Hi Philipp,
There's a keyword "valgrind"
(http://www.openoffice.org/issues/describekeywords.cgi), which already
captures this information - IMO duplicating this information in the
summary is prone to errors, and should be avoided.
Since leaving
Frank Schönheit - Sun Microsystems Germany wrote:
Hi Nikolai,
in a few weeks and beyond, there may occur a kind of IssueZilla issues
whose summary starts with "Valgrind ".
There's a keyword "valgrind"
(http://www.openoffice.org/issues/describekeywords.cgi), which already
captures this informa
Hi,
Lesley Northam wrote:
OpenOffice 1 (that ships with RedHat 9) cannot see these paper sizes
in the printing menu. As a result, I cannot print from OpenOffice 1
(formatting issues).
It probably can, but OOo 1 did not support CUPS. You would have to copy
your PPD to /share/psprint/drivers
Fabrizio Sigillò wrote:
I really dont' know if I'm speaking about a bug or not.
I'm an OpenOffice customer since 1.0 rel. but after I've installed the
2.0 released (and now the 2.0.1) I've noticed that the key POINT gives
back the COMMA symbol
Even if some time it can appears comfortable to
Carsten Driesner wrote:
I would propose to disable the warning C4355 for Windows, because we
have many places where we use 'this' in the initializer list (for
example, every dialog ctor).
+1
--
If you give someone a program, you will frustrate them for a day;
if you teach them how to program,
Jan Uhlir wrote:
Hello everyone,
I have a curious question about status of support of system
fontconfig/freetype in recent OpenOffice.org 2.0.x
Similar question was left unaswered on user forum so I'm trying my luck here..
I use build options --with-system-freetype --enable-fontconfig. Does it
Stephan Bergmann wrote:
So, if there are no objections, I would switch off the reftotemp warning
globally for all unxsol platforms.
+1
--
If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them for a lifetime.
-- Author un
Kay Ramme - Sun Germany - Hamburg wrote:
Philipp Lohmann - Sun Germany wrote:
Can I interpretate this in a way, you to be willing to join our diagnose
and debug macro consolidation meeting?! So, watch out for an event
notification for sometime next week :-)
Very good, that will test the
Frank Schönheit - Sun Microsystems Germany wrote:
Hi Kay,
Sorry for the (may be stupid) question, but why not just change
OSL_VERIFY to emit nothing, in case OSL_DEBUG_LEVEL == 0? I would expect
that only weird code would relay on the evaluation in case of a zero
debug level.
Why "weird"?
Hi,
what exactly would you want to know ? I could point at the vcl project
to vcl/inc/pdfwriter.hxx and vcl/source/gdi/pdfwriter_impl.[hc]xx which
contain that parts of OOo's PDF export that actually handle creating a
PDF. But that is of course code working inside OOo, one would have to
adapt t
Rene Engelhard wrote:
But now that I know that this is not intended ("huh?") I can do a cws with
enabling that for OOo also (i.e. configure check etc.). Wanna be QA rep?
Please do, but hjs would be a better candidate to QA this.
Sorry again, i didn't do it on purpose :-(
Regards, pl
--
Never be af
Philipp Lohmann - Sun Germany wrote:
Rene Engelhard wrote:
Huh ? it's not SO only; it's a configure option, configured with
environment variable ENABLE_PASF.
Regards, pl
Sorry, i looked at the wrong place ... which i'd have noticed had i
looked at your patch first, stupid me. I
Rene Engelhard wrote:
Hi,
Am Dienstag, 8. Februar 2005 12:46 schrieb Philipp Lohmann - Sun Germany:
Rene Engelhard a écrit :
why is portaudio / sndfile SO only in 680? It was implemented in
SRX645 whith OOo in mind, too. What is the reason? That the envvar
needed isn't set?
The reason is
eric.bachard wrote:
Hi Rene,
Rene Engelhard a écrit :
Hi,
why is portaudio / sndfile SO only in 680? It was implemented in
SRX645 whith OOo in mind, too. What is the reason? That the envvar
needed isn't set?
The reason is very simple: the child workspace vclppbugs8 that contains
the change for 6
There's no SRX680, there is SRC680 (the 2.0 tree) and SRX645 (the 1.1
patch tree). You'll want SRC680.
Kind regards, pl
Jacob Floyd wrote:
I'm creating a CWS and need to know what MWS to put it under.
What's SRX680 for? What's the difference betwen SRC680 and SRX680?
My CWS will not be incoropora
31 matches
Mail list logo