summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-09-10IDocumentContentOperations::CopyRange: fix commentMiklos Vajna1-1/+1
2014-09-09MM: always copy the internal documentJan-Marek Glogowski1-22/+2
2014-09-09semibold->boldCaolán McNamara1-1/+1
2014-09-09abi#10076 RTF export: handle frames without a valid anchor pointMiklos Vajna3-4/+8
2014-09-09Replace the whole content for copied documentsJan-Marek Glogowski2-9/+43
2014-09-09Resolves: fdo#83251 menu on master doc insert disappearsCaolán McNamara1-2/+2
2014-09-09fdo#82496: Change picture option by rightclickingJennifer Liebel3-2/+14
2014-09-09fdo#83428 Add test case for custom property dropped in docxHeena Gupta2-0/+9
2014-09-08coverity#704947 Dereference after null checkCaolán McNamara1-1/+1
2014-09-08sal_Int16 -> FlyProcessingStateMiklos Vajna5-7/+8
2014-09-08fdo#83057 File corrupts on save, as SDT is added incorrectlyVinaya Mandke6-1/+29
2014-09-07RTF import: adapt getProperties() to createStyleProperties()Miklos Vajna2-0/+18
2014-09-07more accurate typingLionel Elie Mamane1-1/+1
2014-09-07AUTH_FIELD_END looks like it is made for thisLionel Elie Mamane1-2/+2
2014-09-07push explicit cast to minimal expressionLionel Elie Mamane1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin19-38/+36
2014-09-06fdo#82078 RTF import: fix bold text spilling over to non-bold textMiklos Vajna2-0/+20
2014-09-06Fix build: narrowing castMatteo Casalin1-1/+1
2014-09-06sal_uInt16: use more proper types, avoid unneeded casts, constifyMatteo Casalin2-22/+21
2014-09-06Use more suitable integer types, avoid conversions, constifyMatteo Casalin2-5/+5
2014-09-06No need to differentiate between 1 and 2: only !=0 mattersMatteo Casalin1-10/+2
2014-09-06Reduce scope and avoid casts at each call-placeMatteo Casalin3-13/+14
2014-09-06sal_uInt16 to more proper typesMatteo Casalin1-3/+3
2014-09-06Simplify by early bailoutMatteo Casalin1-91/+82
2014-09-06sal_uInt16 to more proper types, group a test into a boolMatteo Casalin2-6/+7
2014-09-06sal_uInt16 to more proper types, constifyMatteo Casalin1-6/+6
2014-09-06Use arithmetic instead of while loopMatteo Casalin1-4/+2
2014-09-06sal_uInt16 to more proper types, constify, avoid unneeded castsMatteo Casalin2-20/+20
2014-09-06SwNoteURL: remove Count and GetURLNote, used only internallyMatteo Casalin2-9/+5
2014-09-06Simplify by early bailoutMatteo Casalin1-6/+4
2014-09-06Remove unneeded castMatteo Casalin1-2/+1
2014-09-06Use for loops and more proper integer types, constifyMatteo Casalin1-23/+16
2014-09-06Remove unneeded local scopeMatteo Casalin1-15/+12
2014-09-06Use enumeration directlyMatteo Casalin2-14/+16
2014-09-06HasKana() can be privateMatteo Casalin1-4/+3
2014-09-06sal_uInt16 to more proper types, constifyMatteo Casalin2-43/+38
2014-09-06Use more proper types, constify, avoid unneeded conversionsMatteo Casalin2-12/+12
2014-09-06Use more proper types, constify, avoid magic numbersMatteo Casalin3-14/+13
2014-09-06sal_uInt16 to more proper typesMatteo Casalin1-4/+3
2014-09-06sal_uInt16: use more proper types, avoid unneeded conversions, constifyMatteo Casalin3-13/+13
2014-09-06Cleanup some core-case loops left untouched by my previous commitMatteo Casalin3-20/+25
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin41-191/+167
2014-09-06sal_uInt16 to sal_Int32Matteo Casalin2-5/+3
2014-09-06Reorder data members and initialize all of themMatteo Casalin2-2/+5
2014-09-06Avoid temporary OUStringsMatteo Casalin6-17/+8
2014-09-06sal_uInt16 to sal_Int32Matteo Casalin4-17/+17
2014-09-06Improve readability by early bailoutMatteo Casalin1-10/+13
2014-09-06Avoid lookup table: just one single special caseMatteo Casalin1-53/+12
2014-09-06Reserve vector capacity in advance and avoid copying itMatteo Casalin1-10/+12
2014-09-06Reserve vector capacity in advance + minor optimizationsMatteo Casalin1-2/+7