summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2017-11-13inline INetMIMEOutputSinkNoel Grandin1-60/+0
2017-11-09loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2017-11-08Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann2-5/+5
2017-11-06tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski1-0/+1
2017-11-01Extract XmlWriter and XmlWalker from opencl into toolsTomaž Vajngerl2-0/+113
2017-11-01ofz#3934 Integer-overflowCaolán McNamara1-1/+17
2017-10-30loplugin:constantparam in toolsNoel Grandin1-7/+6
2017-10-26tools: print some FractionsMichael Stahl1-0/+9
2017-10-25ofz#3797 Integer-overflowCaolán McNamara1-2/+7
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin6-9/+9
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-20loplugin:finalclasses in toolkit,toolsNoel Grandin2-11/+10
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin1-7/+8
2017-10-16-Werror,-Wtautological-constant-compare (Clang 6)Stephan Bergmann1-2/+0
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann1-1/+1
2017-10-03convert WB_FORCECTRLBACKGROUND to bool field on EditNoel Grandin1-1/+0
2017-10-03WB_DOCKBORDER is deadNoel Grandin1-3/+0
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-28/+0
2017-09-27check for NaN in FractionNoel Grandin1-1/+8
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-0/+1
2017-09-15Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski1-1/+19
2017-09-15long->sal_Int32 in FractionNoel Grandin1-6/+7
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-4/+19
2017-09-11long->sal_Int32 in various Get/SetVersionNoel Grandin1-3/+3
2017-08-30nothing is reading the futilely set WB_AUTOSIZE bitCaolán McNamara1-1/+0
2017-08-25loplugin:unusedmethodsNoel Grandin3-66/+0
2017-08-23convert message box style bits to scoped enumNoel Grandin1-14/+0
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-2/+0
2017-08-21WB_STDTABDIALOG no more usedAndrea Gelmini1-1/+0
2017-08-21WB_FLATSPLITDRAW is deadNoel Grandin1-1/+0
2017-08-21WB_FORCETABCYCLE is deadNoel Grandin1-1/+0
2017-08-21WB_CBLINESTYLE is deadNoel Grandin1-1/+0
2017-08-21WB_FAST/WB_TOPLEFTVISIBLE are deadNoel Grandin1-2/+0
2017-08-21WB_TOPIMAGE is deadNoel Grandin1-1/+0
2017-08-21WB_PATH,WB_OPEN are deadNoel Grandin1-5/+0
2017-08-19convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialogNoel Grandin1-1/+0
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin1-4/+0
2017-08-19convert extended WinBits to scoped enumNoel Grandin1-4/+0
2017-08-18fix typosdennisroczek1-1/+1
2017-08-18loplugin:redundantparenNoel Grandin1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2-2/+2
2017-08-08SvPersistStream deadNoel Grandin1-132/+3
2017-08-01move resmgr to unotoolsCaolán McNamara1-38/+0
2017-07-26loplugin:unusedmethodsNoel Grandin1-3/+0
2017-07-25loplugin:unusedmethodsNoel Grandin1-9/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke2-11/+5
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2-4/+6