1. 23 Ock, 2014 9 kayıt (commit)
    • Chris Sherlock's avatar
      Move defines into settings.hxx · 99dafea3
      Chris Sherlock yazdı
      For some unknown reason, there are a bunch of defines in the middle of
      Desktop::SystemSettingsChanging() that should really be in
      include/vcl/settings.hxx. I have now moved DRAG_OPTIONS_ALL into
      settings.hxx but entirely removed DRAG_OPTIONS_NONE because it is
      confusing. I also removed it in the one place this combination of options
      is used in the Desktop class.
      
      I have also removed the options DRAG_OPTIONS_OBJECT_* from settings.hxx
      because they are used nowhere in the code. I have carefully looked
      through the code and nothing flips bits 0x00000004 or 0x00000008 on
      the private member of ImplStyleData's mnDragFullOptions in any way.
      Basically, it is safe to remove.
      
      Change-Id: Icf6268f940cfaed271bd43c977473fecfc726949
      Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      99dafea3
    • Chris Sherlock's avatar
      Document more of VCL's Application class · a9f0b3bd
      Chris Sherlock yazdı
      * Documented the Application class's settings functions. When
        reading through the code, I have noticed that GetSettings
        intializes the application settings (!) and that SetSettings
        relies on GetSettings to initialize the settings (!), so I
        have listed a todo entry.
      
        Furthermore, I've also noticed that SetSystemSettings and
        MergeSystemSettings may be confused with the purpose of
        SetSettings so I've added a todo entry that recommends that
        we return an AllSettings object and make the parameters const.
      
      * Minor whitespace changes
      
      * Update @see for a number of public functions
      
      * Group functions into Doxygen modules
      Change-Id: I48f8d21a5d6436a2ae545e5156b877d57a8bc585
      a9f0b3bd
    • Stephan Bergmann's avatar
      bool improvements · 853fe648
      Stephan Bergmann yazdı
      Change-Id: I6c2b4a825fffc015f10ef016e239b379a90ad768
      853fe648
    • Tor Lillqvist's avatar
      Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO output · 6479c881
      Tor Lillqvist yazdı
      Change-Id: I58b6c311e9f13e433468863e639467428e5b268e
      6479c881
    • Tor Lillqvist's avatar
      Use the "sfx" log area consistently in sfx2 · 31f57cb6
      Tor Lillqvist yazdı
      Change-Id: I497d2d93e1a1819ff709c94007ae98f5ef312e77
      31f57cb6
    • Tor Lillqvist's avatar
      Use assert() and SAL_WARN() instead of DBG_ASSERT() and OSL_FAIL() · 8293b293
      Tor Lillqvist yazdı
      Change-Id: Id3be30bc95325e8f18cf8cb55da2217984a26035
      8293b293
    • Norbert Thiebaud's avatar
      coverity#704575 et al. and clean-up. · 753eeac8
      Norbert Thiebaud yazdı
      Change-Id: I24b38b63d26bc2d4e1d479754120dfd5b5635737
      753eeac8
    • Kohei Yoshida's avatar
      Only allow approved border styles in cell borders. · 3d954575
      Kohei Yoshida yazdı
      Line styles such as inset, outset, embossed etc are not supportable in Calc.
      So, don't show them in the UI.
      
      Change-Id: Ie7be74193d01e13a79132a979e2d9a2e4d06de3f
      3d954575
    • Kohei Yoshida's avatar
      Use scoped_ptr for these. · dabf147d
      Kohei Yoshida yazdı
      Change-Id: I9452950ad6a101c2b9299dca5ff6e1713cac774c
      dabf147d
  2. 22 Ock, 2014 31 kayıt (commit)