Searched refs:XclImpColRowSettings (Results 1 – 5 of 5) sorted by relevance
53 XclImpColRowSettings::XclImpColRowSettings( const XclImpRoot& rRoot ) : in XclImpColRowSettings() function in XclImpColRowSettings71 XclImpColRowSettings::~XclImpColRowSettings() in ~XclImpColRowSettings()75 void XclImpColRowSettings::SetDefWidth( sal_uInt16 nDefWidth, bool bStdWidthRec ) in SetDefWidth()90 void XclImpColRowSettings::SetWidthRange( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nWidth ) in SetWidthRange()104 void XclImpColRowSettings::HideCol( SCCOL nScCol ) in HideCol()110 void XclImpColRowSettings::HideColRange( SCCOL nScCol1, SCCOL nScCol2 ) in HideColRange()119 void XclImpColRowSettings::SetDefHeight( sal_uInt16 nDefHeight, sal_uInt16 nFlags ) in SetDefHeight()131 void XclImpColRowSettings::SetHeight( SCROW nScRow, sal_uInt16 nHeight ) in SetHeight()161 void XclImpColRowSettings::SetManualRowHeight( SCROW nScRow ) in SetManualRowHeight()181 void XclImpColRowSettings::Convert( SCTAB nScTab ) in Convert()[all …]
1355 mxColRowBuff( new XclImpColRowSettings( rRoot ) ), in XclImpOutlineDataBuffer()
33 class XclImpColRowSettings : protected XclImpRoot class36 explicit XclImpColRowSettings( const XclImpRoot& rRoot );37 virtual ~XclImpColRowSettings();
70 inline XclImpColRowSettings* GetColRowBuff() const { return mxColRowBuff.get(); } in GetColRowBuff()77 typedef ScfRef< XclImpColRowSettings > XclImpColRowSettRef;103 XclImpColRowSettings* pColRowBuff; // Col/Row-Einstellungen 1 Tabelle
43 class XclImpColRowSettings;63 XclImpColRowSettings* pColRowBuff; // Col/Row-Einstellungen 1 Tabelle
Completed in 49 milliseconds