index
:
libreoffice/writer
feature/bootstrap-build
feature/calc-multiline-input
feature/currency-64bit
feature/editable-formulae
feature/gnumake4
feature/gsoc2011_wizards
feature/helppack
feature/layout
feature/onemsi
feature/pptx-export-ooxml11
feature/rodatastrings
feature/winshrink
gr2
integration/dev300_m101
integration/dev300_m106
integration/dev300_m98
libreoffice-3-3
libreoffice-3-3-0
libreoffice-3-3-1
libreoffice-3-3-2
libreoffice-3-3-3
libreoffice-3-3-4
libreoffice-3-4
libreoffice-3-4-0
libreoffice-3-4-1
libreoffice-3-4-2
libreoffice-3-4-3
libreoffice-3-4-4
libreoffice-3-4-5
libreoffice-3-4-6
master
master-backup
master-deleted
obsolete from 3.5 - Text processing application (Writer)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-11
Remove unused RtfSdrExport::AddShapeAttribute
Miklos Vajna
2
-13
/
+0
2011-07-11
protect against short reads and silly offset values
Caolán McNamara
1
-20
/
+39
2011-07-11
callcatcher: remove unused PutCJKandCTLFontsInAttrPool
Caolán McNamara
2
-9
/
+0
2011-07-11
check that seeks succeed, sanity check count of styles against recorded length
Caolán McNamara
5
-26
/
+45
2011-07-11
make the test depend on the resources, rather than the .cxx
Caolán McNamara
1
-2
/
+4
2011-07-11
callcatcher: unused lcl_PamContainsFly
Caolán McNamara
1
-39
/
+0
2011-07-11
callcatcher: unused lcl_SubLeftRight
Caolán McNamara
1
-20
/
+0
2011-07-11
callcatcher: remove unused sw3io_ConvertToOldField
Caolán McNamara
1
-108
/
+0
2011-07-11
only need this on bigendian
Caolán McNamara
2
-0
/
+4
2011-07-11
OUString does not have Len()
Takeshi Abe
1
-1
/
+1
2011-07-09
enforce dependency on msword target for filters test
Caolán McNamara
1
-0
/
+4
2011-07-09
Resolves: fdo#34779 wrong word counts for USHRT_MAX len paras
Caolán McNamara
2
-42
/
+42
2011-07-08
Resolves: fdo#33012 crash on 0 width FrmFmt table cell layout
Caolán McNamara
1
-1
/
+7
2011-07-08
Fixed debug build Count() -> size()
Cédric Bosdonnat
1
-3
/
+3
2011-07-08
Fixed a segmentation fault in some edge cases
marc-andre@atc.tcs.com
1
-2
/
+5
2011-07-08
check font and list lengths
Caolán McNamara
3
-176
/
+216
2011-07-08
oops, brain fart
Caolán McNamara
1
-5
/
+5
2011-07-08
More conservative fix for aliasing problems (fdo#33781)
Petr Mladek
1
-17
/
+15
2011-07-07
check for short reads
Caolán McNamara
2
-43
/
+64
2011-07-07
clip nSprmSiz to available data
Caolán McNamara
1
-1
/
+1
2011-07-07
init some variables against short reads
Caolán McNamara
1
-17
/
+8
2011-07-07
nStartPos unused
Caolán McNamara
2
-5
/
+2
2011-07-07
compare alleged font count with that of font chain
Caolán McNamara
1
-22
/
+34
2011-07-06
Fixed uninitialized member in SwPostItPageItem
Cédric Bosdonnat
1
-1
/
+1
2011-07-06
Fixed core dump and invalid memory access for some edge cases
marc-andre@atc.tcs.com
2
-30
/
+31
2011-07-06
add another regression test
Caolán McNamara
1
-0
/
+0
2011-07-06
Replace SvULongs with vector in escher.hxx
Nigel Hawkins
2
-4
/
+3
2011-07-06
Replace SvULongs with vector in laycache.cxx and layhelp.hxx. LGPL3+/MPL1.1
Nigel Hawkins
2
-13
/
+12
2011-07-06
Replace SvULongs with std::vector in htmlplug.cxx. LGPLv3+/MPL.
Nigel Hawkins
1
-3
/
+3
2011-07-05
Header/Footer: When double-clicking, set the crsr to the clicked position
Cédric Bosdonnat
2
-3
/
+1
2011-07-05
Header/Footer: Toggled edit mode in SwCrsrShell::SetCrsr
Cédric Bosdonnat
1
-0
/
+5
2011-07-05
fix link
Caolán McNamara
1
-0
/
+0
2011-07-05
testLoad unused
Caolán McNamara
1
-19
/
+0
2011-07-05
Header/Footer: when changing the mode, don't continue to handle the click
Cédric Bosdonnat
1
-3
/
+3
2011-07-05
Related: rhbz#718976 crash in SwTxtSizeInfo::GetMultiCreator
Caolán McNamara
1
-2
/
+5
2011-07-05
clip bad FKP entries to available space
Caolán McNamara
1
-3
/
+20
2011-07-05
check font offset position
Caolán McNamara
1
-6
/
+5
2011-07-05
check seeks for list positions
Caolán McNamara
3
-14
/
+34
2011-07-05
compare tab layout directives to available space
Caolán McNamara
1
-6
/
+16
2011-07-05
no need for extra noexecstack
Caolán McNamara
1
-7
/
+0
2011-07-05
ensure linkstrings and aStringIds are both in range
Caolán McNamara
1
-1
/
+1
2011-07-05
fix endianness, drop interim copy, and clip to available size
Caolán McNamara
1
-8
/
+29
2011-07-05
copied the IFieldMark::GetParameters too
Cédric Bosdonnat
1
-0
/
+8
2011-07-05
Copy fieldmark properties when copying/pasting, fdo#38374.
Jan Holesovsky
1
-1
/
+12
2011-07-05
Header/Footer separators drawing moved to the SwPageFrm level
Cédric Bosdonnat
3
-117
/
+126
2011-07-05
Fixed crash when selecting objs anchored at page
Cédric Bosdonnat
1
-5
/
+8
2011-07-04
drop apparent optimization to handle regexp's the same way
Caolán McNamara
1
-40
/
+30
2011-07-04
writer: bug correction : selected text was always replaced (fdo#36181)
Dolives Benoit
1
-8
/
+69
2011-07-04
stray debugging code
Caolán McNamara
1
-2
/
+0
2011-07-04
Related: #i86988# make abo levels safer
Caolán McNamara
12
-0
/
+5
[prev]
[next]