https://bugs.documentfoundation.org/show_bug.cgi?id=131136
Buovjaga <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ilmari.lauhakangas@libreoff
| |ice.org
--- Comment #3 from Buovjaga <[email protected]> ---
I did some grepping and could not find anything under sd, but the thing leads
to the property SC_UNONAME_PRMETRICS and the setting/getting of TextWysiwyg
input option.
so we have this in sc/source/core/data/documen8.cxx:
OutputDevice* ScDocument::GetRefDevice()
{
// Create printer like ref device, see Writer...
OutputDevice* pRefDevice = nullptr;
if ( SC_MOD()->GetInputOptions().GetTextWysiwyg() )
pRefDevice = GetPrinter();
else
pRefDevice = GetVirtualDevice_100th_mm();
return pRefDevice;
}
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs