summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann9-36/+36
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin9-198/+201
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-3/+3
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-3/+3
2013-12-28Remove unread variableMatteo Casalin1-2/+0
2013-12-28Use OUString constructor for constant ASCIIMatteo Casalin1-12/+5
2013-12-28Use member initialization list in some constructorsMatteo Casalin2-35/+62
2013-12-28Do not use Getters as SettersMatteo Casalin8-58/+47
2013-12-28xub_StrLen to sal_Int32 + some constMatteo Casalin8-123/+95
2013-12-20typo fixesAndras Timar5-5/+5
2013-12-12fix OUString simplifyNoel Grandin1-1/+1
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-3/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann6-45/+45
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann6-45/+45
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann6-45/+45
2013-12-10fdo#70278: editeng: fix Time fields in ImpressMichael Stahl1-1/+1
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl2-7/+7
2013-12-10Resolves: #i123620# IAccessibleHypertext::hyperlinkIndex returns 0...Steve Yin1-1/+1
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-27IAccessible2: revert some bounds-checking changes againStephan Bergmann1-8/+1
2013-11-26WaE: unreachable codeTor Lillqvist1-0/+2
2013-11-26rewrite new SvxEditSourceHelper::GetAttributeRun replacement in new styleCaolán McNamara1-69/+28
2013-11-26Integrate branch of IAccessible2Steve Yin17-76/+1256
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin1-3/+3
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-9/+5
2013-11-20editeng: warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl2-4/+6
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-2/+1
2013-11-20fdo#67742 Avoid autocorr of "--" before "-"Laurent Balland-Poirier1-0/+5
2013-11-20sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes3-73/+73
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-59/+57
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin3-4/+4
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14SvxBrushItem: Improve Referer from member to GetGraphic[Object] parameterStephan Bergmann2-11/+7
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14Fixed for spacing between lines in paragraph.Priyanka Gaikwad1-1/+1
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2-3/+11
2013-11-14xub_StrLen to sal_Int32 and minor optimizationsMatteo Casalin1-10/+8
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin9-20/+20
2013-11-11convert STRING_NOTFOUND -> -1 in editengNoel Grandin1-15/+15
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-11-08longparas: same variable used for two different loops of different typesCaolán McNamara1-6/+4
2013-11-08n is immediately overwrittenCaolán McNamara1-2/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin3-3/+3
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-11-03fdo#69762 Scientific number AutoCorrect as ordinalLaurent Balland-Poirier1-0/+2
2013-10-28fixincludeguards.sh: editengThomas Arnhold22-56/+56