Home
last modified time | relevance | path

Searched refs:SetRowHeightOnly (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dcolrowst.cxx208 rDoc.SetRowHeightOnly( 0, MAXROW, nScTab, mnDefHeight ); in Convert()
259 rDoc.SetRowHeightOnly( nFirstScRow, nScRow - 1, nScTab, nLastHeight ); in Convert()
268 rDoc.SetRowHeightOnly( nFirstScRow, mnLastScRow, nScTab, nLastHeight ); in Convert()
/trunk/main/sc/inc/
H A Dtable.hxx646 void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight );
H A Ddocument.hxx1326 SC_DLLPUBLIC void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab,
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3232 void ScDocument::SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nNewHeigh… in SetRowHeightOnly() function in ScDocument
3235 pTab[nTab]->SetRowHeightOnly( nStartRow, nEndRow, nNewHeight ); in SetRowHeightOnly()
H A Dtable2.cxx2344 void ScTable::SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight ) in SetRowHeightOnly() function in ScTable
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3287 pDoc->SetRowHeightOnly( nStartRow, nEndRow, nTab, (sal_uInt16)HMMToTwips(nNewHeight) ); in setPropertyValue()

Completed in 104 milliseconds