Home
last modified time | relevance | path

Searched refs:XclImpColRowSettings (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sc/source/filter/excel/
H A Dcolrowst.cxx53 XclImpColRowSettings::XclImpColRowSettings( const XclImpRoot& rRoot ) : in XclImpColRowSettings() function in XclImpColRowSettings
71 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 …]
H A Dimpop.cxx1355 mxColRowBuff( new XclImpColRowSettings( rRoot ) ), in XclImpOutlineDataBuffer()
/aoo42x/main/sc/source/filter/inc/
H A Dcolrowst.hxx33 class XclImpColRowSettings : protected XclImpRoot class
36 explicit XclImpColRowSettings( const XclImpRoot& rRoot );
37 virtual ~XclImpColRowSettings();
H A Dimp_op.hxx70 inline XclImpColRowSettings* GetColRowBuff() const { return mxColRowBuff.get(); } in GetColRowBuff()
77 typedef ScfRef< XclImpColRowSettings > XclImpColRowSettRef;
103 XclImpColRowSettings* pColRowBuff; // Col/Row-Einstellungen 1 Tabelle
H A Droot.hxx43 class XclImpColRowSettings;
63 XclImpColRowSettings* pColRowBuff; // Col/Row-Einstellungen 1 Tabelle

Completed in 26 milliseconds