summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
AgeCommit message (Expand)AuthorFilesLines
2013-07-26Make some changes in SwFont's bordersZolnai Tamás1-4/+0
2013-07-26Use optional member data for borders in SwFontZolnai Tamás1-46/+30
2013-07-26CharBrd 2: new character attributeZolnai Tamás1-2/+98
2013-07-07remove unused SwDoGetCapitalBreak::pExtraPosMichael Stahl2-20/+12
2013-07-07fdo#66478: sw: un-break hyphenationMichael Stahl2-7/+6
2013-06-20Remove pointless overdose commentTor Lillqvist1-1/+0
2013-06-20WaE: macro is not usedTor Lillqvist1-1/+0
2013-06-20fdo#52028: sw: let text formatting ignore RSID in automatic stylesMichael Stahl5-27/+324
2013-06-19bounds can be -1 for not-foundCaolán McNamara1-0/+13
2013-06-12include cleanupMatteo Casalin1-0/+1
2013-06-11ugly workaround for external leading with symbol fonts (bnc#823626)Luboš Luňák1-0/+17
2013-06-11abi#3241 fix crash on RTF importMiklos Vajna1-1/+1
2013-06-06Some more modules at least building with mingw64Fridrich Štrba1-2/+2
2013-05-31audit incorrect uses of SwDrawTextInfo (fdo#65013)Luboš Luňák2-5/+8
2013-05-27Fix fdo#64685 - Superscript broken in masterKhaled Hosny1-2/+2
2013-05-23Resolves: #i121733# enhancement for colored smarttagsJürgen Schmidt1-87/+108
2013-05-23Resolves: #i121730# add optional interface XRangeBasedSmartTagRecognizerJürgen Schmidt1-1/+10
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-15fdo#46808, More LinguProperties funNoel Grandin1-2/+0
2013-05-06SW : Fix crash by checking find resultArnaud Versini1-1/+4
2013-04-23fdo#49076: copy numbering to clipboard only if start of para selectedMichael Stahl1-2/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza5-17/+17
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna5-85/+85
2013-04-18SwDrawTextInfo: confusing p prefix for non-pointersMiklos Vajna1-5/+5
2013-04-17fix stupid over-optimizationLuboš Luňák1-5/+5
2013-04-16Convert SwDrawTextInfo.pText from XubString to OUStringNoel Grandin3-40/+39
2013-04-16fdo#40102 show full footnote text in index tooltipLászló Németh1-1/+9
2013-04-07Some cppcheck cleaningJulien Nabet1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-32/+30
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-30Use OUString and sal_Int32 in GetTextBreak()Chr. Rossmanith2-12/+32
2013-03-28sw: some idiot broke text transliterationMichael Stahl1-3/+3
2013-03-15fdo#62360: fix word breaking in Writer for spell checkingLászló Németh1-1/+4
2013-03-14Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng1-0/+70
2013-03-08SwTxtNode::GetRedlineTxt: fix string conversionMiklos Vajna1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-25fdo#61428: SwTxtNode::ReplaceText: brown paperbag fixMichael Stahl1-2/+2
2013-02-23Slight simplification of loopMatteo Casalin1-5/+3
2013-02-22fix build in debug codeLuboš Luňák1-1/+1
2013-02-22fix sw buildCaolán McNamara1-4/+4
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
2013-02-22SwFntObj::GetTextSize: clean up ascii-artMiklos Vajna1-10/+0
2013-02-20SwTxtNode::GetExpandTxt: fix an assertionMichael Stahl1-1/+2
2013-02-18SwTxtNode: deploy some assertsMichael Stahl2-26/+28
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl2-20/+19
2013-02-18SwTxtNode::CutImpl: check for max text limitMichael Stahl1-0/+5
2013-02-18sw; convert SwTxtNode::m_Text to OUStringMichael Stahl3-94/+128
2013-02-17apparently there's no ssize_t on windowsLuboš Luňák1-4/+4
2013-02-15fdo#60732: check max size in SwTxtNode::ReplaceTextOnlyMichael Stahl1-2/+15
2013-02-15fdo#60732: check max size in SwTxtNode::ReplaceTextMichael Stahl1-7/+19