summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
AgeCommit message (Expand)AuthorFilesLines
2014-08-20i#107771: sw: burn, UnoCallBack, burn!Michael Stahl1-7/+0
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXFootnoteMichael Stahl1-0/+9
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl2-6/+15
2014-08-20SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD tooMichael Stahl1-0/+15
2014-08-20i#107771: sw: make SwXTextField a client of its format poolitemMichael Stahl2-5/+20
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXReferenceMarkMichael Stahl1-0/+9
2014-08-20i#107771: sw: make SwXReferenceMark a client of its format poolitemMichael Stahl2-8/+20
2014-08-20fdo#72695: avoid double-free race condition for SwXParagraphMichael Stahl1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin2-2/+2
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner4-5/+5
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-17coverity#1158079 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner3-5/+8
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner4-8/+12
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-4/+5
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner3-10/+11
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner2-7/+9
2014-08-12Remove invalid and unnecessary downcastStephan Bergmann1-1/+1
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-08-06Call SwTxtNode-specific part of DelFrms while SwTxtNode is still SwTxtNodeStephan Bergmann1-0/+20
2014-07-25SAVEFLY is a noop, just use a boolBjoern Michaelsen1-2/+2
2014-07-22Do not include txttypes.hxx unnecessarilyMatteo Casalin1-1/+0
2014-07-22Use a dedicated constant, with a descriptive nameMatteo Casalin1-4/+4
2014-07-22SwpHints::GetPos just used to check presence => renamed to ContainsMatteo Casalin3-7/+7
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin6-67/+68
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-22return bool instead of sal_uInt16 (0 or 1)Matteo Casalin1-5/+5
2014-07-22Resolves: #i125296# correction of fix for issue #i125044#Oliver-Rainer Wittmann1-3/+6
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-15/+15
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud1-9/+23
2014-07-15Revert "fdo#79673 revert to old NPC for MacOSX only"Norbert Thiebaud1-25/+0
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner3-6/+7
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner1-3/+4
2014-07-15[loplugin:literaltoboolconversion]Michael Stahl1-1/+1
2014-07-15fdo#79673 revert to old NPC for MacOSX onlyTomaž Vajngerl1-0/+25
2014-07-14Resolves: #i125228# correct consideration of InputFields...Oliver-Rainer Wittmann1-0/+3
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-7/+2
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand5-26/+116
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann1-2/+3
2014-06-25Resolves: #i125154# numbering too small on sample .doc importClarence Guo1-2/+2
2014-06-25remove empty DumpHints() [loplugin:unreffun]Matúš Kukan1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin11-131/+131
2014-06-19fdo#71558: Notify mispelled word to accessibilityJacobo Aragunde Pérez1-1/+7
2014-06-18coverity#736901 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-17Resolves: #i125086# correct implementation of css::text::XTextField...Oliver-Rainer Wittmann1-0/+34