libodsstream
Library for mass spectrometry
Loading...
Searching...
No Matches
odstablecellstyleref.cpp
Go to the documentation of this file.
1
/**
2
* \file odsstream/writer/options/odstablecellstyleref.cpp
3
* \date 10/03/2016
4
* \author Olivier Langella
5
* \brief internal reference on handler for ODS cell style
6
*/
7
/*
8
libodsstream is a library to read and write ODS documents as streams
9
Copyright (C) 2013 Olivier Langella <Olivier.Langella@moulon.inra.fr>
10
11
This program is free software: you can redistribute it and/or modify
12
it under the terms of the GNU Lesser General Public License as published by
13
the Free Software Foundation, either version 3 of the License, or
14
(at your option) any later version.
15
16
This program is distributed in the hope that it will be useful,
17
but WITHOUT ANY WARRANTY; without even the implied warranty of
18
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
GNU Lesser General Public License for more details.
20
21
You should have received a copy of the GNU Lesser General Public License
22
along with this program. If not, see <http://www.gnu.org/licenses/>.
23
24
*/
25
26
#include "
odstablecellstyleref.h
"
27
28
OdsTableCellStyleRefInternal::OdsTableCellStyleRefInternal
(
unsigned
int
ref_num)
29
{
30
_ref_str
= QString(
"odsce%1"
).arg(ref_num);
31
}
OdsTableCellStyleRefInternal::OdsTableCellStyleRefInternal
OdsTableCellStyleRefInternal(unsigned int ref_num)
Definition
odstablecellstyleref.cpp:28
OdsTableCellStyleRefInternal::_ref_str
QString _ref_str
Definition
odstablecellstyleref.h:46
odstablecellstyleref.h
internal reference on handler for ODS cell style
odsstream
writer
options
odstablecellstyleref.cpp
Generated on Thu Sep 25 2025 21:42:23 for libodsstream by
1.9.8