summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-08sw: redundant condition, was checked previouslyMichael Stahl1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-73/+73
2015-11-18sw: use the proper item SwFormatEditInReadonlyMichael Stahl1-3/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-141/+141
2015-11-09another missing SolarMutex in Writer UNOBjoern Michaelsen1-0/+3
2015-10-26remove extra spaces around ::Noel Grandin1-40/+40
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-08-21loplugin:defaultparamsNoel Grandin1-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-15/+15
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-09use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen1-1/+1
2015-06-05fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara1-4/+0
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-1/+1
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen1-10/+6
2015-05-22tdf#90946: sw: ODF import: ignore invalid gradient-name if style SOLIDMichael Stahl1-1/+11
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl1-0/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-323/+323
2015-05-15tdf#91140: ODF import: try to ignore invalid draw:fill="solid"Michael Stahl1-1/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-04-21sw: ODF import: frame background: do not override gradient transparencyMichael Stahl1-1/+2
2015-04-21tdf#90640: sw: ODF import: ignore style:background-transparency forMichael Stahl1-1/+7
2015-04-21tdf#90640: sw: ODF export: be consistent when exporting RES_BACKGROUNDMichael Stahl1-3/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-27/+27
2015-04-14Related: tdf#90130 gradient transparency goes missingCaolán McNamara1-8/+12
2015-04-13Resolves: tdf#90130 don't clobber new solid-color on seeing old transparencyCaolán McNamara1-0/+3
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-03-28have a Reference instead of SwClient meddlingBjoern Michaelsen1-12/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-26remove copypastaBjoern Michaelsen1-35/+2
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16unocore: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-3/+3
2015-02-06fdo#39440: remove redundant checks and breaksJuan Picca1-3/+1
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+5
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-4/+2
2014-11-26loplugin: cstylecastNoel Grandin1-21/+21
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás1-16/+1
2014-11-07Make SetSwapState() an internal methodZolnai Tamás1-2/+0
2014-10-31Removed duplicated includesAndrea Gelmini1-3/+0
2014-10-25coverity#1249466 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-17coverity#1247631 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+4
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-2/+2