summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2015-01-20Some more loplugin:cstylecast: xmloffStephan Bergmann
2015-01-06fdo#78921 save embedded fonts in Flat ODFDavid Tardon
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
2015-01-05export format of embedded font tooDavid Tardon
2015-01-05read embedded fonts from Flat ODFDavid Tardon
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-07export to extension namespace instead of odf namespaceMarkus Mohrhard
2014-12-01fdo#85496: add some asserts to detect this sort of problemMichael Stahl
2014-11-25Remove ptr_vector header include in favor of forward declaration.Kohei Yoshida
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-08xmloff: [loplugin:unusedvariablecheck]Michael Stahl
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl
2014-10-23coverity#705781 Resource leakCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-16prevent invalid ods files with loext:fill-characterMarkus Mohrhard
2014-08-16just use a typedef, don't inherit from boost::ptr_containerMarkus Mohrhard
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida
2014-07-25Store the handler as a const pointer.Kohei Yoshida
2014-07-25The 'mutable' keyword exists for this kind of use.Kohei Yoshida
2014-07-25Document what's in the type of the map entry.Kohei Yoshida
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida
2014-07-20cppcheck: Prefer prefix ++/-- operatorsJulien Nabet
2014-07-02fix ODF validation errorsMarkus Mohrhard
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-06-28fdo#80009: xmloff: ignore excessive fo:clip valuesMichael Stahl
2014-06-21Create SvtSaveOptions() outside of for loop.Matúš Kukan
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-30fdo#76324: Use one static SvXMLTokenMap object, it's faster.Matúš Kukan
2014-05-21fdo#78921 Don't crash when there is no storage specifiedMaxim Monastirsky
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-27sepcified -> specified.Jan Holesovsky
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-17coverity#738948 Uninitialized scalar fieldCaolán McNamara
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-15xmloff: sal_Bool->boolNoel Grandin