summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski
2021-11-03loplugin:finalclassesNoel Grandin
2021-11-03loplugin:constparamsNoel Grandin
2021-11-03Fix typosAndrea Gelmini
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski
2021-11-02Add comments to two arrays mentioning that they must match the enum PaperTor Lillqvist
2021-11-02Revert "tdf#117895: "Edit document properties before saving"..."Caolán McNamara
2021-11-02extract a ReorderingDropTarget for reuseCaolán McNamara
2021-11-02mbDrawSelection is always true when evaluatedCaolán McNamara
2021-11-02tdf#145486: Prevented crash by not updating readOnly valuehomeboy445
2021-11-02Use braces to workaround a strange GCC bugMike Kaganski
2021-11-01ucb: webdav-curl: implement CurlUri, partially based on SerfUriMichael Stahl
2021-11-01Add SAL_DEBUG_IFJan-Marek Glogowski
2021-10-31backendtest: Drawing Open Polygon testhomeboy445
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-31tools::Long->sal_Int32 in OutputDevice::Blend*Noel Grandin
2021-10-31tools::Long->sal_Int32 in ToolboxNoel Grandin
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-30Optimize comphelper::arrayToSequence for same types caseMike Kaganski
2021-10-29simplify framework::TitleHelperNoel Grandin
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy445
2021-10-29tdf#128969: Let the user explicitly decide to execute an external programStephan Bergmann
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-28Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski
2021-10-27CPU-specific files should not include templates or inlinesLuboš Luňák
2021-10-27draw valuesets with a visual difference between selected and mouse hoverCaolán McNamara
2021-10-27ignoring transparency for border doesn't seem to make senseCaolán McNamara
2021-10-27if the mouse move is a leave event ignore the crossing positionCaolá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-26Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann
2021-10-26Silence -Werror,-Wdeprecated-copyStephan Bergmann
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski
2021-10-26ValueSet doesn't use WB_NOPOINTERFOCUS anymoreCaolán McNamara
2021-10-26tdf#144513 improve perf when breaking long linesNoel Grandin
2021-10-26there is no WB_RADIOSEL anymoreCaolán McNamara
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth
2021-10-26flatten ImplGetTextLinesNoel Grandin
2021-10-25Fix toolbar button's currency list's number format for default localeEike Rathke
2021-10-25Introduce LanguageTag::convertToLanguageTypeWithFallback(Locale)Eike Rathke
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák
2021-10-24Use std::transform instead of loopMike Kaganski
2021-10-23Use std::size/begin/end in comphelper::containerToSequenceMike Kaganski
2021-10-23Fix typosAndrea Gelmini
2021-10-23Prefix just nDataRowHeight in brwbox so we can fix a typoJulien Nabet
2021-10-22qt: Adapt log area: "vcl.qt5" -> "vcl.qt"Michael Weghorn
2021-10-22Rename SystemEnvData::Toolkit::{Qt5 -> Qt}Michael Weghorn