Home
last modified time | relevance | path

Searched refs:reframeCells (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcolumnselection.h49 void reframeCells(int count);
50 void reframe1Cells() { reframeCells(1); } in reframe1Cells()
51 void reframe2Cells() { reframeCells(2); } in reframe2Cells()
52 void reframe3Cells() { reframeCells(3); } in reframe3Cells()
53 void reframe4Cells() { reframeCells(4); } in reframe4Cells()
H A Dcellselection.h108 void reframeCells(int count);
109 void reframe1Cells() { reframeCells(1); } in reframe1Cells()
110 void reframe2Cells() { reframeCells(2); } in reframe2Cells()
111 void reframe3Cells() { reframeCells(3); } in reframe3Cells()
112 void reframe4Cells() { reframeCells(4); } in reframe4Cells()
H A Dcellselectioncommand.cpp656 app->getCurrentXsheet()->getXsheet()->reframeCells( in redo()
670 void TCellSelection::reframeCells(int count) { in reframeCells() function in TCellSelection
680 int nrows = TApp::instance()->getCurrentXsheet()->getXsheet()->reframeCells( in reframeCells()
691 void TColumnSelection::reframeCells(int count) { in reframeCells() function in TColumnSelection
704 int nrows = TApp::instance()->getCurrentXsheet()->getXsheet()->reframeCells( in reframeCells()
736 int nrows = TApp::instance()->getCurrentXsheet()->getXsheet()->reframeCells( in reframeWithEmptyInbetweens()
778 int nrows = TApp::instance()->getCurrentXsheet()->getXsheet()->reframeCells( in reframeWithEmptyInbetweens()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtxsheet.h431 int reframeCells(int r0, int r1, int col, int type, int withBlank = -1);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxsheet.cpp870 int TXsheet::reframeCells(int r0, int r1, int col, int type, int withBlank) { in reframeCells() function in TXsheet