Searched refs:XclImpXFRangeBuffer (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | xistyle.cxx | 1729 XclImpXFRangeBuffer::XclImpXFRangeBuffer( const XclImpRoot& rRoot ) : in XclImpXFRangeBuffer() function in XclImpXFRangeBuffer 1734 XclImpXFRangeBuffer::~XclImpXFRangeBuffer() in ~XclImpXFRangeBuffer() 1738 void XclImpXFRangeBuffer::Initialize() in Initialize() 1745 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode e… in SetXF() 1777 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetXF() 1782 void XclImpXFRangeBuffer::SetBlankXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBlankXF() 1787 void XclImpXFRangeBuffer::SetBoolXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBoolXF() 1792 void XclImpXFRangeBuffer::SetRowDefXF( SCROW nScRow, sal_uInt16 nXFIndex ) in SetRowDefXF() 1798 void XclImpXFRangeBuffer::SetColumnDefXF( SCCOL nScCol, sal_uInt16 nXFIndex ) in SetColumnDefXF() 1809 void XclImpXFRangeBuffer::SetBorderLine( const ScRange& rRange, SCTAB nScTab, sal_uInt16 nLine ) in SetBorderLine() [all …]
|
| H A D | xiroot.cxx | 71 mrImpData.mxXFRangeBfr.reset( new XclImpXFRangeBuffer( GetRoot() ) ); in XclImpRoot() 172 XclImpXFRangeBuffer& XclImpRoot::GetXFRangeBuffer() const in GetXFRangeBuffer()
|
| H A D | colrowst.cxx | 175 XclImpXFRangeBuffer& rXFRangeBuffer = GetXFRangeBuffer(); in SetDefaultXF()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xiroot.hxx | 45 class XclImpXFRangeBuffer; 75 typedef ScfRef< XclImpXFRangeBuffer > XclImpXFRangeBfrRef; 161 XclImpXFRangeBuffer& GetXFRangeBuffer() const;
|
| H A D | xistyle.hxx | 619 class XclImpXFRangeBuffer : protected XclImpRoot, ScfNoCopy class 622 explicit XclImpXFRangeBuffer( const XclImpRoot& rRoot ); 623 virtual ~XclImpXFRangeBuffer();
|