summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Expand)Author
2022-01-14Resolve tdf#124572 - Draw a faint line between tabsHeiko Tietze
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2022-01-01osl::Mutex->std::mutex in Svt*OptionsNoel Grandin
2021-12-25use comphelper::WeakComponentImplHelper in ValueSetAccNoel Grandin
2021-12-21Fix typo and removed duplicated commentAndrea Gelmini
2021-12-20osl::Mutex->std::mutex in AcceleratorExecuteNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-17tdf#146250 fix SvxHtmlOptions::IsDefaultTextEncodingNoel Grandin
2021-12-12Small simplificationMike Kaganski
2021-12-11tdf#146173: combine non-BMP characters' surrogates correctlyMike Kaganski
2021-12-10tdf#146048: detect UTF-16 without BOMMike Kaganski
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski
2021-11-26loplugin:stringliteraldefine in stoc,svtoolsNoel Grandin
2021-11-25sw: allow viewing OLE objects in protected sectionsMiklos Vajna
2021-11-24Resolves: tdf#145840 call ToggledDavsHdl on setting checkbox stateCaolán McNamara
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22tdf#132470 tabbar: revert back to bold font on visible tabJustin Luth
2021-11-19rtl::Static->thread-safe static in svtoolsNoel Grandin
2021-11-17Remove newly redundant breakStephan Bergmann
2021-11-16svtools: HTMLParser: don't insert EOF into stringsMichael Stahl
2021-11-16ofz#40766 svtools, sw: HTMLParser: really stop inserting control charsMichael Stahl
2021-11-11Handle UNO command aliases in ToolBoxesSzymon Kłos
2021-11-09tdf#145158: pre-multiply the value by factor before conversionMike Kaganski
2021-11-07Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULTEike Rathke
2021-11-03loplugin:constparamsNoel Grandin
2021-11-02keep showing focus rect on the first element during highlightCaolán McNamara
2021-11-02mbDrawSelection is always true when evaluatedCaolán McNamara
2021-10-31Prepare for removal of non-const operator[] from Sequence in svtoolsMike Kaganski
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-27make fat valueset selection rectangles solidCaolán McNamara
2021-10-27draw valuesets with a visual difference between selected and mouse hoverCaolán McNamara
2021-10-27if the mouse move is a leave event ignore the crossing positionCaolán McNamara
2021-10-27remove highlight when mouse tracking is finishedCaolán McNamara
2021-10-27don't second guess the theme colors in valuesetsCaolán McNamara
2021-10-27dont draw highlighted value with focus, only focus the selected valueCaolán McNamara
2021-10-27don't second guess the theme colors in valuesetsCaolán McNamara
2021-10-26ValueSet doesn't use WB_NOPOINTERFOCUS anymoreCaolán McNamara
2021-10-26grab focus if clicked on anywhere, not just on a specific valueCaolán McNamara
2021-10-26don't do any work if we'll ignore it afterwardsCaolán McNamara
2021-10-23Fix typo to complete commit 25278dc22ff6Andrea Gelmini
2021-10-23Prefix just nDataRowHeight in brwbox so we can fix a typoJulien Nabet
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke
2021-10-18Related: tdf#145169 use "sftp" because that's a known ProtocolCaolán McNamara
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-12loplugin:moveparam in variousNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-09Typo: braket->bracketJulien Nabet
2021-10-08don't warn about missing TopMostParentSystemWindowCaolán McNamara
2021-10-06CellController always controls something derived from svt::ControlBaseCaolán McNamara