summaryrefslogtreecommitdiff
path: root/include/vcl/naturalsort.hxx
blob: 1883bb35701c536678a04892a43fc1397b712781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
 * 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/.
 */

#pragma once

#include <vcl/dllapi.h>
#include <rtl/ustring.hxx>

namespace vcl
{
VCL_DLLPUBLIC sal_Int32 NaturalSortCompare(const OUString& rA, const OUString& rB);
}

/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
r.cxx?h=feature/cib_contract138c&id=f7a24eff2d40ca30c6f299ab6534393c5c146b95'>mark lcl_ functions static or rename them if they are not local at allLuboš Luňák 2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida 2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida 2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida 2012-06-09Remove superfluous include commentsThomas Arnhold 2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann 2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann 2012-02-27merge GetString variantsCaolán McNamara 2012-01-20More on String to rtl::OUString changes.Kohei Yoshida