summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
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-19No class derives from SdrPageView. No sense using protected visibility.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-18Make them private instead of protected.Kohei Yoshida
No classes derived from this and they are not virtual methods.
2012-01-18This aCropRect data member is no longer used.Kohei Yoshida
2012-01-18remove unused codeThomas Arnhold
2012-01-18svx: remove unused definitions in globlmn_tmpl.hrcIvan Timofeev
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
2012-01-15fix crash related to accessing null element in boost::ptr_vectorMarkus Mohrhard
2012-01-14Fix for fdo43460 Part XXXVIII getLength() to isEmpty()Olivier Hallot
Part XXXVIII Modules svx
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck
Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice.
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara
2012-01-13svxempty.* not needed anymoreCaolán McNamara
2012-01-12fix ooxml custom shapes with 360 degree arcsRadek Doulik
2012-01-11Fix build on MacOSXAugust Sodora
2012-01-11SvStringsDtor->boost::ptr_vectorAugust Sodora
2012-01-11Remove unnecessary forward declarationAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11implemented custom shape subpaths darkening/lightingRadek Doulik
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself.
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10callcatcher: update listCaolán McNamara
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-10some misc tidyup ( that was reverted )Noel Power
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
2012-01-10Revert "remove duplicated images for basic dialog form controls ( & misc ↵Noel Power
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-07Add a missing space in the format -> page -> organizer tabIvan Timofeev
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz