summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2012-02-01callcatcher: update listCaolán McNamara1-1/+1
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers2-24/+39
2012-02-01German comments translations.Winfried Donkers1-64/+67
2012-01-31More on string conversion.Kohei Yoshida8-41/+41
2012-01-31XubString to rtl::OUString.Kohei Yoshida7-66/+72
2012-01-31Re-organized boolean data members.Kohei Yoshida1-19/+19
2012-01-31One more method to non-inline. I guess this is the last one...Kohei Yoshida2-1/+7
2012-01-31Simplified & non-inlined setUnoShape().Kohei Yoshida3-17/+10
2012-01-31More implicit inline methods to non-inline.Kohei Yoshida2-37/+214
2012-01-31XubString to rtl::OUString.Kohei Yoshida6-10/+10
2012-01-31More implicit inline method to hide.Kohei Yoshida2-10/+10
2012-01-31Container to ptr_vector.Kohei Yoshida2-28/+39
2012-01-31One less method that nobody uses.Kohei Yoshida2-7/+1
2012-01-31No implicit inlining in the header file.Kohei Yoshida2-26/+64
2012-01-31Make these data members private.Kohei Yoshida3-3/+9
2012-01-31Use bool & prefer rtl::OUString.Kohei Yoshida3-257/+259
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2-5/+4
2012-01-31callcatcher: update listCaolán McNamara2-12/+0
2012-01-27SvxColumnItem: fix buggy STL conversion:Michael Stahl1-1/+0
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat2-0/+6
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann1-4/+5
2012-01-25WaE: int and long confusionTor Lillqvist1-2/+2
2012-01-25optimized zoom to use more common intervalsTim Hardeck2-8/+3
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara2-30/+0
2012-01-24Comments Translations.Stefan Knorr23-592/+583
2012-01-24Removal of commented code.Stefan Knorr25-181/+27
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2-4/+21
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz1-1/+5
2012-01-23Let's use 2^(1/4) as the zoom factor, instead of 1.2 (thanks, Tor!)Jan Holesovsky1-2/+3
2012-01-23make svx ByteString freeCaolán McNamara2-14/+31
2012-01-21Improve checking for emptinessThomas Arnhold1-1/+1
2012-01-21unused methodsThomas Arnhold2-25/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-7/+7
2012-01-20String to rtl::OUString.Kohei Yoshida2-14/+28
2012-01-20sal_Bool to bool.Kohei Yoshida3-77/+92
2012-01-19Make this a private member (to make it easier to keep track of its usage).Kohei Yoshida3-16/+5
2012-01-19No class derives from SdrPageView. No sense using protected visibility.Kohei Yoshida1-4/+3
2012-01-19Don't be a listener if you aren't interested in listening.Kohei Yoshida2-10/+1
2012-01-19column position 0 is perfectly validLionel Elie Mamane1-2/+2
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks1-1/+1
2012-01-19implemented SubViewSize property for EnhancedCustomShapePathRadek Doulik2-42/+84
2012-01-18Make them private instead of protected.Kohei Yoshida1-2/+2
2012-01-18This aCropRect data member is no longer used.Kohei Yoshida2-4/+0
2012-01-18remove unused codeThomas Arnhold8-180/+0
2012-01-18svx: remove unused definitions in globlmn_tmpl.hrcIvan Timofeev1-721/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz10-80/+80
2012-01-17DbGridControl::SeekCursor: show exception when seek fails (and debug build)Lionel Elie Mamane1-0/+1
2012-01-17fix crash double clicking rotated text in calcCaolán McNamara1-4/+2
2012-01-16SvPtrarr->std::vectorAugust Sodora2-56/+12
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak1-2/+3