summaryrefslogtreecommitdiff
path: root/basebmp/test/tools.hxx
blob: 57668e55a74165cc68a61076521bb2afc529f83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include "basebmp/bitmapdevice.hxx"

int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice,
                basebmp::Color                        checkColor );

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Fix typosAndrea Gelmini 2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann 2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann 2015-06-24Generalize OUStringLiteral1Stephan Bergmann 2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin 2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann 2015-01-07remove boost::unordered_* from commentsCaolán McNamara 2014-12-19Make O[U]StringLiteral ctor explicitStephan Bergmann 2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann 2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist 2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin 2014-02-18Stick to a single O[U]String hash functionStephan Bergmann 2014-02-17String cleanups.Muthu Subramanian 2014-02-13Move string hash function into String class.Muthu Subramanian 2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann 2013-11-12rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez 2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud 2013-11-07OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl 2013-11-07OString::operator[]: make this consistent with OUStringMichael Stahl 2013-10-23fixincludeguards.sh: include - the restThomas Arnhold 2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann 2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann 2013-05-29Tweak commentsStephan Bergmann 2013-05-23Remove redundant (private) DO_NOT_ACQUIREStephan Bergmann 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr 2013-04-24move URE headers to include/David Tardon