LibreOfficeDev 24.2 Help
bmYpd‖Returns the number of twips that represent the width of a pixel.
n = TwipsPerPixelX
cfsAF‖Integer
Sub ExamplePixelTwips
jEsPn‖ MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub