Home
last modified time | relevance | path

Searched refs:MWAWVec2b (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWCell.hxx229 static std::string getCellName(MWAWVec2i const &pos, MWAWVec2b const &absolute);
408 for (auto &rel : m_positionRelative) rel=MWAWVec2b(false,false); in FormulaInstruction()
425 MWAWVec2b m_positionRelative[2];
H A DMultiplanParser.cxx625 instr.m_positionRelative[j]=MWAWVec2b(false,false); in readLink()
836 instruction.m_positionRelative[i]=MWAWVec2b(false,false); in readName()
1205 instr.m_positionRelative[0]=MWAWVec2b(false,false); in readFormula()
1227 instr.m_positionRelative[0]=MWAWVec2b(true,true); in readFormula()
H A DGreatWksDocument.cxx567 instr.m_positionRelative[0]=MWAWVec2b(!absolute[0],!absolute[1]); in readCellInFormula()
693 instr.m_positionRelative[0]=MWAWVec2b(true,true); in readFormula()
H A DMWAWCell.cxx362 std::string MWAWCell::getCellName(MWAWVec2i const &pos, MWAWVec2b const &absolute) in getCellName()
407 o << MWAWCell::getCellName(cell.m_position, MWAWVec2b(false,false)) << ":"; in operator <<()
H A DWingzParser.cxx1113 instr.m_positionRelative[0]=MWAWVec2b(false,false); in readSpreadsheetCellName()
1126 instr.m_positionRelative[0]=instr.m_positionRelative[1]=MWAWVec2b(false,false); in readSpreadsheetCellName()
1441 instr.m_positionRelative[0]=MWAWVec2b((wh&1)==0, (wh&2)==0); in readFormula()
1456 instr.m_positionRelative[0]=MWAWVec2b((typ&2)==0, (typ&1)==0); in readFormula()
1457 instr.m_positionRelative[1]=MWAWVec2b((typ&8)==0, (typ&4)==0); in readFormula()
H A DClarisWksDbaseContent.cxx1260 instr.m_positionRelative[0]=MWAWVec2b(!absolute[0],!absolute[1]); in readCellInFormula()
1448 instr.m_positionRelative[0]=MWAWVec2b(true, false); in readFormula()
H A DBeagleWksStructManager.cxx659 instr.m_positionRelative[0]=MWAWVec2b(!absolute[0],!absolute[1]); in readCellInFormula()
H A DJazzSSParser.cxx883 instr.m_positionRelative[0]=MWAWVec2b(!absolute[0],!absolute[1]); in readCell()
H A Dlibmwaw_internal.hxx836 typedef MWAWVec2<bool> MWAWVec2b; typedef
H A DMsWksDocument.cxx1243 instr.m_positionRelative[0]=MWAWVec2b(!absolute[1],!absolute[0]); in readCellInFormula()
H A DGreatWksDBParser.cxx280 instr.m_positionRelative[0]=instr.m_positionRelative[1]=MWAWVec2b(false,false); in updateCell()