summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2021-10-08use more SfxItemSetFixedNoel Grandin1-3/+3
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin4-4/+4
2021-09-28gives names to all the Idles and TasksNoel Grandin2-2/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-2/+10
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák4-6/+6
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-02unused definesNoel Grandin1-2/+0
2021-09-01tdf#139196 - Remove local BOM logicAndreas Heinisch1-12/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-4/+1
2021-08-23update some pchesCaolán McNamara1-5/+14
2021-08-20loplugin:unusedfieldsNoel Grandin2-2/+1
2021-08-18undo changes to TextAlignCaolán McNamara2-4/+4
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+1
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara3-9/+15
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin3-4/+4
2021-07-30convert TextAlign to scoped enumCaolán McNamara2-4/+4
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt5-42/+37
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-21/+2
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-1/+1
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)2-6/+8
2021-06-17use string_view in the Translate APINoel Grandin2-3/+4
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-2/+16
2021-05-31GtkLabel:track-visited-links was removedCaolán McNamara1-1/+0
2021-05-29no need to check IsDisposed hereNoel Grandin2-6/+3
2021-05-27tdf#139196 - Import/export macros using utf-8 including BOMAndreas Heinisch2-24/+13
2021-05-25tdf#139196 - Import/export macros using utf-8 including BOMAndreas Heinisch2-1/+28
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin7-20/+20
2021-05-14Directly initialize vectors in baside2b.cxxJulien Nabet1-8/+3
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin6-11/+15
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin6-15/+11
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-3/+3
2021-05-06loplugin:unusedmethodsNoel Grandin1-1/+0
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-8/+8
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-3/+3
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-2/+2
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara1-0/+1
2021-04-12update PCHsCaolán McNamara1-3/+6
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara1-1/+1
2021-04-08update PCHsLuboš Luňák1-2/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-06update pchesCaolán McNamara1-1/+2
2021-04-06drop stale TODOsCaolán McNamara1-13/+9
2021-04-02Simplify some static variable initializationsMike Kaganski1-8/+5