https://bz.apache.org/ooo/show_bug.cgi?id=127897

--- Comment #6 from Arrigo Marchiori <[email protected]> ---
To add up more information to my thesis (that this is not a bug), I searched
OpenGrok and found that:

 - SDRATTR_TEXT_AUTOGROWHEIGHT
  
http://opengrok.openoffice.org/search?project=trunk&full=&defs=&refs=SDRATTR_TEXT_AUTOGROWHEIGHT&path=&hist=&type=&si=defs
   appears in 10 C++ source files, including WW8 documents filters.
   The corresponding property type, SdrTextAutoGrowHeightItem is used in many
more files, some of which call its GetValue() method.
  
http://opengrok.openoffice.org/search?project=trunk&full=&defs=&refs=SdrTextAutoGrowHeightItem&path=&hist=&type=&si=refs

 - SDRATTR_TEXT_AUTOGROWSIZE
  
http://opengrok.openoffice.org/search?project=trunk&full=&defs=&refs=SDRATTR_TEXT_AUTOGROWSIZE&path=&hist=&type=&si=refs
   appears in 3 C++ source files, and it only seems as a property that is
passed back and forth with dialogs.
   Even its property type, SdrTextAutoGrowSizeItem, has its GetValue() method
never called.
  
http://opengrok.openoffice.org/search?project=trunk&full=&defs=&refs=SdrTextAutoGrowSizeItem&path=&hist=&type=&si=refs

If there is a bug here, it is that the "auto-grow size" property is set but
never used. The "argh" comment confirms this, i.e. that those shapes for which
the property is important, map it on another value.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to