LibreOffice Calc: Reset positions of split dividers
To reset the position of split dividers, drag all the dividers out of the screen. Then turn off splitting and turn it on again.
Related cards:
LibreOffice Calc: How to paste cells without overwriting other cells
The default behavior of Calc is that when you paste cells from the clipboard, it overwrites whatever cells occupy the same space on the spreadsheet. If you would like to insert the cells in the clipboard instead by pushing the existing cells to ...
Move page breaks in LibreOffice Calc
- You can define what will be printed by checking View -> Preview Page Breaks and then moving around the blue borders.
- You can now define the size of the printed content under Format -> Page -> Sheet -> Scale. You can choose between three sc...
LibreOffice won't embed most fonts into PDFs (with fix)
- LibreOffice Impress, Writer, etc. doesn't embed most fonts into the PDFs it generates.
- This means if you share a slide show with a font that is not Arial...
Upgrade to LibreOffice 5.x on Ubuntu
Getting rid of your old LibreOffice
Remove your old LibreOffice:
sudo apt-get remove libreoffice*
You probably also want to get rid of the dead PPAs you might have installed for LibreOffice 4.x:
- Op...
Heads up: LibreOffice Calc AutoCorrect will change characters when pasting multi-line text
If you paste multiple lines of text into a cell, Calc's AutoCorrect will change the first character of the last line to uppercase:
foo => foo
bar bar
baz Baz
To fix this, go to Tools / AutoCorrect Options, choose the *O...
LibreOffice / Excel: Use tables like a hash map in formulas with VLOOKUP
If you're a frequent user of LibreOffice, I strongly recommend to checkout out the VLOOKUP
function (SVERWEIS
in German). It allows you to treat a column pair as a hash map, where ...
Ruby: How to keep split delimiter (separate, or as part of substrings)
Ruby's String#split
returns an array of substrings from the given string. Usually, this is missing the split characters:
>> 'user@example.com'.split('@')
=> ["user", "example.com"]
If you want to join those parts later on, you migh...
Heads up: LibreOffice Calc adds quotation marks when copying data from multi-line cells
Copy data from LibreOffice Calc
When you copy data from multi-line cells in LibreOffice Calc, quotation marks are automatically added, which you may not want.
For example with license keys:
09:46:24 [...
Make Type 1 fonts (.pfb/.pfm) appear in OpenOffice on Ubuntu Linux
When you install Type 1 fonts (like makandra's corporate typeface), they won't show up in OpenOffice. OpenOffice requires some additional files to process them. Stefan Gründel [found out what to do](http://sgruendel.blogspot.com/2007/10/installing...
LibreOffice Impress: Distorted text letters in presentation mode
Upgade to LibreOffice 3.5.3+ or disable hardware accelleration in Tools → Options → LibreOffice → View → Graphic output.