Home
last modified time | relevance | path

Searched refs:XclImpXFIndex (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/filter/inc/
H A Dxistyle.hxx368 class XclImpXFIndex class
371 inline explicit XclImpXFIndex( sal_uInt16 nXFIndex, bool bBoolCell = false ) : in XclImpXFIndex() function in XclImpXFIndex
382 inline bool operator==( const XclImpXFIndex& rLeft, const XclImpXFIndex& rRight ) in operator ==()
385 inline bool operator!=( const XclImpXFIndex& rLeft, const XclImpXFIndex& rRight ) in operator !=()
524 SCTAB nScTab, const XclImpXFIndex& rXFIndex );
546 XclImpXFIndex maXFIndex; /// Extended XF index.
548 inline explicit XclImpXFRange( SCROW nScRow, const XclImpXFIndex& rXFIndex );
555 bool Expand( SCROW nScRow, const XclImpXFIndex& rXFIndex );
560 inline XclImpXFRange::XclImpXFRange( SCROW nScRow, const XclImpXFIndex& rXFIndex ) : in XclImpXFRange()
593 void SetDefaultXF( const XclImpXFIndex& rXFIndex );
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dxistyle.cxx1521 SCTAB nScTab, const XclImpXFIndex& rXFIndex ) in ApplyPattern()
1536 bool XclImpXFRange::Expand( SCROW nScRow, const XclImpXFIndex& rXFIndex ) in Expand()
1568 void XclImpXFRangeColumn::SetDefaultXF( const XclImpXFIndex& rXFIndex ) in SetDefaultXF()
1580 void XclImpXFRangeColumn::SetXF( SCROW nScRow, const XclImpXFIndex& rXFIndex ) in SetXF()
1757 maColumns[ nIndex ]->SetXF( nScRow, XclImpXFIndex( nXFIndex, eMode == xlXFModeBoolCell ) ); in SetXF()
1806 maColumns[ nIndex ]->SetDefaultXF( XclImpXFIndex( nXFIndex ) ); in SetColumnDefXF()

Completed in 33 milliseconds