stringutil.hxx (38d50f7b) | stringutil.hxx (c32d42b5) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 11 unchanged lines hidden (view full) --- 20 *************************************************************/ 21 22 23 24#ifndef SC_STRINGUTIL_HXX 25#define SC_STRINGUTIL_HXX 26 27#include "rtl/ustring.hxx" | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 11 unchanged lines hidden (view full) --- 20 *************************************************************/ 21 22 23 24#ifndef SC_STRINGUTIL_HXX 25#define SC_STRINGUTIL_HXX 26 27#include "rtl/ustring.hxx" |
28#include "scdllapi.h" |
|
28 | 29 |
29class ScStringUtil | 30class SC_DLLPUBLIC ScStringUtil |
30{ 31public: 32 /** 33 * Check if a given string is a simple decimal number (e.g. 12.345). We 34 * don't do any elaborate parsing here; we only check for the simplest 35 * case of decimal number format. 36 * 37 * @param rStr string to parse --- 12 unchanged lines hidden --- | 31{ 32public: 33 /** 34 * Check if a given string is a simple decimal number (e.g. 12.345). We 35 * don't do any elaborate parsing here; we only check for the simplest 36 * case of decimal number format. 37 * 38 * @param rStr string to parse --- 12 unchanged lines hidden --- |