summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock4-10/+40
2014-10-12RTF filter: fix \acc* handlingMiklos Vajna1-0/+2
2014-10-12Typo: compatability->compatibilityJulien Nabet1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin4-17/+42
2014-10-11convert vcl StateChangedType to enum classNoel Grandin7-29/+31
2014-10-11fdo#75757: remove inheritance to std::mapTakeshi Abe1-1/+17
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl1-0/+3
2014-10-10Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+1
2014-10-10Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+1
2014-10-10Use better castsStephan Bergmann1-2/+2
2014-10-10coverity#1244953 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-10cid#1244949 Uncaught exceptionNoel Grandin1-1/+1
2014-10-10move TRANSPARENT #define from windows.h out of global namespaceNoel Grandin1-0/+6
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann1-257/+0
2014-10-09Remove unused JVMFWK_DLLPRIVATEStephan Bergmann1-1/+0
2014-10-09Remove jvmfwk plugin featureStephan Bergmann3-36/+4
2014-10-09UNO_JAVA_JFW_PLUGIN is long goneStephan Bergmann1-5/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca48-268/+145
2014-10-09typo: Lable -> LabelAndras Timar1-1/+1
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin1-2/+11
2014-10-09Improve wording on several actionsSamuel Mehrbrodt1-0/+1
2014-10-08coverity#706283 Uncaught exceptionCaolán McNamara1-0/+1
2014-10-08fdo#75757: remove inheritance to std::vectorTakeshi Abe1-6/+2
2014-10-08fdo#75757: remove inheritance to std::mapTakeshi Abe1-2/+11
2014-10-08spelling: instanciated -> instantiatedNoel Grandin4-4/+4
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara3-0/+9
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-6/+2
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist4-9/+7
2014-10-06when size_t == unsigned intCaolán McNamara1-0/+4
2014-10-06fdo#75757: remove inheritance to std::vectorTakeshi Abe1-10/+15
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2-4/+19
2014-10-06Remove unused macrosStephan Bergmann1-150/+0
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2-11/+0
2014-10-06loplugin: cstylecastNoel Grandin8-25/+96
2014-10-06loplugin: cstylecastNoel Grandin4-51/+52
2014-10-06error: 'UCS4' does not name a typeMiklos Vajna1-1/+1
2014-10-06vcl: document FontCharMap classChris Sherlock1-6/+79
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-2/+6
2014-10-04vcl: tab cleanup of metric.hxxChris Sherlock1-12/+12
2014-10-03Make these methods non-inline again.Kohei Yoshida1-8/+8
2014-10-03loplugin: cstylecastNoel Grandin2-8/+8
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-3/+3
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist1-1/+0
2014-10-02Bin commented-out #definesTor Lillqvist1-2/+0
2014-10-02MWERKS etc. are not supported toolchainsMichael Stahl1-5/+1
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2-5/+3
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2-3/+3
2014-10-02coverity#1242909 Unused value and const things upCaolán McNamara1-3/+3
2014-10-02optimise UNO Sequence destructorNoel Grandin2-3/+20
2014-10-02coverity#708208 Uninitialized scalar fieldCaolán McNamara1-2/+6