summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-12-07tdf#54584: allow backslash before field type in RTF and DOCXMike Kaganski2-0/+14
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna5-5/+0
2015-12-06tdf#91781 Add more shapes to the menu and additional tweaksYousuf Philips1-17/+27
2015-12-05silence vcl release mouse warningCaolán McNamara1-1/+2
2015-12-04sw: add doxygen comment for SwpHintsMiklos Vajna1-1/+1
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian4-20/+121
2015-12-04fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumnsNoel Grandin4-33/+74
2015-12-03tdf#34957 - don't push multi-page table to next page.Justin Luth3-2/+13
2015-12-03Silence warning in --disable-assert-always-abort buildsStephan Bergmann1-1/+1
2015-12-03sw: fix DOCX export of embedded OOXML objectsMichael Stahl2-14/+25
2015-12-03sw: docx export: write something more specific for embedded PDFMichael Stahl1-0/+6
2015-12-03uno:Sequence->std::vector in SmartTagMgrNoel Grandin3-16/+9
2015-12-03Resolves: tdf#94701 allow fully deleting illustration category in comboboxCaolán McNamara1-2/+2
2015-12-02DOCX export: handle <w:smartTag>Miklos Vajna7-40/+64
2015-12-02sw: initial SwRDFHelperMiklos Vajna3-0/+83
2015-12-02an empty string here seems no hardshipCaolán McNamara1-1/+0
2015-12-02loplugin:stringconcat: Also look through O[U]String ctorsStephan Bergmann7-82/+82
2015-12-02DOCX import: handle <w:smartTag>Miklos Vajna3-0/+41
2015-12-02tdf#94043 RTF filter: implement column separator handlingMiklos Vajna3-0/+29
2015-12-02Remove some chained appendsWillian Briotto1-8/+8
2015-12-01tdf#88443:percent value fixedOliver Specht1-1/+1
2015-12-01tdf#88443: set relative width to objects with captions except formulasOliver Specht1-1/+13
2015-12-01Related: tdf#94043 DOCX import: fix column separator handlingMiklos Vajna2-0/+8
2015-11-30Move uses of SwFrame pointer-to-member after definition of class SwFrameStephan Bergmann1-92/+91
2015-11-30loplugin:unusedfieldsNoel Grandin4-22/+1
2015-11-30loplugin:unusedfieldsNoel Grandin2-33/+9
2015-11-29our little MSVC cant read C++11 proper and has special needs instead ...Bjoern Michaelsen1-18/+19
2015-11-29use a range template for the frame,page,pseudo translationsBjoern Michaelsen1-25/+9
2015-11-29use the entry vector for lcl_TranslateIndex dispatchBjoern Michaelsen1-57/+69
2015-11-29remove copy patsaBjoern Michaelsen1-7/+1
2015-11-29use entries to create stylesBjoern Michaelsen1-33/+23
2015-11-29use the entry vector for lcl_GetCountOrName dispatchBjoern Michaelsen1-32/+17
2015-11-29tdf#38835: use singleton instead of staticBjoern Michaelsen1-21/+37
2015-11-29keep a reference to the static entry data for the familyBjoern Michaelsen1-50/+53
2015-11-29use Families instead of the generic 'Container'Bjoern Michaelsen2-5/+5
2015-11-29typo: m_nRedId => m_nResIdBjoern Michaelsen1-4/+4
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-8/+6
2015-11-29add ranges for pages, frames, numsBjoern Michaelsen1-13/+13
2015-11-29make GetCountOrName a private member to reduce argsBjoern Michaelsen1-10/+11
2015-11-29consolidate range voodooBjoern Michaelsen1-49/+41
2015-11-29inline trivial functionsBjoern Michaelsen1-75/+45
2015-11-29SwXStyleFamily=>sw::XStyleFamilyBjoern Michaelsen2-81/+91
2015-11-29SwXStyleFamily has no need to be in a headerBjoern Michaelsen2-53/+54
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-6/+4
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-20/+6
2015-11-29simplifyBjoern Michaelsen1-4/+2
2015-11-29OSL_FAIL->SAL_WARNBjoern Michaelsen1-15/+5
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-13/+8
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-23/+19
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-56/+35