1. 16 Agu, 2013 4 kayıt (commit)
    • Noel Power's avatar
      fix for bnc#834705 missing drop downs for autofilter · edd51b81
      Noel Power yazdı
      After commit fc861c70 there is now an order
      dependency, between any ScPatternAttr flags indirectly set and
      SheetDataBuffer::finalizeImport which sets the attributes directly for a column
      So the ATTR_MERGE_FLAG that has ScMergeFlagAttr ( and associated
       SC_MF_AUTO flag ) is scrubbed when by the direct writting of the attribute
      from SheetDataBuffer::finalizeImport -> Document::SetAttrEntries
      I've reordered that Table import here and split the finalize ( which happens
      before heetDataBuffer::finalizeImport ) so that the databaseranges which were
      created before sheet import still happens, the autofilter part of the import
      is now deferred ( until after SheetDataBuffer::finalizeImport )
      
      Change-Id: I11bb45ee7b330760fd93ecca30b23399414ac3a7
      edd51b81
    • Ivan Timofeev's avatar
      String->OUString · 1f7d320e
      Ivan Timofeev yazdı
      Change-Id: I082aaa9ddd539a9d7989f763c320343bd1951f4e
      1f7d320e
    • Ivan Timofeev's avatar
      HeaderFooterWin: center text vertically · ca9541a9
      Ivan Timofeev yazdı
      since we use FontMetric::GetAscent to determine text baseine position in Paint
      it IMO makes sense to use FontMetric::GetLineHeight to determine button height,
      not GetTextBoundRect which returns somewhat smaller height.
      
      Change-Id: Iaea203a29293f9ee9b841e1a8e8aebf2dc8e1920
      ca9541a9
    • Kohei Yoshida's avatar
      Make this a separate function. · f10f5ca0
      Kohei Yoshida yazdı
      This code block happens to be a performance hot spot right now.
      
      Change-Id: I4fa2c4ea27cb6ae4c4331d0bb474eddc167b69fa
      f10f5ca0
  2. 15 Agu, 2013 36 kayıt (commit)