Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 31 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 316
Line 156... Line 156...
156
    {
156
    {
157
        // It needs to call its parent's constructor explicitly
157
        // It needs to call its parent's constructor explicitly
158
        $this->Spreadsheet_Excel_Writer_BIFFwriter();
158
        $this->Spreadsheet_Excel_Writer_BIFFwriter();
Line 159... Line 159...
159
    
159
    
160
        $this->_filename         = $filename;
160
        $this->_filename         = $filename;
161
        $this->_parser           =& new Spreadsheet_Excel_Writer_Parser($this->_byte_order);
161
        $this->_parser           = new Spreadsheet_Excel_Writer_Parser($this->_byte_order);
162
        $this->_1904             = 0;
162
        $this->_1904             = 0;
163
        $this->_activesheet      = 0;
163
        $this->_activesheet      = 0;
164
        $this->_firstsheet       = 0;
164
        $this->_firstsheet       = 0;
165
        $this->_selected         = 0;
165
        $this->_selected         = 0;
166
        $this->_xf_index         = 16; // 15 style XF's and 1 cell XF.
166
        $this->_xf_index         = 16; // 15 style XF's and 1 cell XF.
167
        $this->_fileclosed       = 0;
167
        $this->_fileclosed       = 0;
168
        $this->_biffsize         = 0;
168
        $this->_biffsize         = 0;
169
        $this->_sheetname        = "Sheet";
169
        $this->_sheetname        = "Sheet";
170
        $this->_tmp_format       =& new Spreadsheet_Excel_Writer_Format();
170
        $this->_tmp_format       = new Spreadsheet_Excel_Writer_Format();
171
        $this->_worksheets       = array();
171
        $this->_worksheets       = array();
172
        $this->_sheetnames       = array();
172
        $this->_sheetnames       = array();
173
        $this->_formats          = array();
173
        $this->_formats          = array();