Re: Writer Table Columns Access via Java API

2019-05-06 Thread Thomas Krumbein
Hey Andy, is is not a bug... the use of writer tables is a little bit different. the width of a column is not an absolute value, but will be calculated in realitionship to the width of the table itself. And the width of the table depends on width of your page, textarea and right/left margins.

Re: How to check Uno objects types with Basic macro ?

2017-12-22 Thread Thomas Krumbein
Hey Patrick, to check, if a basic object is a document section, you can check, if the object supports the according service.. for example: if oObj.supportsService("com.sun.star.text.TextSection") then   ' is a text section a little bit different is this, if you have a cursor-object and

Re: Ask for help - disable OpenCL via config-file (*.xcu) or registry-key

2016-10-15 Thread Thomas Krumbein
help, best regards Thomas Am 14.10.2016 um 11:31 schrieb Regina Henschel: Hi Thomas, Thomas Krumbein schrieb: Hey all, there is a technical question in german ask.libreoffice.org system I cannot answer. Maybe someone can help? I will pass the answer. # original message: "Hallo,

Ask for help - disable OpenCL via config-file (*.xcu) or registry-key

2016-10-13 Thread Thomas Krumbein
Hey all, there is a technical question in german ask.libreoffice.org system I cannot answer. Maybe someone can help? I will pass the answer. # original message: "Hallo, wir nutzen LibreOffice in unseren Schule für ca. 3500 Accounts. Jetzt haben wir festgestellt, dass bei Impress im

Re: suggested method to create LibreOffice Extensions

2015-11-16 Thread Thomas Krumbein
Hey Andrea, hmm, I will do an workshop tomorrow with a very equal questinary and becouse I have used everytime BAB, I try to give you some more information: Yes, BAB was and is a very usefull tool, unfortunatly Paolo do not maintain it any more. Because of an codechange in AOO for extensions,

Question presets upcomming version 5

2015-05-07 Thread Thomas Krumbein
Hey all, Is there a desicion made what will be the icon-preset in Version 5? Background: I try to publish new documentation on LibO 5 near to date of release LibO 5. Ducumentation must start now - and I want to take screenshots fitting to the preset Icon sets. My personal favorit is the Breeze

How to hide configuration page BasicIDE?

2015-04-02 Thread Thomas Krumbein
Hello everybody, I am playing around with configuration-files (*.xcd) and registry-datas. I found the following example to hide an option page and it works fine. ?xml version=1.0 encoding=UTF-8? oor:data xmlns:xs=http://www.w3.org/2001/XMLSchema;

Re: How to hide configuration page BasicIDE?

2015-04-02 Thread Thomas Krumbein
Am 02.04.2015 18:31, schrieb Andras Timar: [..] It is BasicIDEOptions. See http://opengrok.libreoffice.org/xref/core/cui/source/options/treeopt.cxx#346 Best regards, Andras Thank you, Andras :)) That answers my second question:)) Best regards Thomas -- ## Unterstützung der freien Office

Re: How to hide configuration page BasicIDE?

2015-04-02 Thread Thomas Krumbein
Hey, I found the right page: BasicIDEOptions It works like it should :)) Nevertheless - where are those names dokumented? Searching the main.xcd you will not have a result looking for BasicIDEOptions? Best regards Thomas Am 02.04.2015 08:28, schrieb Thomas Krumbein: Hello everybody, I

Question about version

2014-03-02 Thread Thomas Krumbein
Hey all, for the upcoming event CeBIT 2014 I am now preparing the demo-maschines. Actual I can find the Version 4.2.1 - is this the last and newest version for the next two weeks? Or is there a plan to release a 4.2.2 Version next week? Thanks and regards Thomas -- ## Unterstützung der

Some information about LibO on actual hardware

2014-02-18 Thread Thomas Krumbein
Hey all, in actual business cases more and more people are using tablets and small and light computers (convertibals, ultrabooks). And because we will be on CeBIT and CeBIT is a business exhibition, I want to be sure, that LibO will work with actual hardware. So I bought a Lenovo Yoga2 13

Re: Some information about LibO on actual hardware

2014-02-18 Thread Thomas Krumbein
Hey Keith, well, I have loaded the version 4.2.1 ;) But nevertheless - yes, I will test and give you all the feedback I can give :) I will update the version during the first march week - so before CeBIT. Best regards Thomas Am 18.02.2014 22:58, schrieb Keith Curtis: I have the same

Re: modification of print dialog

2014-01-30 Thread Thomas Krumbein
Hey Alex, yes, that's easy :) Just write a small macro to check if the actual document has a URL and if, check the flag isModified(). If this flag is true or the Document do not have an url you do have unsaved changes - so you can act with a own dialog. Otherwise call uno:print - that is the

Re: LibO 4.2.0.0 - Configuration page

2013-12-16 Thread Thomas Krumbein
Hi Niklas, Am 16.12.2013 18:44, schrieb Niklas Johansson: Hi Thomas Did you find any good way to disable the Expert Config page? Yes, I found a way :) It is the way you discribe below, just to remove the whole option-page. That will work in most cases. Aditional - the information that Kendy

LibO 4.2.0.0 - Configuration page

2013-12-04 Thread Thomas Krumbein
Hey there, I just play a little with the upcomming Version 4.2.0.0. Nice feature - this configuration window :) But - please - make this activation button under tools - options - Libo - Advanced - Expert Config page configurable with config-files (*.xcd files, stored in programm-installation -

Vendors Name via UNO API / Basic Macros

2013-11-15 Thread Thomas Krumbein
Hey all, I am looking for an easy way to find out, which product (LibO or AOO) is installed and currently activ via Basic Macros. Because in LO 4.1 we have some API-changes, macros should now have a version-switch. There are different methods to get the internal version-number - that is not a

Re: Vendors Name via UNO API / Basic Macros

2013-11-15 Thread Thomas Krumbein
Hey Michael, Am 15.11.2013 12:53, schrieb Michael Stahl: On 14/11/13 09:21, Thomas Krumbein wrote: Hey all, I am looking for an easy way to find out, which product (LibO or AOO) is installed and currently activ via Basic Macros. Because in LO 4.1 we have some API-changes, macros should now

Re: Vendors Name via UNO API / Basic Macros

2013-11-15 Thread Thomas Krumbein
Hey Kendy, Am 15.11.2013 15:35, schrieb Jan Holesovsky: Hi Thomas, Thomas Krumbein píše v Pá 15. 11. 2013 v 13:43 +0100: Well, this change was a small technical thing - but with a very big influence on typical market applications. Every custom macro application with dialogs or forms

Re: Vendors Name via UNO API / Basic Macros

2013-11-15 Thread Thomas Krumbein
for unexpierienced macro developers. I will do a feature request or this :) best regards Thomas Am 15.11.2013 14:11, schrieb Miklos Vajna: Hi, On Fri, Nov 15, 2013 at 01:43:38PM +0100, Thomas Krumbein thomas.krumb...@documentfoundation.org wrote: Thanks for this - I know the xcu files

Pre-Configuration LibO

2013-10-01 Thread Thomas Krumbein
Hey all, I tried to build an xcd-file to change some presettings in LibO. Unfortunatly it doesn´t work. Maybe someone can give me some hints? 1. I wont to enable the experimental sidebar per default. All xcd-files are UTF8 and LF coded, places in share/registry My first approch: ?xml

Re: Pre-Configuration LibO

2013-10-01 Thread Thomas Krumbein
Hey Niklas, Yes, your file works fine :-) Thank you for your help. So, I think, my path was wrong. I tried to extract the path out of this line: item oor:path=/org.openoffice.Office.Common/Miscprop oor:name=ExperimentalSidebar oor:op=fusevaluetrue/value/prop/item (Part of the

Question to code-insider: maximum numbers

2013-09-30 Thread Thomas Krumbein
Hey all, I do have a customer, who like to know some special borders for an evuluation study. Unfortunatly I cannot give him an exact answer. So - maybe someone can help me? Question Calc (spreadsheet): How many datapoints can be access for charts? Means: How many lines can be maximum used for