Home
last modified time | relevance | path

Searched defs:spanning_cell (Results 1 – 3 of 3) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/titleblock/
H A Dtemplatecommands.cpp789 TitleBlockCell *spanning_cell = splitted_cells.first() -> cell(); in canSplit() local
993 if (TitleBlockCell *spanning_cell = cell -> spanner_cell) { in redo() local
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/writer/
H A Dtables.py26 def __init__(self, spanning_cell, horizontal=True): argument
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dtitleblocktemplate.cpp1506 void TitleBlockTemplate::forgetSpanning(TitleBlockCell *spanning_cell, bool modify_cell) { in forgetSpanning()