Top "Calc" questions

calc refers to anything remotely related to anything about calculating anything.

CSS - Use calc() to keep widths of elements the same

Is something like this possible in CSS? <table> <tr> <td id="elementOne">elementOne</…

html css calc
Set Parent Width equal to Children Total Width using only CSS?

I don't know how many .child elements .parent will contain but I know their individual width. I want to set …

html css width calc
Is it possible to get a negative value with CSS calc()?

Let's say we have a container that is centered in the viewport ... .centered{margin: 0 auto; width:960px;} ... and inside that …

css calc
Is it possible to use CSS calc() in order to calculate an width/height ratio?

This is the code which I currently have (it does not work yet): HTML: <div class="chi_display_header" …

css calc
what language do I need to write macros in LIbre Office Calc?

I've written a bunch of VBA code for various things in Excel. I'm looking at migrating to libreOffice. Under Tool-&…

python macros libreoffice calc
Use screen.width inside calc (css)

Is there a was of using screen.width inside calc? Something like this: left: calc(250px + screen.width - 1024px)!…

css width screen calc
Libreoffice Calc: Custom x axis label

I am trying to create a diagram in Libreoffice calc, where the x axis labels shall be intervals and the …

label diagram libreoffice calc
Libreoffice : Referencing cells in another worksheet via FIND(), LOOKUP(), or EXACT()?

I'm trying to learn LibreOffice's scripting capabilities, and have a specific scenario that I haven't been able to figure out. …

libreoffice calc libreoffice-basic
LibreOffice SUM time period in format HH:MM:SS

I want to obtain the sum of several cells containing a period of time in the format HH:MM:SS. …

time sum libreoffice calc
How can I convert hexadecimal to decimal numbers in calc of Emacs?

How can I convert hexadecimal to decimal numbers in Emacs calc? For example, if I enter FF, I want it …

emacs calc