Home
last modified time | relevance | path

Searched refs:ClarisWksStyleManager (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DClarisWksStyleManager.hxx60 class ClarisWksStyleManager class
68 ClarisWksStyleManager(MWAWParserStatePtr const &parserState, ClarisWksDocument *document=nullptr);
70 ~ClarisWksStyleManager();
146 ClarisWksStyleManager(ClarisWksStyleManager const &orig) = delete;
147 ClarisWksStyleManager &operator=(ClarisWksStyleManager const &orig) = delete;
H A DClarisWksStyleManager.cxx241 std::map<int, ClarisWksStyleManager::Style> m_stylesMap;
251 std::vector<ClarisWksStyleManager::KSEN> m_ksenList;
1592 ClarisWksStyleManager::ClarisWksStyleManager(MWAWParserStatePtr const &parserState, ClarisWksDocume… in ClarisWksStyleManager() function in ClarisWksStyleManager
1600 ClarisWksStyleManager::~ClarisWksStyleManager() in ~ClarisWksStyleManager()
1604 int ClarisWksStyleManager::version() const in version()
1668 bool ClarisWksStyleManager::get(int styleId, ClarisWksStyleManager::Style &style) const in get()
1680 bool ClarisWksStyleManager::get(int formatId, ClarisWksStyleManager::CellFormat &format) const in get()
1691 bool ClarisWksStyleManager::get(int ksenId, ClarisWksStyleManager::KSEN &ksen) const in get()
1970 bool ClarisWksStyleManager::readGenStyle(int id) in readGenStyle()
2175 bool ClarisWksStyleManager::readFontNames() in readFontNames()
[all …]
H A DClarisWksDbaseContent.hxx84 void setDatabaseFormats(std::vector<ClarisWksStyleManager::CellFormat> const &format);
153 void send(double val, bool isNotaNumber, ClarisWksStyleManager::CellFormat const &format);
183 std::vector<ClarisWksStyleManager::CellFormat> m_dbFormatList;
H A DClarisWksDocument.hxx66 class ClarisWksStyleManager;
134 std::shared_ptr<ClarisWksStyleManager> getStyleManager() in getStyleManager()
248 std::shared_ptr<ClarisWksStyleManager> m_styleManager;
H A DClarisWksText.hxx68 class ClarisWksStyleManager;
80 friend class ClarisWksStyleManager;
H A DClarisWksTable.cxx136 …Table(ClarisWksStruct::DSET const &dset, ClarisWksTable &parser, ClarisWksStyleManager &styleMana… in Table()
200 ClarisWksStyleManager *m_styleManager;
246 ClarisWksStyleManager::Style bStyle; in update()
254 ClarisWksStyleManager::KSEN ksen; in update()
532 ClarisWksStyleManager::Style style; in readTableBorders()
539 ClarisWksStyleManager::KSEN ksen; in readTableBorders()
603 ClarisWksStyleManager::Style style; in readTableCells()
610 ClarisWksStyleManager::KSEN ksen; in readTableCells()
H A DClarisWksDatabase.hxx64 class ClarisWksStyleManager;
H A DMakefile.am92 ClarisWksStyleManager.cxx \
93 ClarisWksStyleManager.hxx \
H A DClarisWksDbaseContent.cxx79 void ClarisWksDbaseContent::setDatabaseFormats(std::vector<ClarisWksStyleManager::CellFormat> const… in setDatabaseFormats()
748 ClarisWksStyleManager::Style style; in readRecordSS()
749 ClarisWksStyleManager::CellFormat format; in readRecordSS()
1163 … send(content.m_value, record.m_hasNaNValue, ClarisWksStyleManager::CellFormat(record.m_format)); in send()
1199 void ClarisWksDbaseContent::send(double val, bool isNotANumber, ClarisWksStyleManager::CellFormat c… in send()
H A DMakefile.in156 ClarisWksStyleManager.lo ClarisWksTable.lo ClarisWksText.lo \
260 ./$(DEPDIR)/ClarisWksStyleManager.Plo \
646 ClarisWksStyleManager.cxx \
647 ClarisWksStyleManager.hxx \
1066 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClarisWksStyleManager.Plo@am__quote@ # am--include…
1387 -rm -f ./$(DEPDIR)/ClarisWksStyleManager.Plo
1615 -rm -f ./$(DEPDIR)/ClarisWksStyleManager.Plo
H A DClarisWksDatabase.cxx855 std::vector<ClarisWksStyleManager::CellFormat> formats; in sendDatabase()
856 formats.resize(size_t(numFields), ClarisWksStyleManager::CellFormat()); in sendDatabase()
H A DREADME198 - ClarisWksStyleManager : class which reads/stores many styles
H A DClarisWksText.cxx1138 ClarisWksStyleManager::Style style; in readParagraphs()
H A DClarisWksDocument.cxx205 m_styleManager.reset(new ClarisWksStyleManager(m_parserState, this)); in ClarisWksDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/libmwaw/
H A DLibrary_mwaw.mk59 UnpackedTarball/libmwaw/src/lib/ClarisWksStyleManager \
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/libmwaw/
H A DLibrary_mwaw.mk68 UnpackedTarball/libmwaw/src/lib/ClarisWksStyleManager \