Age | Commit message (Expand) | Author |
2023-04-25 | Add script to find unused using declarations | Gabor Kelemen |
2023-04-20 | Run clang-tidy with misc-unused-using-decls on modules [d-o]* | Gabor Kelemen |
2023-04-19 | loplugin::unusedmethods | Noel Grandin |
2023-04-14 | loplugin:stringviewparam improvements | Noel Grandin |
2023-04-12 | loplugin:stringview whitelist getLength and isEmpty | Noel Grandin |
2023-04-11 | Drop Writer::OutLong | Mike Kaganski |
2023-04-10 | Drop SvStream::WriteCharPtr | Mike Kaganski |
2023-04-09 | new loplugin:unnecessarygetstr | Noel Grandin |
2023-04-09 | use more OUStringToOString | Noel Grandin |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-03-26 | Simplify FbCreateStmtParser::compose | Mike Kaganski |
2023-03-25 | loplugin:stringadd in d* | Noel Grandin |
2023-03-16 | Resolves: tdf#153908 scrolling relationships moves the wrong direction | Caolán McNamara |
2023-03-15 | tdf#114441: Convert use of sal_uLong to better integer types | NirnayK |
2023-03-13 | make more use of OUStringBuffer::append(OUStringConcat) | Noel Grandin |
2023-03-08 | osl::Mutex->std::mutex in SQLEditView | Noel Grandin |
2023-03-08 | Fix no-PCH build | Mike Kaganski |
2023-03-07 | no need to allocate these separately | Noel Grandin |
2023-03-06 | tdf#150045 Spotted another secondary label | Adolfo Jayme Barrientos |
2023-03-06 | BaseMutex->std::mutex in OEmbedObjectHolder | Noel Grandin |
2023-03-06 | BaseMutex->std::mutex in OPropertyForward | Noel Grandin |
2023-03-03 | flatten OGenericUnoController | Noel Grandin |
2023-02-28 | no need for pimpl in TableName | Noel Grandin |
2023-02-28 | flatten some internal classes in dbaccess | Noel Grandin |
2023-02-24 | Fix build in a specific VS2022 environment | Mike Kaganski |
2023-02-21 | osl::Mutex->std::mutex in FmXGridPeer | Noel Grandin |
2023-02-18 | osl::Mutex->std::mutex in OGenericUnoController | Noel Grandin |
2023-02-18 | osl::Mutex->std::mutex in dbaui::OAsynchronousLink | Noel Grandin |
2023-01-28 | Use ImplInheritanceHelper in OTableWindowAccess | Stephan Bergmann |
2023-01-28 | Use ImplInheritanceHelper in OJoinDesignViewAccess | Stephan Bergmann |
2023-01-28 | Use ImplInheritanceHelper in OConnectionLineAccess | Stephan Bergmann |
2023-01-20 | Fix SbaXGridControl queryAggregation | Stephan Bergmann |
2023-01-17 | XUnoTunnel->dynamic_cast in ODatabaseContext | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in OContentHelper | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in ORowSetBase | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in OQueryDescriptor | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in connectivityy | Noel Grandin |
2023-01-15 | Merge SvXMLAttributeList to comphelper::AttributeList | Mike Kaganski |
2023-01-15 | tdf#153004: error when copying content to a table without autovalue primary key | Julien Nabet |
2023-01-13 | Related tdf#153003: Copying a query and pasting as table in same DB impossible | Julien Nabet |
2023-01-13 | Base OSubComponent on cppu::WeakComponentImplHelper | Stephan Bergmann |
2023-01-13 | XUnoTunnel->dynamic_cast in VCLXDevice | Noel Grandin |
2023-01-06 | tdf#152900: "Create new field as primary key" disabled... | Julien Nabet |
2022-12-14 | loplugin:implinheritancehelper in dbaccess | Noel Grandin |
2022-12-10 | Related tdf#152381: fix "lengths do not match" | Julien Nabet |
2022-12-08 | tdf#152299 - Remove unused define(s) from C/C++ files | Bogdan B |
2022-12-01 | tdf#149221 Handle HID on Database Wizard dialog | Rafael Lima |
2022-11-29 | dbaccess: remove unused includes | Xisco Fauli |
2022-11-23 | loplugin:unusedfields make some fields private | Noel Grandin |
2022-11-23 | UnoApiTest: factor out createTempFile | Xisco Fauli |