summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz11-88/+80
2012-01-15use SAL_N_ELEMENTSDavid Tardon1-695/+695
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon1-0/+5
2012-01-15WaE: narrowing conversion from unsigned int to sal_Int32David Tardon1-282/+287
2012-01-15WaE: narrowing conversion from unsigned int to sal_Int32David Tardon1-2/+2
2012-01-15fix crash related to accessing null element in boost::ptr_vectorMarkus Mohrhard1-2/+1
2012-01-14Fix for fdo43460 Part XXXVIII getLength() to isEmpty()Olivier Hallot51-150/+150
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck2-2/+7
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke1-1/+1
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara1-2/+1
2012-01-13svxempty.* not needed anymoreCaolán McNamara4-90/+1
2012-01-12fix ooxml custom shapes with 360 degree arcsRadek Doulik1-3/+3
2012-01-11Fix build on MacOSXAugust Sodora1-1/+1
2012-01-11SvStringsDtor->boost::ptr_vectorAugust Sodora1-34/+28
2012-01-11Remove unnecessary forward declarationAugust Sodora1-8/+0
2012-01-11SvStringsDtor->std::vectorAugust Sodora2-33/+23
2012-01-11SvStringsDtor->std::vectorAugust Sodora2-31/+23
2012-01-11implemented custom shape subpaths darkening/lightingRadek Doulik4-34/+55