summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Expand)AuthorAgeFilesLines
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+9
* Attempt to disable database connectivity for iOS for nowTor Lillqvist2012-02-061-1/+1
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* Fixed cppcheck messages about rethrowing copy of exception.PKEuS2012-02-051-2/+2
* Some cppcheck cleaningJulien Nabet2012-02-051-2/+2
* extract max legal dff length to headerCaolán McNamara2012-02-041-0/+3
* Some cppcheck cleaningJulien Nabet2012-02-021-2/+2
* InsertData to AppendData, to hide the insert position.Kohei Yoshida2012-02-015-23/+17
* callcatcher: update listCaolán McNamara2012-02-011-1/+1
* fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers2012-02-012-24/+39
* German comments translations.Winfried Donkers2012-02-011-64/+67
* More on string conversion.Kohei Yoshida2012-01-318-41/+41
* XubString to rtl::OUString.Kohei Yoshida2012-01-317-66/+72
* Re-organized boolean data members.Kohei Yoshida2012-01-311-19/+19
* One more method to non-inline. I guess this is the last one...Kohei Yoshida2012-01-312-1/+7
* Simplified & non-inlined setUnoShape().Kohei Yoshida2012-01-313-17/+10
* More implicit inline methods to non-inline.Kohei Yoshida2012-01-312-37/+214
* XubString to rtl::OUString.Kohei Yoshida2012-01-316-10/+10
* More implicit inline method to hide.Kohei Yoshida2012-01-312-10/+10
* Container to ptr_vector.Kohei Yoshida2012-01-312-28/+39
* One less method that nobody uses.Kohei Yoshida2012-01-312-7/+1
* No implicit inlining in the header file.Kohei Yoshida2012-01-312-26/+64
* Make these data members private.Kohei Yoshida2012-01-313-3/+9
* Use bool & prefer rtl::OUString.Kohei Yoshida2012-01-313-257/+259
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-312-5/+4
* callcatcher: update listCaolán McNamara2012-01-312-12/+0
* SvxColumnItem: fix buggy STL conversion:Michael Stahl2012-01-271-1/+0
* Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat2012-01-272-0/+6
* Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-261-4/+5
* WaE: int and long confusionTor Lillqvist2012-01-251-2/+2
* optimized zoom to use more common intervalsTim Hardeck2012-01-252-8/+3
* callcatcher: update list, remove newly unused methodsCaolán McNamara2012-01-242-30/+0
* Comments Translations.Stefan Knorr2012-01-2423-592/+583
* Removal of commented code.Stefan Knorr2012-01-2425-181/+27
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-232-4/+21
* Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz2012-01-231-1/+5
* Let's use 2^(1/4) as the zoom factor, instead of 1.2 (thanks, Tor!)Jan Holesovsky2012-01-231-2/+3
* make svx ByteString freeCaolán McNamara2012-01-232-14/+31
* Improve checking for emptinessThomas Arnhold2012-01-211-1/+1
* unused methodsThomas Arnhold2012-01-212-25/+0
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-7/+7
* String to rtl::OUString.Kohei Yoshida2012-01-202-14/+28
* sal_Bool to bool.Kohei Yoshida2012-01-203-77/+92
* Make this a private member (to make it easier to keep track of its usage).Kohei Yoshida2012-01-193-16/+5
* No class derives from SdrPageView. No sense using protected visibility.Kohei Yoshida2012-01-191-4/+3
* Don't be a listener if you aren't interested in listening.Kohei Yoshida2012-01-192-10/+1
* column position 0 is perfectly validLionel Elie Mamane2012-01-191-2/+2
* WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks2012-01-191-1/+1
* implemented SubViewSize property for EnhancedCustomShapePathRadek Doulik2012-01-192-42/+84
* Make them private instead of protected.Kohei Yoshida2012-01-181-2/+2