Home
last modified time | relevance | path

Searched refs:SetDocumentSize (Results 1 – 3 of 3) sorted by relevance

/dports/misc/kcd/kcd-7.15.0/
H A Dkhdoc.h190 void SetDocumentSize(int docRow, int docSize, int row, int col);
H A Dkhdoc.cc1646 void HyperDocument::SetDocumentSize(int docRow, int docCol, int row, int col) in SetDocumentSize() function in HyperDocument
H A Dkhwin.cc684 html.SetDocumentSize(initRow, initColumn, GetRow(), GetCol()); in PrepareDisplay()