You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/10/24 14:57:08 UTC

DO NOT REPLY [Bug 46078] New: split freeze pane

https://issues.apache.org/bugzilla/show_bug.cgi?id=46078

           Summary: split freeze pane
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: g.bronzetti@sourcesense.com


Created an attachment (id=22773)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22773)
split freeze pane patch

corrected bug in createFreezePane()

old 

<sheetView tabSelected="true" workbookViewId="0" topLeftCell="A2">
  <pane xSplit="0.0" ySplit="1.0" activePane="bottomRight" /> 
  </sheetView>


now

<sheetView tabSelected="true" workbookViewId="0">
  <pane xSplit="0.0" ySplit="1.0" activePane="bottomRight"  topLeftCell="A2"
state="frozen"/> 
  </sheetView>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 46078] split freeze pane

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46078


Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Yegor Kozlov <ye...@dinom.ru>  2008-10-30 02:44:12 PST ---
Applied in r709126 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=709126 )

Thanks,
Yegor


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 46078] split freeze pane

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46078


Gisella Bronzetti <g....@sourcesense.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22773|0                           |1
        is obsolete|                            |




--- Comment #1 from Gisella Bronzetti <g....@sourcesense.com>  2008-10-29 08:51:58 PST ---
Created an attachment (id=22789)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22789)
new split freeze pane patch 


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org