summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Collapse)Author
2012-02-01InsertData 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-01callcatcher: update listCaolán McNamara
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers
This is to avoid background color selection evertime.
2012-01-31More on string conversion.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31One more method to non-inline. I guess this is the last one...Kohei Yoshida
2012-01-31Simplified & non-inlined setUnoShape().Kohei Yoshida
2012-01-31More implicit inline methods to non-inline.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31More implicit inline method to hide.Kohei Yoshida
2012-01-31Container to ptr_vector.Kohei Yoshida
2012-01-31One less method that nobody uses.Kohei Yoshida
2012-01-31No implicit inlining in the header file.Kohei Yoshida
2012-01-31Make these data members private.Kohei Yoshida
2012-01-31Use bool & prefer rtl::OUString.Kohei Yoshida
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-31callcatcher: update listCaolán McNamara
2012-01-27SvxColumnItem: 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-27Revert "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-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-25WaE: int and long confusionTor Lillqvist
2012-01-25optimized zoom to use more common intervalsTim 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-24callcatcher: update list, remove newly unused methodsCaolán McNamara
2012-01-24Comments Translations.Stefan Knorr
2012-01-24Removal of commented code.Stefan Knorr
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz
2012-01-23make svx ByteString freeCaolán McNamara
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21unused methodsThomas Arnhold
2012-01-21Removed 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-20String to rtl::OUString.Kohei Yoshida
2012-01-20sal_Bool to bool.Kohei Yoshida
2012-01-19Make this a private member (to make it easier to keep track of its usage).Kohei Yoshida
2012-01-19Don't be a listener if you aren't interested in listening.Kohei Yoshida
2012-01-19column position 0 is perfectly validLionel 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-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks
2012-01-19implemented SubViewSize property for EnhancedCustomShapePathRadek Doulik
2012-01-18This aCropRect data member is no longer used.Kohei Yoshida
2012-01-18remove unused codeThomas Arnhold
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17DbGridControl::SeekCursor: show exception when seek fails (and debug build)Lionel Elie Mamane
2012-01-17fix crash double clicking rotated text in calcCaolán McNamara
2012-01-16SvPtrarr->std::vectorAugust Sodora
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-15use SAL_N_ELEMENTSDavid Tardon
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-15WaE: narrowing conversion from unsigned int to sal_Int32David Tardon
2012-01-15WaE: narrowing conversion from unsigned int to sal_Int32David Tardon