| 19 | sptr<Box> MatrixAtom::_nullbox(new StrutBox(0, 0, 0, 0)); |
| 20 | |
| 21 | void MatrixAtom::defineColumnSpecifier(const wstring& rep, const wstring& spe) { |
| 22 | _colspeReplacement[rep] = spe; |
| 23 | } |
| 24 | |
| 25 | void MatrixAtom::parsePositions(wstring opt, _out_ vector<int>& lpos) { |
| 26 | int len = opt.length(); |
nothing calls this directly
no outgoing calls
no test coverage detected