Searched refs:SetRowHeightOnly (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 208 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 D | table.hxx | 646 void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight );
|
H A D | document.hxx | 1326 SC_DLLPUBLIC void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab,
|
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 3232 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 D | table2.cxx | 2344 void ScTable::SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight ) in SetRowHeightOnly() function in ScTable
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3287 pDoc->SetRowHeightOnly( nStartRow, nEndRow, nTab, (sal_uInt16)HMMToTwips(nNewHeight) ); in setPropertyValue()
|
Completed in 104 milliseconds