summaryrefslogtreecommitdiff
path: root/sd/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-11-14-Werror,-Wshift-sign-overflowStephan Bergmann1-1/+1
2013-11-14-Werror,-Wshift-sign-overflowStephan Bergmann1-3/+3
2013-11-13convert name html design to .uiCaolán McNamara2-52/+11
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-3/+3
2013-11-08remove unnecessary use of OUString constructor in SD moduleNoel Grandin2-3/+2
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann1-12/+0
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-4/+4
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-2/+2
2013-10-23fixincludeguards.sh: sdThomas Arnhold18-40/+40
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-3/+3
2013-10-16cleanupThomas Arnhold1-2/+0
2013-10-11CID#1103760 uninitialized membersCaolán McNamara1-0/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-09-14String->OUStringIvan Timofeev4-28/+25
2013-09-11CID#707537 unitialized scalarsCaolán McNamara1-0/+9
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-08Copy and replace return values must be usedJulien Nabet1-2/+2
2013-09-08String->OUStringIvan Timofeev1-530/+470
2013-09-08StringToURL does nothingIvan Timofeev2-25/+17
2013-09-08String->OUStringIvan Timofeev2-168/+165
2013-09-08String to OUStringThomas Arnhold4-13/+8
2013-09-05String->OUStringIvan Timofeev15-214/+169
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev4-13/+13
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák6-17/+17
2013-08-19Mark as constTakeshi Abe1-2/+2
2013-08-08Bin a couple of pointless macros only used onceTor Lillqvist1-1/+1
2013-07-29String(SdResId(x)) -> SD_RESSTR(x)Caolán McNamara4-16/+16
2013-07-10Mark as constTakeshi Abe2-2/+2
2013-07-08Robustify PropItem::Read.Mark Wielaard1-0/+4
2013-07-01Resolves: #i120730# fix table with merged cell becoming group shape...Sun Ying2-94/+121
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud3-5/+8
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-4/+4
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-26#119467# Form controls cannot be saved into .ppt file in AOO3.4Jianyuan Li2-1/+6
2013-06-24fdo#43460 sd,rsc,ucb,sdext: use isEmpty()Jelle van der Waa1-1/+1
2013-06-16cppcheck: fix uninitMemberVar + remove macroJulien Nabet1-11/+16
2013-06-12Related: #i119536# removed code no longer needed after fix of that taskArmin Le Grand1-11/+0
2013-06-12Replace String with OUString (sd)Chr. Rossmanith4-12/+10
2013-06-11Resolves: #i121183# enhance export of ppt hatch masterpagebackgroundArmin Le Grand3-2/+6
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-38/+19
2013-06-06Resolves: #i120768# slide content merged Master viewer contentZhe Wang1-0/+7
2013-06-06WaE: comparison of integers of different signsTor Lillqvist1-1/+1
2013-06-05Resolves: #i120967# table's virtual box becomes too small...Sun Ying1-12/+16
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-04Remove odd, unused com.sun.star.comp.ooxpptx service nameStephan Bergmann1-3/+1
2013-06-03Revert "fdo#46808, Convert oox::PowerPointExport service to new style"Stephan Bergmann1-3/+2
2013-05-31UniString::CompareToAscii(RTL_CONSTASCII_STRINGPARAM("x"))==COMPARE_EQUAL ...Stephan Bergmann1-4/+3
2013-05-31Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith5-69/+62