/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include bool OOO_DLLPUBLIC_TEST doXMLDiff(const char* pFileName, const char* pContent, int size, const char* pToleranceFileName); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/README.lifecycle
AgeCommit message (Expand)Author
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-08vcl: more VclPtr debugging docs in the README.lifecycle.Michael Meeks
2015-04-29More bits on event emission during dispose.Michael Meeks
2015-04-28More VclPtr documentation.Michael Meeks
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks
2015-04-16Improve the VclPtr documentation.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10unwind LazyDelete issues - deleting VclPtr types.Michael Meeks
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10vclptr: document the architecture, sample debugging, FAQ etc.Michael Meeks