summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-05-08callcatcher: update unused codeCaolán McNamara2-10/+0
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann3-3/+3
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann6-9/+9
2015-05-07sw: unused Parent [-Werror=unused-parameter]Miklos Vajna1-0/+1
2015-05-07sw: fix -Werror=unused-parameterMiklos Vajna1-0/+6
2015-05-07tdf#55665: Fix a corner case OLE processingMike Kaganski1-3/+2
2015-05-07XTiledRenderable: use HWND instead of HDCLászló Németh1-1/+1
2015-05-07Initial XTiledRenderable APILászló Németh2-3/+31
2015-05-07tdf#91127 - SwDbTreeList 'make' function fix.Michael Meeks1-1/+2
2015-05-07Fix typo informations -> informationAndrea Gelmini2-2/+2
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-5/+5
2015-05-07tdf#91127 - audit for unfortunate SAL_NO_ACQUIRE referencing issues.Michael Meeks2-10/+4
2015-05-07SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann1-1/+1
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann12-31/+31
2015-05-07Unwind SotStorageRef typedefStephan Bergmann15-42/+42
2015-05-07Remove SvStorage aliasStephan Bergmann9-12/+12
2015-05-07Remove SvStorageRef aliasStephan Bergmann11-24/+24
2015-05-07Remove SvStorageStream aliasStephan Bergmann1-3/+3
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann8-23/+23
2015-05-07Turn StorageMode into a scoped enumStephan Bergmann1-1/+1
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-2/+2
2015-05-07sw: prefix members of MSWordStylesMiklos Vajna2-23/+23
2015-05-07tdf#91122 unit test for docx import with wrong vertical positionLászló Németh2-0/+13
2015-05-06sw: clean up some defensive programming in modcfg.cxxMichael Stahl1-278/+263
2015-05-06SvxOpaqueItem takes a sal_uInt16 nId as first argumentStephan Bergmann1-1/+1
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-1/+1
2015-05-06sw: add SwDBData::sEmbeddedNameMiklos Vajna4-2/+25
2015-05-06drop useless temp debugging stringsCaolán McNamara1-14/+0
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin2-11/+11
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin3-6/+6
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin2-24/+24
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin12-51/+65
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-1/+1
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin7-14/+14
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann14-47/+28
2015-05-06sw: make SplitRedline() a little more readableMichael Stahl1-21/+19
2015-05-06sw: fix crash due to redlines on tables on ooo121112-2.docxMichael Stahl2-0/+35
2015-05-05Use more proper integer typesMatteo Casalin1-11/+12
2015-05-05Store getColumnCount()/getRowCount() results in sal_Int32Matteo Casalin1-19/+19
2015-05-05Use more proper integer typesMatteo Casalin2-5/+5
2015-05-05Use more proper integer types and range-based for loopsMatteo Casalin2-4/+4
2015-05-05drop useless temp debugging stringsCaolán McNamara1-12/+0
2015-05-05sw doc model xml dump: include SwDBDataMiklos Vajna2-0/+13
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl3-3/+3
2015-05-05Remove using directive that has become unusedStephan Bergmann1-2/+0
2015-05-05loplugin:staticmethodsNoel Grandin4-4/+4
2015-05-05Various loplugin warningsStephan Bergmann3-6/+6
2015-05-05-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann18-34/+22