summaryrefslogtreecommitdiff
path: root/include/svtools
AgeCommit message (Expand)AuthorFilesLines
2022-04-29use more string_view in INetURLObjectNoel Grandin2-3/+3
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-4/+4
2022-04-06Drop write-only uses of pNonConvertableChars argumentMike Kaganski1-3/+3
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski2-22/+1
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-1/+1
2022-03-21sw clearing breaks: add RTF filterMiklos Vajna1-0/+1
2022-03-14set active element to -1 when no selection for fontnameboxMert Tumer1-0/+1
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák3-5/+7
2022-02-17svtools: extract EmbeddedObjectRef::dumpAsXml() from SwOLEObjMiklos Vajna1-0/+3
2022-02-05Related: tdf#146836 daisy chain together some more event handlersCaolán McNamara1-1/+18
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara1-2/+2
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák1-0/+1
2022-01-28We no longer know how to contact TLX anywayStephan Bergmann1-6/+0
2022-01-27Resolves tdf#128258 - Draw a dotted line before hidden columns/rowsHeiko Tietze1-0/+1
2022-01-26weldPopupWindow is always implemented by nowCaolán McNamara1-2/+2
2022-01-26move ToolBoxItemId into its own headerCaolán McNamara1-1/+1
2022-01-02loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2022-01-01osl::Mutex->std::mutex in Svt*OptionsNoel Grandin2-25/+0
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen5-7/+2
2021-12-20osl::Mutex->std::mutex in AcceleratorExecuteNoel Grandin1-1/+2
2021-12-19use more cppu::BaseMutexNoel Grandin1-7/+2
2021-12-10tdf#146048: detect UTF-16 without BOMMike Kaganski1-1/+0
2021-11-26tdf#145831: fix typo in PNGAndrea Gelmini1-1/+1
2021-11-26loplugin:stringliteraldefine in stoc,svtoolsNoel Grandin3-24/+24
2021-11-25sw: allow viewing OLE objects in protected sectionsMiklos Vajna1-0/+4
2021-11-05use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin3-3/+3
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin9-49/+49
2021-11-03loplugin:constparamsNoel Grandin1-1/+1
2021-11-02mbDrawSelection is always true when evaluatedCaolán McNamara1-2/+1
2021-10-27draw valuesets with a visual difference between selected and mouse hoverCaolán McNamara1-2/+6
2021-10-27if the mouse move is a leave event ignore the crossing positionCaolán McNamara1-1/+1
2021-10-27dont draw highlighted value with focus, only focus the selected valueCaolán McNamara1-1/+3
2021-10-27don't second guess the theme colors in valuesetsCaolán McNamara1-1/+0
2021-10-26ValueSet doesn't use WB_NOPOINTERFOCUS anymoreCaolán McNamara1-2/+0
2021-10-26there is no WB_RADIOSEL anymoreCaolán McNamara1-5/+0
2021-10-23Prefix just nDataRowHeight in brwbox so we can fix a typoJulien Nabet1-1/+1
2021-10-12loplugin:unusedfieldsNoel Grandin1-1/+0
2021-10-09Typo: braket->bracketJulien Nabet1-1/+1
2021-10-06CellController always controls something derived from svt::ControlBaseCaolán McNamara1-6/+8
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara1-1/+7
2021-10-01loplugin:constmethodNoel Grandin4-12/+12
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara1-0/+5
2021-09-30tdf#141633 set correct font sizes in tableview child widgetsCaolán McNamara1-0/+7
2021-09-22xtend loplugin:stringviewparam to starts/endsWith: svtoolsStephan Bergmann1-1/+2
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock2-5/+3
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara1-0/+21
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara1-1/+1
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock1-3/+3
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-1/+1