summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-23fdo#81276: sw: HTML import: fix inverted test in CSS importMichael Stahl3-1/+35
2014-07-22Do not include txttypes.hxx unnecessarilyMatteo Casalin11-11/+6
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin64-519/+511
2014-07-22SwpHintsArray/SwpHints to size_t: fixes after failed local mergeMatteo Casalin1-5/+5
2014-07-22sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2014-07-22Use a dedicated constant, with a descriptive nameMatteo Casalin2-4/+8
2014-07-22SwpHints::GetPos just used to check presence => renamed to ContainsMatteo Casalin4-8/+8
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin46-194/+199
2014-07-22Simplify by early bail-outMatteo Casalin1-7/+4
2014-07-22sal_uInt16 to size_tMatteo Casalin1-9/+9
2014-07-22sal_uInt16 to more proper typesMatteo Casalin1-8/+7
2014-07-22sal_uInt16 to sal_Int32/size_tMatteo Casalin1-3/+4
2014-07-22sal_uInt16 to more proper integer typesMatteo Casalin1-8/+7
2014-07-22Directly return the desired informationMatteo Casalin1-6/+6
2014-07-22sal_uInt16/MSHORT to SwTwips/sal_Int32Matteo Casalin4-9/+8
2014-07-22return bool instead of sal_uInt16 (0 or 1)Matteo Casalin2-7/+7
2014-07-22sal_uInt16 to more proper types, constify, avoid unneeded castsMatteo Casalin1-91/+86
2014-07-22sal_uInt16 to size_tMatteo Casalin8-29/+32
2014-07-22Prefer for loop to whileMatteo Casalin1-3/+1
2014-07-22sal_uInt16 to more proper integer types, constifyMatteo Casalin2-20/+21
2014-07-22OUString::number was probably meant here (previously: valueOf)Matteo Casalin1-1/+1
2014-07-22sal_uInt16 to long, constifyMatteo Casalin1-5/+5
2014-07-22sal_uInt16 to more proper integer types, constifyMatteo Casalin2-53/+41
2014-07-22sal_uInt16 to size_t, constifyMatteo Casalin1-4/+4
2014-07-22Avoid temporary and reduce computationsMatteo Casalin1-4/+4
2014-07-22nFound is never readMatteo Casalin1-2/+0
2014-07-22sal_uInt16 to size_tMatteo Casalin1-16/+17
2014-07-22sal_uInt16 to sal_Int32, constifyMatteo Casalin1-15/+11
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens4-18/+20
2014-07-22com::sun::star -> css.Kohei Yoshida2-57/+83
2014-07-22Fix the font handling esp wrt font colors.Kohei Yoshida2-2/+2
2014-07-22do not unescape sequence in original name in GetRecommendedName()Eike Rathke1-3/+3
2014-07-22Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet8-9/+9
2014-07-22Enable copy-paste of charts/ole as bitmaps.Muthu Subramanian2-0/+23
2014-07-22Fix build: incorrect revertion svgioJoren De Cuyper1-1/+1
2014-07-22fdo#39468 Finish translating German commentsPhilipp Weissenbacher1-185/+144
2014-07-22fdo#80486 writerfilter: RTF import: ignore \par inside \ftnsepMichael Stahl3-11/+10
2014-07-22fdo#77996: writerfilter: RTF import: re-work destination text bufferingMichael Stahl4-46/+161
2014-07-22writerfilter: pass uno::Reference by reference, more dmapper...Michael Stahl12-34/+47
2014-07-22writerfilter: pass uno::Reference by reference in DomainMapper_ImplMichael Stahl4-59/+68
2014-07-22writerfilter: more pass uno::Reference by reference in dmapperMichael Stahl6-10/+12
2014-07-22writerfilter: pass uno::Reference by reference in RTFSdrImportMichael Stahl2-9/+12
2014-07-22writerfilter: pass uno::Reference by reference in RTFValueMichael Stahl2-14/+19
2014-07-22writerfilter: more pass by reference on PropertyMapMichael Stahl2-10/+13
2014-07-22writerfilter: pass uno::Reference by referenceMichael Stahl9-10/+12
2014-07-22Remove "this->". Pointless.Kohei Yoshida7-22/+21
2014-07-22remove dead codeNoel Grandin1-5/+2
2014-07-22ridljar: javadoc & Overriderbuj8-57/+70
2014-07-22Related: fdo#81457 quadratic time required when setting a11y nameCaolán McNamara2-24/+53
2014-07-22Related: fdo#81457 skip setting an empty allocationCaolán McNamara1-4/+7