summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-07-30ASPECT_ALL is unusedTor Lillqvist1-1/+4
2014-07-30Wrap "" in OUString: error: conversion from const char* to non-scalar...Andrzej Hunt1-1/+1
2014-07-30LOKDocView: add set_part_mode.Andrzej Hunt1-0/+2
2014-07-30ITiledRenderable: provide default implementations for some methods.Andrzej Hunt1-3/+12
2014-07-30LOKDocView: add part name retrieval.Andrzej Hunt1-1/+2
2014-07-30Remove horrifically outdated comment.Andrzej Hunt1-5/+0
2014-07-30LOK: add setPartMode.Andrzej Hunt2-0/+20
2014-07-30LOK: Add getPartName.Andrzej Hunt3-0/+18
2014-07-30Fix comment typo.Andrzej Hunt1-1/+1
2014-07-29simplify "no delete" logic in SvRefBaseNoel Grandin2-17/+19
2014-07-29convert linked list to std::vector in SbxDimArrayNoel Grandin1-4/+7
2014-07-29Remove some unused codeMarcos Paulo de Souza3-3/+0
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann1-1/+0
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin1-1/+0
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin145-174/+177
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt2-2/+96
2014-07-27fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+2
2014-07-27fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast1-12/+12
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida1-0/+4
2014-07-26bnc#885825: OOXML import and export of data label borders.Kohei Yoshida2-3/+2
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida1-8/+10
2014-07-25Store the handler as a const pointer.Kohei Yoshida1-2/+2
2014-07-25The 'mutable' keyword exists for this kind of use.Kohei Yoshida1-1/+1
2014-07-25Get the math right.Kohei Yoshida1-1/+1
2014-07-25Document what's in the type of the map entry.Kohei Yoshida2-64/+110
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida2-127/+50
2014-07-25convert the weak reference macro in tools into a templateNoel Grandin2-35/+40
2014-07-24svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERTMichael Stahl2-14/+0
2014-07-24Related: fdo#81641 create new styles with an initial nameCaolán McNamara1-0/+3
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin2-4/+1
2014-07-23TyposJulien Nabet1-3/+3
2014-07-23fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert1-1/+3
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin6-21/+20
2014-07-23remove dead SfxArgumentError typedefNoel Grandin1-2/+0
2014-07-23move string IO methods out of global headerNoel Grandin1-42/+0
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin2-15/+18
2014-07-23remove unused values from SfxFieldUnit enumNoel Grandin1-3/+1
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin2-2/+0
2014-07-23rename SfxItemDesruptor -> SfxItemDisruptorNoel Grandin1-1/+1
2014-07-23mark m_nRefCount in SfxPoolItem as mutableNoel Grandin1-3/+3
2014-07-23remove unused return type from SfxItemPool::AddRefNoel Grandin2-6/+6
2014-07-23remove unused SfxPoolItem::Delete_Impl methodNoel Grandin1-1/+0
2014-07-23comments and code formatting in SfxPoolItemNoel Grandin2-17/+16
2014-07-23remove SFX_ITEM_PRESENTATION_NAMEONLYNoel Grandin1-1/+0
2014-07-23fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheetsTobias Lippert1-1/+9
2014-07-23AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara1-1/+0
2014-07-22remove dead codeNoel Grandin1-5/+2
2014-07-22Related: fdo#81457 quadratic time required when setting a11y nameCaolán McNamara1-5/+9
2014-07-22convert DLG_MACRO_MIGRATION to widget layoutCaolán McNamara1-0/+4
2014-07-22callcatcher: update unused codeCaolán McNamara7-14/+0