Search found 16 matches

by cve60069
Wed Mar 03, 2021 7:07 pm
Forum: Macros and UNO API
Topic: Remove an image from a Draw Page
Replies: 4
Views: 2769

Re: Remove an image from a Draw Page

Thanks for the advise. I tried Page.Remove(PDF) but to no avail. To get around the problem, I close the document Doc.Close and then I open it again and then continue. It works but the screen does flash a lot as it opens, saves the contents and then closes again. I hope others reading this may know a...
by cve60069
Tue Mar 02, 2021 9:07 pm
Forum: Macros and UNO API
Topic: Remove an image from a Draw Page
Replies: 4
Views: 2769

Remove an image from a Draw Page

Hello I have inserted an Image into a Draw Page using Basic. This is basically what I did Dim Doc As Object Dim Page As Object Dim PDF As Object 'pdf postion and size Dim Point As New com.sun.star.awt.Point Dim Size As New com.sun.star.awt.Size Doc = ThisComponent 'First Point on all pages Point.x =...
by cve60069
Sat Feb 20, 2021 12:39 pm
Forum: Macros and UNO API
Topic: [Solved] Insert an image into Draw document using Basic
Replies: 3
Views: 3219

Re: Insert an image into Draw document using Basic

I have got the program to work. I created two pdf's and saved them in a folder. I run the macro MergePDF and the sub opens Draw, creates the two pages, copes the pdf's onto each page. The document then exports the two pdf's as one. Draw must be closed for this to work. sub MergePDF() Dim Doc As Obje...
by cve60069
Mon Feb 15, 2021 7:58 pm
Forum: Macros and UNO API
Topic: [Solved] Insert an image into Draw document using Basic
Replies: 3
Views: 3219

[Solved] Insert an image into Draw document using Basic

Hello I am wanting to insert an image into a LibreOffice Draw document using Basic. I create a Draw document and then I add a page to the document and then rename the pages. I want ti insert an image into Page1 and then add another Image to Page2. I have the pages created as I want but I am unable t...
by cve60069
Sun Oct 04, 2020 10:32 pm
Forum: Macros and UNO API
Topic: How do I sign and install the API for NetBeans
Replies: 5
Views: 8602

Re: How do I sign and install the API for NetBeans

I am using Windows 7, You are using Linux. Is that a problem.
by cve60069
Sun Oct 04, 2020 5:03 pm
Forum: Macros and UNO API
Topic: How do I sign and install the API for NetBeans
Replies: 5
Views: 8602

Re: How do I sign and install the API for NetBeans

Did not work.

I select the unsigned bit and continue and same problem.
by cve60069
Sun Oct 04, 2020 3:31 pm
Forum: Macros and UNO API
Topic: How do I sign and install the API for NetBeans
Replies: 5
Views: 8602

How do I sign and install the API for NetBeans

Hello I am trying to load the API into netbeans 8 but keep getting and error. This is what I do. 1. Add Plugin 1448819236_org-openoffice-extensions-4.1.4.nbm 2. Install ... Program runs 3. I get a screen message saying "1 plugin out of 1 requires your attention and confirmation before installin...
by cve60069
Tue Sep 29, 2020 6:43 pm
Forum: Calc
Topic: My first Extension not working
Replies: 11
Views: 2418

Re: My first Extension not working

I am still unable to get the extension to work in Libre Office. 1. I corrected the Manifest File to show the correct path pkg-desc to pkg-description and this version worked in Open Office. 2. I went onto Bug Fix and the problem is not a bug but software. 3. When I peruse the Addons.xcu file I note ...
by cve60069
Thu Sep 24, 2020 9:33 am
Forum: Calc
Topic: My first Extension not working
Replies: 11
Views: 2418

Re: My first Extension not working

I downloaded Open Office and the extension loaded and worked first time. I opened a Libre Document and the page had lost a lot of Formatting. Suppose I shall have to run both packages.
by cve60069
Thu Sep 24, 2020 9:13 am
Forum: Calc
Topic: My first Extension not working
Replies: 11
Views: 2418

My first Extension not working

Thanks for taking the time to check this tutorial Firstly, I am using LibreOffice 7 and windows 7. Not sure why this browser changed the LibreOffice to Apache. I went into the Manifect file and changed the pkg-desc to pkg-description but I still had the same problem. I went and moved all the files f...
by cve60069
Tue Sep 22, 2020 2:18 pm
Forum: Calc
Topic: My first Extension not working
Replies: 11
Views: 2418

My first Extension not working

I am hoping this forum will help me with a LibreCalc error. I am following the "Development/Create a Hello World LibreOffice extension" tutorial and have created the files and folders as explained. However, when I Add the extension to LibreCalc I get an error: i.e. (com.sun.star.deployment...
by cve60069
Wed Feb 11, 2015 11:46 pm
Forum: Macros and UNO API
Topic: [Solved] An 'Hello World' macro
Replies: 2
Views: 1280

Re: An 'Hello World' macro

Many thanks
by cve60069
Wed Feb 11, 2015 7:09 pm
Forum: Macros and UNO API
Topic: [Solved] An 'Hello World' macro
Replies: 2
Views: 1280

[Solved] An 'Hello World' macro

Hello I have downloaded Open Office and the SDK today and am keen to get going. Is there an 'Hello World' macro I could copy or download that will say 'hello' when I activate a sheet say? I am not being lazy but I learn from examples first and then I can understand what I am reading. I'm pretty good...
by cve60069
Mon Feb 25, 2013 1:53 pm
Forum: Calc
Topic: [Solved] Turning off auto capitalisation & cell autocomplete
Replies: 4
Views: 2044

Re: [Solved] Turning off auto capitalisation & cell autocomp

Villeroy

Thanks for showing me the help.

Regards
by cve60069
Fri Feb 15, 2013 2:52 pm
Forum: Calc
Topic: [Solved] Turning off auto capitalisation & cell autocomplete
Replies: 4
Views: 2044

Re: Turning off automatic capitalisation and cell autocomple

Many thanks. I spent hours searching for those controls.
by cve60069
Fri Feb 15, 2013 12:36 pm
Forum: Calc
Topic: [Solved] Turning off auto capitalisation & cell autocomplete
Replies: 4
Views: 2044

[Solved] Turning off auto capitalisation & cell autocomplete

Hello

I want to stop Calc from capitalise the first letter of my words and to stop autofill of cells. I do not want to do this permanently, just when I need.

Please point me in the right direction.

Regards