Hallo, I've checked the Dev Guide and the IDL docs but I can't seem to
find any services/interfaces that allow me to create/edit Basic
scripts included in a document via the UNO API. It would be nice if
someone could point me in the right direction.
Matthias
On 11/16/06, Andreas Saeger <[EMAIL PROTECTED]> wrote:
[...]
oDocLibs = oDoc.BasicLibraries
oLib = oDocLibs.createLibrary("testLib")
[...]
Does this help?
Thanks. I'm trying to do this from Java. I've checked the IDL docs and
it seems that createLibrary() is provided by XStarBasicAccess, howe
Is it possible to access the OOo repository via Web? I'm sitting
behind a firewall so I can't use CVS to access the repository.
In any case, can someone with CVS access tell me if the file
ooo_OOE680_m6_src/sw/source/core/bastyp/index.cxx
has been edited since 2006/09/16 20:42:18. I'm debugging
On 12/11/06, Niklas Nebel <[EMAIL PROTECTED]> wrote:
Use the "Version control - CVS" link on the project page
(sw.openoffice.org).
Thanks.
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
The file ooo_OOE680_m6_src/sw/source/core/crsr/pam.cxx contains the
following comment
/*
417 |*
418 |* SwPointAndMark
419 |*
420 |* BeschreibungPAM.DOC
This looks as if there is a descr
Does anyone have a suggestion for a good way to distribute data
sources to all user accounts on several machines. I want certain data
sources to be available to all users on several computers, without the
users having to do any manual registration of the data source.
The method should be scriptabl
On 12/19/06, Andrew Douglas Pitonyak <[EMAIL PROTECTED]> wrote:
Matthias B. wrote:
You say "Data Source", and I think "Base Document".
You no longer need to register a data source to use it. You simply need
to point at the Base Document.
The primary
advantage for this,
I've tried without success to dispatch URLs for a custom URL-scheme
supported by a custom component via the command line, i.e with the
command
soffice
This works fine for http:-URLs and private: URLs as well as file:
URLs, but not for my custom URLs. Is it at all possible to dispatch
custom URL
I've created issue 72942:
http://qa.openoffice.org/issues/show_bug.cgi?id=72942
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I've managed to build OOo from the standard sources. I've specified
--with-lang="de" and was hoping to get an OpenOffice whose GUI I could
switch between US English and German. However I ended up with 2
independent directories with a full set of .deb packages in each
directory. The German packages
On 1/23/07, Subir Pradhanang <[EMAIL PROTECTED]> wrote:
$SRC_ROOT> cd instsetoo_native/util; dmake ooolanguagepack
Thanks. That worked.
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
I've done a --enable-dbgutils build because I thought it could aid in
debugging the frequent OOo crashes we suffer from. I'm a little bit
shocked (although on 2nd thought not really surprised) at the number
of message boxes with failed assertions and other messages about
conditions that are not su
My self-compiled OOo looks for its dictionaries in
/opt/openoffice.org2.1/share/dict. How can I change this (preferably
at compile-time) to /usr/share/ooo-dict ?
I want to change the directory for spell checker, thesaurus and hyphenation.
Matthias
When I build OOo I get the debs for OOo itself, but
openoffice.org-debian-menus is not built. How do I get this to be
built? Calling dmake in sysui/desktop/debian doesn't work.
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED
Hallo,
I've run the ooo_releasetests.sh on my own build of OOo 2.1 and I have
some questions about the tests that failed. The first failure is
tGallery_CheckNames
- check the number of gallery-themes
Warning: Difference in count of gallery themes; found: '6'; expected: '30'
- check the names of
On 2/12/07, Thorsten Bosbach <[EMAIL PROTECTED]> wrote:
> Where are the other 24 themes supposed to come from?
That is because the test writer assumed that he always has a StarOffice
version to test ;-)
He updated his test for OOo 2.2 and SRC680: on 14.12.2006
http://qa.openoffice.org/source/bro
For policy reasons we want to prevent users from storing data directly
inside ODB files. But we want to retain all of OpenOffice.org features
for other database types that use external storage. Does anyone have
an idea how we can achieve this?
Matthias
---
On 2/9/07, Rene Engelhard <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Matthias B. wrote:
> When I build OOo I get the debs for OOo itself, but
> openoffice.org-debian-menus is not built. How do I get this to be
> built? Calling dmake in sysui/desktop
On 2/14/07, Frank Schönheit - Sun Microsystems Germany
<[EMAIL PROTECTED]> wrote:
Hi Matthias,
> For policy reasons we want to prevent users from storing data directly
> inside ODB files. But we want to retain all of OpenOffice.org features
> for other database types that use external storage. D
On 2/14/07, Rene Engelhard <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Matthias B. wrote:
> Well, since I build on Debian I thought package format "native" would
> be the same as "deb" (since deb is the native format for Debian)
On 2/14/07, Frank Schönheit - Sun Microsystems Germany
<[EMAIL PROTECTED]> wrote:
Okay, didn't know there was a list of all drivers in the DevGuide.
Sounds strange and not very fruitful.
This table is very useful. It lists the drivers, the URLs to specify
for getting a Connection and which oper
We have a custom OOo component and we'd like to store additional data
inside a document that this component can access. So far we've encoded
the data as text and then stored it in notes, but this is quite
hackish. What we would like to do is to put an extra binary file into
the ODT file (which aft
For those interested in our use case for this request: Our custom
component supports plugins (Java .class files) that do plausibility
checks on user input to forms. We want to be able to embed these
.class files inside the documents that use them and then load them via
a custom ClassLoader.
Matth
I've changed /opt/openoffice.org/share/registry/data/org/openoffice/Inet.xcu
so that it reads
http://openoffice.org/[...]
0
[...]
but when I check the proxy settings in Tools/Options the proxy is
still set to "System". Th
I've created a database that references a Calc document. I get an
"Invalid Statement" error trying to use the following SQL statement
SELECT "Tabelle1"."A" AS "A", "Tabelle1"."B" AS "B", "Tabelle1"."C" AS
"C" FROM "Tabelle1" AS "Tabelle1" WHERE ( LOWER ( "Tabelle1"."A" )
LIKE 'g%' )
The same sta
On 3/15/07, Oliver Braun <[EMAIL PROTECTED]> wrote:
Hi Matthias,
I assume you are either running GNOME or KDE. The OOo configuration
backends for both desktops need to change the (default) value of this
setting at runtime, otherwise "system" would have to be the default,
even for desktop environ
On 3/21/07, Oliver Braun <[EMAIL PROTECTED]> wrote:
"System" means "import from desktop environment", i.e. you probably have
KDE configured to use a proxy. Why should OOo not use the same proxy as
all your KDE apps ? If other users have not configured a proxy in KDE,
they won't have one in OOo, t
On 3/22/07, Stephan Bergmann <[EMAIL PROTECTED]> wrote:
With my limited understanding of configmgr :) I would assume that
setting the ooInetProxyType node in
share/registry/data/org/openoffice/Inet.xcu to oor:finalized="true"
should prevent other layers (incl. the system integration backend) fr
On 3/23/07, Oliver Braun <[EMAIL PROTECTED]> wrote:
> This leaves us no choice but to have our component disable the proxy
> via UNO API, which of course prevents use of a proxy completely, even
> in environments where the proxy is properly configured.
If you don't need a proxy for the servers y
I have a reproducible segfault I'd like to examine with GDB, but I
have a problem. When I run the program without the debugger I get the
message
CO> #
CO> # An unexpected error has been detected by HotSpot Virtual Machine:
CO> #
CO> # SIGSEGV (0xb) at pc=0x9b15805d, pid=15855, tid=2610363312
CO>
On 7/3/07, Matthias B. <[EMAIL PROTECTED]> wrote:
I have a reproducible segfault I'd like to examine with GDB, but I
have a problem. When I run the program without the debugger I get the
message
I tried it again with libscriptframe.so LD_PRELOADED and this time it
seems to work
On 7/3/07, Stephan Bergmann <[EMAIL PROTECTED]> wrote:
Bad luck. Your code (libscriptframe.so) is obviously part of an OOo
Extension you just installed.
You're mistaken. It's part of the scripting framework which is a
regular part of OOo. The source code is in
OOF680_m18/scripting/source/provi
I want to convert a Java program that causes OOo to crash into Basic
to make it easier to reproduce for filing a bug report. Can someone
tell me how to get
"/singletons/com.sun.star.script.browse.theBrowseNodeFactory" in OOo
Basic? In Java I get it via getValueByName() from the DefaultContext
(whi
On 7/3/07, Peter Eberlein <[EMAIL PROTECTED]> wrote:
Cont = GetProcessServiceManager().DefaultContext()
Thanks. That's what I was missing.
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
I have built OOo on a Debian system (from vanilla m221 sources) with
KDE. Tools/Options/Memory has a checkbox "Enable systray
quickstarter", but this doesn't seem to do anything and it gets unset
automatically whenever I close OOo and start it again.
What is this option supposed to do? Is it suppo
How do I change the definition of the standard paragraph styles such
as Heading 1, 2,3... on a global level. Can I do this via a uno.pkg?
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
Hi Frank,
Thanks for you help.
On 8/21/07, Frank Meies <[EMAIL PROTECTED]> wrote:
> Hi Matthias,
>
> On 08/20/07 10:00, Matthias B. wrote:
>
> > How do I change the definition of the standard paragraph styles such
> > as Heading 1, 2,3... on a global level. Can I
Thanks. That should get me started.
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I've filed an issue for this
http://www.openoffice.org/issues/show_bug.cgi?id=81899
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I'm looking for a way to get notified when a document's URL
(XModel.getURL()) changes, usually after the user saves the document
via save as (or save in case of a new document). I tried an
XStorageChangeListener, but it's not triggered in this case. The only
other thing I can think of is to catch
On 10/17/07, Mathias Bauer <[EMAIL PROTECTED]> wrote:
> You can try the document event "OnSaveAsDone".
>
Yes, that works. Thanks.
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
As explained in
http://qa.openoffice.org/issues/show_bug.cgi?id=82879
when you call loadComponentFromUrl() from inside OOs JVM (e.g. from a
Java component or a BeanShell script) in all but the most trivial
contexts the newly opened window will freeze when you attempt a
drag'n'drop operation in it
Is it possible for our custom Java component to broadcast events via
the GlobalEventBroadcaster, so that listeners listening on it will
receive them?
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
I can confirm this with 2.3.1rc1 under Linux. OOo freezes and its
memory consumption grows and grows and grows ...
Matthias
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I'm discovering that what should be a simple task actually isn't. How
do I copy a PageStyle? The following attempt to create a PageStyle
"foo" with the same properties as "Standard" does NOT work:
newStyle = doc.createInstance("com.sun.star.style.PageStyle")
pagestyles = doc.StyleFamilies.getB
On Dec 14, 2007 7:45 AM, Oliver Brinzing <[EMAIL PROTECTED]> wrote:
> Hi Matthias,
>
> this works for me (calc):
>
> Oliver
Sorry, but your code copies even less. Header and footer are
completely missing in the copied page style whereas with my code
they're at least present (although empty and wit
On Dec 18, 2007 7:20 PM, Oliver Brinzing <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Matthias,
>
> > Sorry, but your code copies even less. Header and footer are
> > completely missing in the copied page style whereas with my code
>
> yes you are right, i fou
I'm trying to create a new AutoText via API, but it doesn't work. I've
copy'n'pasted the example from the Dev Guide and it throws a
RuntimeException (with no detail message) on the call to
XAutoTextGroup.insertNewByName(). I've tried creating an AutoText via
Basic, but it has the same problem. Belo
I'm trying to create a new AutoText via API, but it doesn't work. I've
copy'n'pasted the example from the Dev Guide and it throws a
RuntimeException (with no detail message) on the call to
XAutoTextGroup.insertNewByName(). I've tried creating an AutoText via
Basic, but it has the same problem. Belo
On Jan 16, 2008 2:53 PM, Oliver Specht <[EMAIL PROTECTED]> wrote:
> Hi,
> the group name contains a path index separated by '*'. If this is not
> supplied then the first AutoText path is used to create the new group
> file. This file is usually placed in the share layer. If your share
> layer is no
XAutoTextGroup.insertNewByName() does not have a switch (unlike the
GUI) to define if I want to create a text-only autotext or not. And it
seems that it always works text-only. Is there a way to create an
AutoText entry for a text range that contains formatting and complex
contents, as I can do via
It seems that the behaviour depends on the kind of text range I pass
in. If I use my TextRange directly, the created AutoText is
"text-only", if I wrap it in a TextCursor first, I get the complete
contents. Is this intentional? Is this documented somewhere?
Matthias
--
On Jan 17, 2008 1:29 PM, Oliver Specht - Sun Germany - ham02 - Hamburg
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> the implementation of SwXAutoTextGroup::insertNewByName() tries to find
> the implementation object of the supplied XTextRange. If it succeeds it
> inserts the text with formatting. Otherwise
On Jan 17, 2008 2:23 PM, Oliver Specht - Sun Germany - ham02 - Hamburg
<[EMAIL PROTECTED]> wrote:
> Please file an issue.
I've filed
http://qa.openoffice.org/issues/show_bug.cgi?id=85426
and
http://qa.openoffice.org/issues/show_bug.cgi?id=85427
Matthias
--
On Jan 21, 2008 6:22 PM, Oliver Brinzing <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Matthias,
>
> |
> | http://qa.openoffice.org/issues/show_bug.cgi?id=85426
> | http://qa.openoffice.org/issues/show_bug.cgi?id=85427
>
> could you please check if one of your
On Sat, May 10, 2008 at 7:34 AM, rick cameron <[EMAIL PROTECTED]> wrote:
> Hi, Ariel
>
> Thanks again for the examples. I'll try them once I get the basics in place.
>
> Can you tell me whether it's possible for a C++ client app to create OOo
> objects (such as a spreadsheet) in the same process
I am trying to build OOo_3.0.0beta from the official sources. I've
tried it with the same build script that can successfully build OOo
2.4 and which essentially does the same as described here
http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org
Now for 3.0.0beta the build fails with
I'm looking for a non-broken copy of
OOo_3.0.0_LinuxIntel_install_de_deb.tar.gz. I've tried 3 mirrors so
far and each time got an archive with a different md5sum and they all
gave me
gzip: stdin: unexpected end of file
tar: Unerwartetes Dateiende im Archiv.
tar: Unerwartetes Dateiende im Archiv.
t
On Thu, Oct 23, 2008 at 11:24 AM, Nguyen Vu Hung <[EMAIL PROTECTED]> wrote:
>> 8efc22c51e87013f4c3e9c728777d3ae
> wget
> http://ftp.kddilabs.jp/office/openoffice/extended/3.0.0rc4/OOo_3.0.0rc4_20080930_LinuxIntel_install_de_deb.tar.gz
> [EMAIL PROTECTED] tmp]$ md5sum
> OOo_3.0.0rc4_20080930_Linux
I'd like to draw attention to issue 95496. This issue has severe
consequences for all applications that open documents and templates
via loadComponentFromUrl(). We have a custom launcher for templates
and this issue is a showstopper for our deployment of OOo 3.0 under
Linux (and therefore a showst
On Fri, Mar 13, 2009 at 12:30 PM, Rich wrote:
> seeing as my bug made the list, i'll chime in.
> i've reported quite some bugs, absolute majority being found in real life
> usage. but i'm not the casual user, as i run dev snapshots most of the time,
> which increases chances of stumbling upon bugs
On Wed, Apr 1, 2009 at 11:27 PM, Maximilian Odendahl
wrote:
> can you name some of these regressions which prevent you in using 3.1?
>
http://www.openoffice.org/issues/show_bug.cgi?id=100374
and
http://www.openoffice.org/issues/show_bug.cgi?id=100718
Both scheduled for 3.2.
Matthias
---
On Thu, Apr 2, 2009 at 3:23 PM, Juergen Schmidt wrote:
> Hi Mathias,
>
> Matthias B. wrote:
>>
>> On Wed, Apr 1, 2009 at 11:27 PM, Maximilian Odendahl
>> wrote:
>>>
>>> can you name some of these regressions which prevent you in using 3.1?
On Fri, Apr 3, 2009 at 8:51 AM, Juergen Schmidt wrote:
> First of all thanks for all the issue reports. 131 issues over which period?
Our oldest issue is from May 17, 2005, so that would be almost exactly 4 years.
> You heavily use OO and of course the API.
> Probably for your use-cases every si
A Java extension contains an extension.uno.jar archive which contains
a META-INF/MANIFEST.MF file. I cannot find documentation on the
following entries in the manifest:
Bundle-Name
Bundle-Activator
Bundle-SymbolicName
Bundle-Version
What are the exact meanings of these? Are they at all used in
Maybe I've overlooked it but I haven't seen an equivalent to
svn switch URL-of-CWS-or-tag
With svn I had one checkout which I switched to whatever cws or tag I
wanted to build and svn switch would only download the differences
between my current checkout and the target. That was fast, saved
bandw
I have a component that registers on the GlobalEventBroadcaster to
listen for new documents (OnCreate event) to do some processing on
every text document that is opened. Now I have the problem that
OpenOffice.org broadcasts these events even for internal documents
that it creates temporarily. For i
On Tue, Jan 19, 2010 at 7:03 PM, Mathias Bauer wrote:
>> I think OOo should not even broadcast events for these documents. They
>> are implementation details subject to change. Components have no
>> business dealing with them.
>
> What is an "implementation detail" might be in the eye of the beho
68 matches
Mail list logo