summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-11-30sal_Bool to boolTakeshi Abe8-88/+87
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida4-16/+20
2012-11-29sw: fix RTF export of text frames anchored to empty paragraphsMiklos Vajna3-2/+19
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens3-11/+8
2012-11-29.dot files sometimes rejected by writerCaolán McNamara1-0/+6
2012-11-29optional ppFlt argument never usedCaolán McNamara3-8/+3
2012-11-29Simplify SwIoSystem::IsFileFilterCaolán McNamara1-4/+3
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist1-1/+1
2012-11-28Resolves: fdo#41554 ww6 file cannot be openedCaolán McNamara3-27/+59
2012-11-28SwRTFReader::Read: catch all exceptionsMichael Stahl1-2/+10
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna4-42/+154
2012-11-29sal_Bool to boolTakeshi Abe3-123/+122
2012-11-28De-duplicate _ReadFieldParamsTor Lillqvist3-53/+53
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud1-2/+1
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud5-23/+23
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud2-1/+2
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud1-5/+5
2012-11-27String::Fill -> OUStringBuffer::padToLengthCaolán McNamara1-6/+10
2012-11-27we don't need to convert a system localeEike Rathke4-4/+4
2012-11-27fdo#56513 second header/footer lost saving as .docLuke Deller2-10/+3
2012-11-27fdo#48317 - Support jumping to next/previous changeMuhammad Haggag12-20/+168
2012-11-27avoid unnecessary LanguageTag conversionsEike Rathke20-41/+80
2012-11-27added a FIXME markerEike Rathke1-0/+3
2012-11-27sal_Bool to boolTakeshi Abe11-89/+89
2012-11-27Remove undefined functionTakeshi Abe1-1/+0
2012-11-27warning C4805: '!=': unsafe mix of bool and sal_BoolMichael Stahl1-1/+1
2012-11-27fix bug 53508Maxime de Roucy1-1/+9
2012-11-26use secondary-group packing to left group help and adapt to OK->Insert changeCaolán McNamara3-6/+14
2012-11-26New Layout for 'Insert Table' DialogSamuel Mehrbrodt1-117/+107
2012-11-26set default script text in .uiCaolán McNamara7-66/+15
2012-11-26Migrate 'Insert Script' dialog to .ui fileJack Leigh6-204/+340
2012-11-26sal_Bool to boolTakeshi Abe10-88/+88
2012-11-26sw/qa/extras: default style change name changedMiklos Vajna4-12/+14
2012-11-25Fix doxygen comment.Jan Holesovsky1-1/+1
2012-11-25"Default Style" is better name than just "Default" for page styles too.Jan Holesovsky1-1/+1
2012-11-25sal_Bool to boolTakeshi Abe10-120/+120
2012-11-25cppCheck: Possible NULL pointer dereferencejailletc361-6/+8
2012-11-25SwFEShell: fix doxygen commentsMiklos Vajna1-2/+2
2012-11-24use 2 decimal digitsIvan Timofeev1-0/+3
2012-11-24use consistent spacing in Outline Numbering dialogIvan Timofeev2-1/+2
2012-11-24fix typo: "Tap stop" -> "Tab stop"Ivan Timofeev1-1/+1
2012-11-24kill a few more SvxCreateLocale() & Co remaindersEike Rathke1-4/+4
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke35-67/+66
2012-11-24Title Page dialog: don't stretch spin buttonsIvan Timofeev1-0/+4
2012-11-24SwRTFWriter::WriteStream: fix leakMiklos Vajna1-1/+2
2012-11-24sal_Bool to boolTakeshi Abe12-128/+126
2012-11-24Removed horizontal rule ugly 1990 thingCédric Bosdonnat21-519/+8
2012-11-23some i18n wrappers with LanguageTagEike Rathke18-29/+29
2012-11-23Toggle Header/Footer edit when loading if neededCédric Bosdonnat1-0/+22
2012-11-23fdo#52182: Fixed click in frames located in header/footerCédric Bosdonnat14-49/+89