Home
last modified time | relevance | path

Searched refs:actHeight (Results 1 – 9 of 9) sorted by relevance

/dports/misc/bibletime/bibletime-2.11.2/src/frontend/
H A Dcmdiarea.cpp207 const int actHeight = qMax(heightForEach, preferredHeight); in myTileHorizontal() local
209 window->setGeometry( 0, y, width(), actHeight ); in myTileHorizontal()
210 y += actHeight; in myTileHorizontal()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DQuattroSpreadsheet.cpp392 int actHeight=-1; in compressRowHeights() local
399 if (actHeight==int(m_heightDefault)*20) in compressRowHeights()
404 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
405 actHeight=int(m_heightDefault)*20; in compressRowHeights()
409 if (rIt.second!=actHeight) in compressRowHeights()
412 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
414 actHeight=rIt.second; in compressRowHeights()
419 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
H A DWKS4Spreadsheet.cpp335 int actHeight=-1; in compressRowHeights() local
343 if (actHeight==defHeight) in compressRowHeights()
348 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
349 actHeight=defHeight; in compressRowHeights()
353 if (rIt.second!=actHeight) in compressRowHeights()
356 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
358 actHeight=rIt.second; in compressRowHeights()
363 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
H A DQuattroDosSpreadsheet.cpp449 int actHeight=-1; in compressRowHeights() local
456 if (actHeight==m_heightDefault) in compressRowHeights()
461 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
462 actHeight=m_heightDefault; in compressRowHeights()
466 if (rIt.second!=actHeight) in compressRowHeights()
469 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
471 actHeight=rIt.second; in compressRowHeights()
476 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
H A DLotusSpreadsheet.cpp397 WPSRowFormat actHeight; in compressRowHeights() local
406 if (actHeight==defHeight) in compressRowHeights()
411 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
412 actHeight=defHeight; in compressRowHeights()
416 if (rIt->second!=actHeight) in compressRowHeights()
419 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
421 actHeight=rIt->second; in compressRowHeights()
427 m_rowHeightMap[actPos]=actHeight; in compressRowHeights()
/dports/devel/newt/newt-0.52.21/
H A Dtextbox.c78 int actWidth, actHeight; in newtTextboxReflowed() local
81 &actWidth, &actHeight); in newtTextboxReflowed()
83 co = newtTextbox(left, top, actWidth, actHeight, NEWT_FLAG_WRAP); in newtTextboxReflowed()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMarinerWrtText.cxx1058 int actHeight=0, lastHeight = 0; in findTableStructure() local
1085 if (lastHeight < 0 || (actHeight >= 0 && lastHeight > actHeight)) in findTableStructure()
1086 actHeight=lastHeight; in findTableStructure()
1100 row.m_height = actHeight; in findTableStructure()
1105 actHeight=lastHeight; in findTableStructure()
H A DMacWrtParser.cxx1015 int actHeight = 0; in readLinesHeight() local
1029 linesHeight.push_back(actHeight); in readLinesHeight()
1034 actHeight = val; in readLinesHeight()
1035 linesHeight.push_back(actHeight); in readLinesHeight()
1038 f << actHeight; in readLinesHeight()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/main/
H A Dqc_applicationwindow.cpp1283 int actHeight = qMax(heightForEach, preferredHeight); in slotTileHorizontal() local
1285 window->setGeometry(0, y, mdiAreaCAD->width(), actHeight); in slotTileHorizontal()
1287 y+=actHeight; in slotTileHorizontal()