Questions tagged [libreoffice-impress]
9 questions
2
votes
0 answers
Libreoffice Impress: cannot delete table
LibreOffice Impress (Version: 5.4.0.3)
After inserting a table. I am not able to see any option for deleting the table.

Binil Jacob
- 501
- 6
- 9
2
votes
2 answers
Edit source code of Impress odp file
I want to edit the source code of an Impress file (.odp) but when I open it is just machine coded.
I want to do it because when I converted files from PowerPoint to an Impress File some parts got mixed up. Like for example footer and numbering can't…

Felix Yah Batta Man
- 449
- 5
- 12
2
votes
2 answers
Macro in LibreOffice to change the background of an Impress Slide to a solid black color
Looked all around and could not find it. Need a macro so that I can repeat it 695 times, on 695 different files I have. Documentation is kind of uneasy, or I am unlucky.
I could do it in Microsoft VBA as follows:
Sub VbaBlackies
Dim oSl As…

Andre Soeiro
- 37
- 6
2
votes
1 answer
How to change the font?
I want to change the font and set its style to bold.
I have two problems:
changing CharWeight works but not CharFontName
it applies "bold" to the whole paragraph, not only to the selection
Here's my code:
sub AddAnimation
xTextCursor =…

Olivier Pons
- 15,363
- 26
- 117
- 213
1
vote
1 answer
Fill the background of a presentation file with pics via commandline
I have some jpegs I want to use as background pictures in a libreOffice Impress presentation. But I don't like to add them slide by slide.
Is there a way to use the (Linux) commandline to add the pics into a presentation file?
Something like:
for i…

schmendrich
- 111
- 1
0
votes
0 answers
Can I increase a number by a macro in LibreOffice Impress?
I want to make a counter with Libreoffice Impress.
Each Time I click on a rectangle, the number inside increases.
Dim Doc As Object
Dim Page As Object
Dim Rect As Object
Doc = ThisComponent
Page = Doc.drawPages.getByName("Test")
Rect =…

Bob La Touffe
- 27
- 3
0
votes
1 answer
Cannot retrieve container for XShape in LibreOffice
I'm struggling with some code using LibreOffice 7.1.0 on Windows 10 to append images from a folder into separate slides in Impress. I've been looking here and OpenOffice documentation. This call continuously fails (null):…

user2338150
- 479
- 5
- 14
0
votes
2 answers
How to select a textbox in LibreOffice Impress and change it's font size using Python?
I'm new at using python with the LibreOffice suite. I'm basically trying to programmatically copy a base Impress file and mass copy it but changing the size of certain text boxes.
I checked some documentation online about this but was confused on…

Owlet
- 47
- 9
0
votes
1 answer
cannot format LibreOffice impress slide, all help appears to refer to non-existent menu item
I simply want to change page dimensions. Every website I visit starts with the instruction
Click format
Select page
I can't get that far. I may not even understand what it means to "Click format" There is a format menu, but it does not have a…

Chip Grandits
- 317
- 1
- 9