Home
last modified time | relevance | path

Searched refs:TableDimBit (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWTable.cxx307 m_setData |= TableDimBit; in buildStructures()
323 m_numRows=(m_setData&TableDimBit) ? m_rowsSize.size() : 0; in buildPosToCellId()
324 m_numCols=(m_setData&TableDimBit) ? m_colsSize.size() : 0; in buildPosToCellId()
325 if ((m_setData&TableDimBit)==0) { in buildPosToCellId()
370 if (m_setData&TableDimBit) in buildDims()
452 m_setData |= TableDimBit; in buildDims()
466 if ((m_givenData&TableDimBit)==0 && !buildDims()) in updateTable()
H A DMWAWTable.hxx56 CellPositionBit=1, BoxBit=2, SizeBit=4, TableDimBit=8, TablePosToCellBit=0x10 enumerator
H A DMsWksTable.cxx226 MWAWTable theTable(MWAWTable::TableDimBit); in sendTable()
H A DClarisWksSpreadsheet.cxx607 MWAWTable table(MWAWTable::TableDimBit); in sendSpreadsheetAsTable()
H A DMarinerWrtText.cxx1016 MWAWTable theTable(MWAWTable::TableDimBit); in sendTable()
H A DWriterPlsParser.cxx1606 MWAWTable table(MWAWTable::TableDimBit); in readTable()
H A DMsWrdText.cxx293 : MWAWTable(MWAWTable::TableDimBit) in Table()
H A DFullWrtText.cxx1267 MWAWTable table(MWAWTable::TableDimBit); in sendTable()
H A DHanMacWrdJGraph.cxx168 : MWAWTable(MWAWTable::CellPositionBit|MWAWTable::TableDimBit) in Table()