https://bugs.documentfoundation.org/show_bug.cgi?id=90407
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Priority|medium |low --- Comment #25 from Justin L <[email protected]> --- "Autofit text" appears to be have been introduced right away in LO 3.3, but it wasn't in OOo 3.3. AFAICS for PPT, LO just ignores any settings in the document, and always applies the value of true for any Body/HalfBody/Quarterbody textboxes. filter/source/msfilter/svdfppt.cxx's SdrEscherImport::ProcessObj if (bAutoFit && !bAutoGrowHeight && !bAutoGrowWidth) pTObj->SetMergedItem( SdrTextFitToSizeTypeItem(drawing::TextFitToSizeType_AUTOFIT)); } PPTX import is described in oox/source/drawingml/textbodypropertiescontext.cxx. A Meld of ppt-dumps of a shrink and no-shrink PPT didn't reveal anything - suggesting that this would be a bit-hunting exercise. I don't think this will get fixed. -- You are receiving this mail because: You are the assignee for the bug.
