summaryrefslogtreecommitdiffstats
path: root/include/tools
Commit message (Expand)AuthorAgeFilesLines
* Switch everyone to stricter GetColorErrorJan-Marek Glogowski2019-05-141-1/+9
* Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski2019-05-131-6/+24
* an is used before a vowel soundCaolán McNamara2019-05-101-2/+2
* Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl2019-04-272-6/+47
* tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin2019-04-241-3/+4
* cleanup and rename COLORDATA_RGB to color::extractRGBTomaž Vajngerl2019-04-221-5/+13
* Replace compile time test with a static_assertTomaž Vajngerl2019-04-221-0/+5
* rework Color to have R,G,B,A public variablesTomaž Vajngerl2019-04-211-38/+47
* tdf#124155 change "gradient tab page" - increment & angle sliderTomaž Vajngerl2019-04-031-0/+6
* Introduce Int32ToSVBT32 for cases that apparently want to write a signed valueStephan Bergmann2019-03-061-0/+1
* Introduce SVBT16ToInt16 for reading sal_Int16 instead of sal_uInt16Stephan Bergmann2019-03-051-0/+1
* Rename SVBT16ToShort to SVBT16ToUInt16Stephan Bergmann2019-03-041-1/+1
* pretty up logging of exceptionsNoel Grandin2019-02-191-0/+4
* loplugin:indentation in lingucomponent..toolsNoel Grandin2019-02-111-16/+25
* move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl2019-02-091-0/+1
* o3tl::string_view -> std::string_view (in tools)Stephan Bergmann2019-01-111-2/+2
* Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann2018-12-082-3/+3
* remove unused SvLockBytesStatFlag enumNoel Grandin2018-12-051-3/+1
* remove unused PolyOptimizeFlags enum valuesNoel Grandin2018-11-271-6/+4
* weld SwCondCollPageCaolán McNamara2018-11-211-1/+2
* loplugin:constantparamNoel Grandin2018-11-191-2/+2
* SvStream::m_isConsistent is always trueNoel Grandin2018-11-091-3/+0
* Convert FieldUnit to scoped enumMike Kaganski2018-11-081-4/+26
* tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin2018-11-071-3/+3
* tdf#108751 Show currently selected color name in color button tooltipJim Raykowski2018-10-271-2/+0
* pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara2018-10-221-1/+1
* Resolves: tdf#120003 missing prefix to link url in .doc importCaolán McNamara2018-10-171-8/+0
* tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2018-10-1719-32/+16
* workaround weird linking error on tb71Noel Grandin2018-10-171-1/+1
* loplugin:singlevalfieldsNoel Grandin2018-10-171-4/+0
* add SvStream::TellEndNoel Grandin2018-10-151-0/+1
* drop SvMemoryStream::GetBufferNoel Grandin2018-10-041-2/+2
* Add number comments to WindowTypeJan-Marek Glogowski2018-09-291-9/+10
* loplugin:constfields in toolsNoel Grandin2018-09-274-9/+9
* Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann2018-09-112-3/+3
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-061-1/+1
* Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke2018-08-281-0/+19
* remove mempoolNoel Grandin2018-08-161-93/+0
* CID 1438378: Allow only signed typesMike Kaganski2018-08-081-1/+3
* Move angle normalization code from various places to toolsMike Kaganski2018-08-031-0/+20
* make DBG_TESTSOLARMUTEX available in assert buildsNoel Grandin2018-07-301-2/+2
* tools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-8/+0
* tools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+15
* -Werror,-Wunused-private-fieldStephan Bergmann2018-07-261-1/+0
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-263-6/+9
* SvPersistBase no longer necessaryNoel Grandin2018-07-161-44/+0
* tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin2018-07-101-3/+1
* XmlWriter: support namespaces, writing of base64 attributeTomaž Vajngerl2018-07-061-3/+7
* Fix typosAndrea Gelmini2018-07-031-2/+2
* teach useuniqueptr loplugin about calling delete on a paramNoel Grandin2018-06-221-1/+2