summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-15sfx: Use constructor feature for SfxFrameLoader_Impl.Matúš Kukan5-166/+119
2014-01-15sfx: Constructor feature for pseudo implementations.Matúš Kukan4-78/+16
2014-01-15sfx: Use constructor feature for SfxDocTplService.Matúš Kukan4-116/+97
2014-01-15sfx: Use constructor feature for SfxGlobalEvents_Impl.Matúš Kukan6-489/+549
2014-01-15sfx: Use constructor feature for IFrameObject.Matúš Kukan4-111/+94
2014-01-15sfx: Use constructor feature for PluginObject.Matúš Kukan4-104/+81
2014-01-15remove sfx2/appuno.hxxMatúš Kukan14-64/+0
2014-01-15filter: audit customshape type -> drawingML preset shape tableMiklos Vajna3-58/+73
2014-01-15fdo#73536 getIdentifier cannot be usedChris Sherlock1-30/+6
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara83-226/+225
2014-01-15Related: #i17171# foul addition of MAX value to offsetCaolán McNamara1-1/+4
2014-01-15explicit inline annoys meCaolán McNamara1-5/+5
2014-01-15these members aren't used at allCaolán McNamara2-15/+0
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara9-22/+24
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara74-361/+329
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara100-1094/+1075
2014-01-15StartPresentationMode nFlags takes PRESENTATION_* valuesStephan Bergmann1-1/+1
2014-01-15Assume nPageNum shall be compared against 0 or 1 hereStephan Bergmann1-1/+1
2014-01-15Apparent typo when adding bracesStephan Bergmann1-1/+1
2014-01-15DdeGetData should apparently return boolStephan Bergmann7-21/+19
2014-01-15FILESAVE: DOCX Preserve Font information for Para markerNikhil Walvekar1-12/+12
2014-01-15Drop unused nMergeType from SwNewDBMgrJan-Marek Glogowski4-15/+0
2014-01-15Rename some mail merge variablesJan-Marek Glogowski1-16/+16
2014-01-15fdo#57950: Remove chained appends in accessibilityAnderson Roberto1-8/+1
2014-01-15Looks like a leftover "> 0"Stephan Bergmann1-1/+1
2014-01-15Translate German comments to EnglishSven Wehner1-22/+22
2014-01-15Translate German comments to EnglishSven Wehner1-2/+2
2014-01-15Translate German comments to EnglishSven Wehner1-4/+4
2014-01-15Translate German comments to EnglishSven Wehner1-3/+3
2014-01-15Translate German comments to EnglishSven Wehner1-2/+2
2014-01-15Bin unused codeTor Lillqvist3-236/+0
2014-01-15fdo#70796 fix quoted printable encoding bug in internal PythonAndras Timar2-0/+202
2014-01-15Let's always use libc++ when building for iOS against a current SDKTor Lillqvist1-5/+7
2014-01-15sfx: Use constructor feature for SfxAppDispatchProvider.Matúš Kukan5-205/+266
2014-01-15sfx: Use constructor feature for SfxMacroLoader.Matúš Kukan7-314/+447
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan28-77/+57
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan8-130/+33
2014-01-15Bin misleading OSL_TRACETor Lillqvist1-2/+0
2014-01-15Give distinct names to ValueSets widgets in GladeOlivier Hallot1-3/+3
2014-01-15SwFormTokenToString is unused since 2004Michael Stahl1-12/+0
2014-01-15fdo#73162: sw: un-break index entries that contain text separatorsMichael Stahl1-1/+6
2014-01-14writerfilter: unused tokensMiklos Vajna8-1247/+0
2014-01-14The "true" is likely meant for sal_Bool bAppendStr, not sal_Unicode cSeparatorStephan Bergmann1-1/+1
2014-01-14Fix check for odd nStrLen, as suggested by the commentsStephan Bergmann1-4/+4
2014-01-14Be explicit when using bool as integral valueStephan Bergmann8-80/+80
2014-01-14bool improvementsStephan Bergmann13-32/+33
2014-01-14bool improvementsStephan Bergmann7-9/+9
2014-01-14Be explicit when using bool as integral valueStephan Bergmann1-1/+1
2014-01-14bool improvementsStephan Bergmann1-1/+1
2014-01-14This shall probably check nId != 0 && ..., not do a bitwise &Stephan Bergmann1-1/+1