Searched refs:SetColWidthOnly (Results 1 – 5 of 5) sorted by relevance
202 rDoc.SetColWidthOnly( nScCol, nScTab, nWidth ); in Convert()
634 void SetColWidthOnly( SCCOL nCol, sal_uInt16 nNewWidth );
1321 SC_DLLPUBLIC void SetColWidthOnly( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth );
3212 void ScDocument::SetColWidthOnly( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ) in SetColWidthOnly() function in ScDocument3215 pTab[nTab]->SetColWidthOnly( nCol, nNewWidth ); in SetColWidthOnly()
2355 void ScTable::SetColWidthOnly( SCCOL nCol, sal_uInt16 nNewWidth ) in SetColWidthOnly() function in ScTable
Completed in 64 milliseconds