summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)AuthorFilesLines
2015-05-25tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl1-1/+2
2015-04-14xmloff: add back the presumably accidentally removed "FootnoteLineStyle"Michael Stahl1-0/+1
2015-03-19Related tdf#50133: Wrong underlining in ReportsJulien Nabet1-1/+3
2015-03-08tdf#50133: Wrong underlining in ReportsJulien Nabet1-1/+1
2015-01-06export format of embedded font tooDavid Tardon1-0/+4
2015-01-06read embedded fonts from Flat ODFDavid Tardon2-3/+32
2014-12-08import part for: "export to extension namespace instead of odf ..."Markus Mohrhard1-0/+5
2014-12-01fdo#85496: add some asserts to detect this sort of problemMichael Stahl1-0/+14
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl11-0/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-3/+3
2014-11-08xmloff: [loplugin:unusedvariablecheck]Michael Stahl1-1/+0
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl1-13/+7
2014-10-23coverity#705781 Resource leakCaolán McNamara1-8/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin3-3/+3
2014-10-01loplugin: cstylecastNoel Grandin3-8/+8
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann1-9/+3
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-0/+1
2014-08-16prevent invalid ods files with loext:fill-characterMarkus Mohrhard2-4/+5
2014-08-16just use a typedef, don't inherit from boost::ptr_containerMarkus Mohrhard1-2/+0
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann2-4/+4
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-8/+0
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+0
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida1-6/+21
2014-07-25Store the handler as a const pointer.Kohei Yoshida1-3/+3
2014-07-25The 'mutable' keyword exists for this kind of use.Kohei Yoshida1-3/+1
2014-07-25Document what's in the type of the map entry.Kohei Yoshida2-2/+2
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida9-33/+159
2014-07-20cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-3/+3
2014-07-02fix ODF validation errorsMarkus Mohrhard3-4/+13
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin27-116/+80
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand7-139/+761
2014-06-28fdo#80009: xmloff: ignore excessive fo:clip valuesMichael Stahl1-0/+7
2014-06-21Create SvtSaveOptions() outside of for loop.Matúš Kukan1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann5-9/+9
2014-05-30fdo#76324: Use one static SvXMLTokenMap object, it's faster.Matúš Kukan1-3/+3
2014-05-21fdo#78921 Don't crash when there is no storage specifiedMaxim Monastirsky1-0/+4
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-2/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-27sepcified -> specified.Jan Holesovsky1-2/+2
2014-04-21remove comments why a file gets includedThomas Arnhold2-2/+0
2014-04-17coverity#738948 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-15whitespace for include statementsThomas Arnhold1-1/+1
2014-04-15xmloff: sal_Bool->boolNoel Grandin25-123/+123
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann2-7/+0
2014-04-06coverity#441207: Logicaly dead codeNorbert Thiebaud1-8/+3
2014-04-04resolved fdo#76777 now write correct number style condition operator !=Eike Rathke1-1/+1
2014-04-04accept proper number style condition != as not equal operator, fdo#76777Eike Rathke1-1/+8