1. 24 Ara, 2012 9 kayıt (commit)
  2. 23 Ara, 2012 6 kayıt (commit)
  3. 22 Ara, 2012 16 kayıt (commit)
    • Tor Lillqvist's avatar
      We only build for Windows on Cygwin · 19340f79
      Tor Lillqvist yazdı
      It is pointless to test for both $build_os = cygwin and $_os = WINNT.
      
      Change-Id: I89b5196439f79284ca1a3fb08369decf20810b5b
      19340f79
    • Tor Lillqvist's avatar
      WaE: non-constant-expression cannot be narrowed · 305ccd4f
      Tor Lillqvist yazdı
      Change-Id: I401fd149e62d74a96edfc2a7e5105fb2cc95f0c7
      305ccd4f
    • Tor Lillqvist's avatar
      Indent consistently · bbfd7f0d
      Tor Lillqvist yazdı
      Change-Id: Ie2cdbf1291ec340053238b72dd155f20aa2aaddb
      bbfd7f0d
    • Tor Lillqvist's avatar
      --enable-foo=TRUE is not the normal way to do it · 50501e85
      Tor Lillqvist yazdı
      Change-Id: I665bf0bdb4e0d4c104a08f37a8afa9de4ad4a9f4
      50501e85
    • Tor Lillqvist's avatar
      Use CXXFLAGS_CXX11 here, too · 86c0b5d2
      Tor Lillqvist yazdı
      Change-Id: I82735e3f09f22763ef48aab18dee867159dbf842
      86c0b5d2
    • Tor Lillqvist's avatar
      Make the patch apply the gbuild way · 0699cbf1
      Tor Lillqvist yazdı
      Change-Id: I0d0d6e7ef42b3fbddbb8f4267099ea3b029c01ac
      0699cbf1
    • Miklos Vajna's avatar
      sw: kill C2U in ui · 764c3670
      Miklos Vajna yazdı
      764c3670
    • Miklos Vajna's avatar
      fdo#57886 fix import of RTF_MLIMLOC · 71061656
      Miklos Vajna yazdı
      The RTF spec says control words are case sensitive, and page 252 of the
      v1.9.1 spec defines \mlimloc, but earlier page 118 and 125 also defines
      \mlimLoc, so let's accept both.
      71061656
    • Tor Lillqvist's avatar
      C4701: potentially uninitialized local variable 'bTestEqualCondition' used · 6869aaa2
      Tor Lillqvist yazdı
      Change-Id: I01c9a166d0faabed4a92a0aa42a123432cb7e847
      6869aaa2
    • Takeshi Abe's avatar
      Drop unused #define · 2b3c23c8
      Takeshi Abe yazdı
      Change-Id: Id432bec2ad19b0ff71135cbe65f6e8ba42bf036d
      2b3c23c8
    • Takeshi Abe's avatar
      sal_Bool to bool · ac0f9d32
      Takeshi Abe yazdı
      Change-Id: I25394e009009ae9c111e929d493eb949c042e1bc
      ac0f9d32
    • Peter Foley's avatar
      bridgetest_climaker seems to work now · 7c2267be
      Peter Foley yazdı
      Change-Id: I50d55f5e5cc7987550ade689ca3754c818efeb62
      7c2267be
    • Markus Mohrhard's avatar
      storing the chart doc while loading is a bad idea, fdo#57530 · bb97ecdb
      Markus Mohrhard yazdı
      There seems to be no obvious reason why we would need to store the chart
      doc during xls import. The chart test docs don't show any difference
      without this call.
      
      This speeds up xls chart import quite a bit. With the test doc from the
      bug report I'm able to open the doc nearly instantly now.
      
      Change-Id: I0b80462b9d1c405ab1d4cf456e12ebfe4428db98
      bb97ecdb
    • Julien Nabet's avatar
      Some cppcheck cleaning in editeng · 8e258448
      Julien Nabet yazdı
      Change-Id: I94bf89867cec9cc24f8b96635c515d9477b561a9
      8e258448
    • Michael Stahl's avatar
      fdo#38090: vcl: remove ImplFontCache::maFontNameList: · bb51791a
      Michael Stahl yazdı
      The font cache in VCL returns different fonts for identical parameters,
      which causes layout differences in Writer.
      
      first we search the font with language 1054:
       debug: XXX 0x2103950   add to maFontNameList: TH SarabunPSK->waree
       p maFontNameList
       $9 = boost::unordered_map with 1 elements = {
         ["TH SarabunPSK"] = "waree"
       debug: XXX 0x2103950 found in maFontNameList: TH SarabunPSK->waree
      in this very same invocation the "waree" is then rerouted to Deja Vu
      (which can only be because it was called with language 1033):
       debug: XXX 0x2103950   add to maFontNameList: TH SarabunPSK->dejavusans
       p maFontNameList
       $11 = boost::unordered_map with 1 elements = {
         ["TH SarabunPSK"] = "dejavusans"
       }
       debug: XXX 0x2103950 found in maFontNameList: TH SarabunPSK->dejavusans
      
      - the selection of different fonts happens in
        FcPreMatchSubstititution::FindFontSubstitute.
      - we never get a direct cache hit from maFontInstanceList because there
        are some differences like WIDTH_DONTKNOW, and the maSearchName
      - the first time a font is searched, it ends up in maFontInstanceList
      - the second time a font is searched, it may end up in maFontNameList,
        which maps _only_ based on the name (appears to be an invalid optimization)
      - once we have TH SarabunPSK->dejavusans in maFontNameList we can never
        select the other one because apparently dejavusans covers all languages
      
      Change-Id: Ibd73de88d8fc3b6e1319eb34c261e55ea217a988
      bb51791a
    • Michael Stahl's avatar
      fdo#47553: UniscribeLayout: adjust mnSubStringMin · cec68bce
      Michael Stahl yazdı
      ... to actual minimum so that the fix for fdo#33090 in
      UniscribeLayout::GetNextGlyphs subtracts exactly the right number.
      
      The original value of mnSubStringMin is guessed and may be up to 8
      smaller than the actual start of the first VisualItem.
      
      For the bugdoc it happens that sometimes it's too small by 8 and then
      the wrong entries in mpGlyphs2Chars are initialized and then apparently
      there are single glyphs that represent multiple characters and so
      GetNextGlyphs returns a -1 character which is invalid.
      
       ->GetNextGlyphs dir 1 36 mnSubStringMin 28
       ->GetNextGlyphs g2c #1 [8] = 36
       ->GetNextGlyphs g2c #1 [9] = 37
       ->GetNextGlyphs g2c #1 [10] = 38
       ->GetNextGlyphs g2c #1 [11] = 39
       ->GetNextGlyphs g2c #1 [12] = 40
       ->GetNextGlyphs g2c #2 [4] = 40
       ->GetNextGlyphs g2c #2 [3] = 39
       ->GetNextGlyphs g2c #2 [1] = 38
       ->GetNextGlyphs g2c #2 [1] = 37
       ->GetNextGlyphs g2c #2 [0] = 36
      ...
       ->GetNextGlyphs init nCharPos -1
       ->GetNextGlyphs g2c [2]  nCharPos -1
       ->GetNextGlyphs set pCharPosAry -1
      layout[0]->GetNextGlyphs 768,1024 a1800 c-1 0
      
      Change-Id: Ie33ec797a412aa898bec3f4e8f97b88dcfed4d11
      cec68bce
  4. 21 Ara, 2012 9 kayıt (commit)