summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* better initial size string for pre-updateCaolán McNamara2012-09-281-1/+1
* set char dialog resizableCaolán McNamara2012-09-281-0/+1
* rename these so easy to know what is whatCaolán McNamara2012-09-282-22/+22
* rename theseCaolán McNamara2012-09-282-14/+14
* can drop the debugging size setting now it worksCaolán McNamara2012-09-281-12/+0
* need to think about the toplevel dialog resizeCaolán McNamara2012-09-281-8/+19
* add a little spaceCaolán McNamara2012-09-281-2/+2
* pretty it up a littleCaolán McNamara2012-09-281-6/+8
* only Dialog has SetMinOutputSizePixelCaolán McNamara2012-09-282-2/+4
* pretty up the demo dialogCaolán McNamara2012-09-281-2/+4
* support a border-widthCaolán McNamara2012-09-281-0/+5
* now can add the original widgets back inCaolán McNamara2012-09-282-3/+47
* we'll need ButtonBoxes to enforce equal button sizeCaolán McNamara2012-09-281-1/+1
* we'll need a pack-type in order to shove buttons over to the rightCaolán McNamara2012-09-281-1/+5
* use property bucketsCaolán McNamara2012-09-281-35/+37
* add basic hbox, vbox and dialog supportCaolán McNamara2012-09-284-50/+123
* sw: hopefully fix windows buildMatúš Kukan2012-09-271-1/+1
* fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2012-09-279-106/+78
* Export image shadow effects to docx.Eilidh McAdam2012-09-271-0/+32
* WaE: uninit variableCaolán McNamara2012-09-271-1/+1
* n#781825 fix DOCX import of bottom para margin autospacingMiklos Vajna2012-09-271-1/+1
* sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat2012-09-277-5/+46
* n#779627: VML: import mso-position-vertical:center and friendsCédric Bosdonnat2012-09-271-1/+21
* sal_Bool to boolTakeshi Abe2012-09-2714-68/+67
* DOCX image drop shadow testcase.Eilidh McAdam2012-09-262-1/+19
* sw: remove unneeded using statements in qa/extrasMiklos Vajna2012-09-2610-40/+16
* rhbz#827695: sw: prevent crashes after incomplete print:Michael Stahl2012-09-264-11/+27
* n#780843 testcaseMiklos Vajna2012-09-262-0/+23
* avoid self assignment crashCaolán McNamara2012-09-251-0/+3
* n#780853 testcaseMiklos Vajna2012-09-252-0/+15
* -Werror,-Wunused-private-fieldStephan Bergmann2012-09-252-2/+0
* sal_Bool to boolTakeshi Abe2012-09-257-40/+40
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-254-7/+7
* de-duplicate SwNodes::TextToTable()Michael Stahl2012-09-241-145/+116
* rhbz#820283: fix crashes in DOCX table import:Michael Stahl2012-09-241-0/+14
* tweak assertions in SwTable::CheckConsistency()Michael Stahl2012-09-241-13/+21
* refactor code with <algorithm>Takeshi Abe2012-09-242-19/+6
* Remove unused member SwDoc::pMacroTableArnaud Versini2012-09-242-4/+0
* fdo#49655 fix RTF import of text in the middle of table definitionMiklos Vajna2012-09-242-0/+20
* As far as I can see this function is unusedTor Lillqvist2012-09-241-5/+0
* sal_Bool to boolTakeshi Abe2012-09-229-72/+72
* fuck you, SIZE_MAX. you'll rue the day i find out which .h defines you.Michael Stahl2012-09-211-4/+1
* the intarwebs say it may be hidden in limits.h...Michael Stahl2012-09-211-0/+1
* sigh... include stdint.h for SIZE_MAXMichael Stahl2012-09-211-2/+5
* "a function call cannot appear in a constant-expression"Michael Stahl2012-09-211-1/+1
* use scoped_array in lcl_UnMergeMichael Stahl2012-09-211-4/+3
* little cleanup in GetTblSelMichael Stahl2012-09-211-4/+2
* fdo#48692: fix problems with large number of table cells:Michael Stahl2012-09-2122-156/+217
* fdo#48692: fix problems with large number of table cells:Michael Stahl2012-09-2113-50/+69
* n#780563: Fixed table import in shapes table handler was missingCédric Bosdonnat2012-09-212-0/+13