Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-01 | InsertData to AppendData, to hide the insert position. | Kohei Yoshida | |
Only a few places in sc specified insert position, and those were not strictly necessary. | |||
2012-02-01 | callcatcher: update list | Caolán McNamara | |
2012-02-01 | fdo#34425: [Feature] Persist bgcolor toolbar button. | Winfried Donkers | |
This is to avoid background color selection evertime. | |||
2012-01-31 | More on string conversion. | Kohei Yoshida | |
2012-01-31 | XubString to rtl::OUString. | Kohei Yoshida | |
2012-01-31 | One more method to non-inline. I guess this is the last one... | Kohei Yoshida | |
2012-01-31 | Simplified & non-inlined setUnoShape(). | Kohei Yoshida | |
2012-01-31 | More implicit inline methods to non-inline. | Kohei Yoshida | |
2012-01-31 | XubString to rtl::OUString. | Kohei Yoshida | |
2012-01-31 | More implicit inline method to hide. | Kohei Yoshida | |
2012-01-31 | Container to ptr_vector. | Kohei Yoshida | |
2012-01-31 | One less method that nobody uses. | Kohei Yoshida | |
2012-01-31 | No implicit inlining in the header file. | Kohei Yoshida | |
2012-01-31 | Make these data members private. | Kohei Yoshida | |
2012-01-31 | Use bool & prefer rtl::OUString. | Kohei Yoshida | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-27 | SvxColumnItem: fix buggy STL conversion: | Michael Stahl | |
In the copy ctor, the vector must not be initialized with the constructor that takes an integer, because that causes it to have that many elements, which together with the loop that copies all source elements leads to a vector with twice as many elements. This causes a crash in writer when dragging the row separator line in a table, because that code doesn't expect the item to have more elements than the table has rows. (regression from d319387526870f34c49b3ef337b1b0d55767f3fe) | |||
2012-01-27 | Revert "Removed list and numbering paragraph styles and related option page" | Cédric Bosdonnat | |
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work | |||
2012-01-26 | Replace SvtCacheOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-25 | WaE: int and long confusion | Tor Lillqvist | |
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. | |||
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | |
2012-01-24 | Comments Translations. | Stefan Knorr | |
2012-01-24 | Removal of commented code. | Stefan Knorr | |
2012-01-23 | Replaced diagnore ENSURE_OR_CONTINUE with regular code. | Marcel Metz | |
2012-01-23 | Replaced diagnore ENSURE_OR_BREAK with regular code. | Marcel Metz | |
2012-01-23 | make svx ByteString free | Caolán McNamara | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-21 | unused methods | Thomas Arnhold | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | String to rtl::OUString. | Kohei Yoshida | |
2012-01-20 | sal_Bool to bool. | Kohei Yoshida | |
2012-01-19 | Make this a private member (to make it easier to keep track of its usage). | Kohei Yoshida | |
2012-01-19 | Don't be a listener if you aren't interested in listening. | Kohei Yoshida | |
2012-01-19 | column position 0 is perfectly valid | Lionel Elie Mamane | |
On the other hand, column position 1 is not guaranteed to exist. nCurPos will be BROWSER_INVALID_ID, not 0, in case of error in setting it | |||
2012-01-19 | WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s | Michael Meeks | |
2012-01-19 | implemented SubViewSize property for EnhancedCustomShapePath | Radek Doulik | |
2012-01-18 | This aCropRect data member is no longer used. | Kohei Yoshida | |
2012-01-18 | remove unused code | Thomas Arnhold | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | DbGridControl::SeekCursor: show exception when seek fails (and debug build) | Lionel Elie Mamane | |
2012-01-17 | fix crash double clicking rotated text in calc | Caolán McNamara | |
2012-01-16 | SvPtrarr->std::vector | August Sodora | |
2012-01-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-15 | use SAL_N_ELEMENTS | David Tardon | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | WaE: narrowing conversion from unsigned int to sal_Int32 | David Tardon | |
2012-01-15 | WaE: narrowing conversion from unsigned int to sal_Int32 | David Tardon | |