1. 29 Agu, 2013 29 kayıt (commit)
  2. 28 Agu, 2013 11 kayıt (commit)
    • Julien Nabet's avatar
      cppcheck: Reduce scope · 0c7e4656
      Julien Nabet yazdı
      Change-Id: Ic93c6306cc90a8c7ed77c0aa7d5a898ee911b75f
      0c7e4656
    • Michael Stahl's avatar
      fdo#68648: SvxNumRule: serialize the aFmtsSet flags too · 4b798d89
      Michael Stahl yazdı
      The constructor of SvxNumRule initializes aFmts[i] with a format but
      always sets aFmtsSet[i] to false, so SvxNumRule::Store()
      and SvxNumRule::SvxNumRule(SvStream &rStream) need to be able
      to round-trip that combination to prevent spurious numberings.
      
      It is unlikely that this class is serialized in the table auto-format
      files but i haven't checked; this change does not change the size of the
      serialization so shouldn't cause trouble anyway.
      
      (regression from a95cce27)
      
      Change-Id: I589ea108ac069624aaa7b26cdc3bfe8182b15851
      4b798d89
    • Kohei Yoshida's avatar
      Expose misspelled range container outside edit engine. · 1e3c5948
      Kohei Yoshida yazdı
      Change-Id: I04c87c5299559932733c88a317808241fd1755d4
      1e3c5948
    • Kohei Yoshida's avatar
      const correct-ness. · ea59b6f5
      Kohei Yoshida yazdı
      Change-Id: If5c203844d245f370ac6fdb52c779561fb5f165f
      ea59b6f5
    • Kohei Yoshida's avatar
      Use smart pointers for these. · 97001b1e
      Kohei Yoshida yazdı
      Change-Id: I1a1e38dd36b2144a3e6b96886a56a11a023c47fe
      97001b1e
    • Caolán McNamara's avatar
      Resolves: fdo#68192 always recode from trad symbol to apple symbol · b1298673
      Caolán McNamara yazdı
      Even if the symbol font bit isn't set, the oox import route lacks the ability
      to state that the bullet font is a font of symbol encoding. If the font is not
      available on the system we go into fallback logic to state that famous symbol
      fonts are in symbol encoding. But there is a symbol font on mac so its not
      unknown and that doesn't happen. And the mac symbol font is not actually in
      symbol encoding (seeing as it's all rearranged into the correct unicode
      positions) so the recode logic is skipped in this special case to map the
      microsoft/adobe private use area chars to the modern code points where they
      were moved in the apple font.
      
      I guess one alternative possible solution is to lookup all the fonts used in a
      openxml doc using the fonttable stream where the charset info is available. But
      seeing as it should only affect one particular font lets just move the encoder
      test outside the issymbol block.
      
      Change-Id: Ic5bd3ec15c8d8d99e2cab0fb67cc4bc33081c756
      b1298673
    • Kohei Yoshida's avatar
      Rename SectionAttribute to Section. · 6a4dd393
      Kohei Yoshida yazdı
      It fits better this way.
      
      Change-Id: I139de7858e999a6dd26633a548c47634dfad8a65
      6a4dd393
    • Kohei Yoshida's avatar
      String to OUString. · 53bb6c98
      Kohei Yoshida yazdı
      Change-Id: I35ac8e9480a7540e049dc251a1470a27f0c2eafd
      53bb6c98
    • Kohei Yoshida's avatar
      No need to fully qualify these. · 6446ab4f
      Kohei Yoshida yazdı
      Change-Id: Ib5177530b7af15a5574245f53acfecd0ccce4b50
      6446ab4f
    • Kohei Yoshida's avatar
      sal_Bool to bool. · f4d60d44
      Kohei Yoshida yazdı
      Change-Id: I3eef26d4ad07a93e044bf8dddddf2d922849435d
      f4d60d44
    • Lionel Elie Mamane's avatar
      janitorial: more constness · 7bf8739f
      Lionel Elie Mamane yazdı
      Change-Id: Icf4746d70488bec20b4c47fc65fa989cfe90992b
      7bf8739f