Searched refs:SetXF (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | impop.cxx | 300 GetXFRangeBuffer().SetXF( aScPos, nXFIdx ); in ReadInteger() 317 GetXFRangeBuffer().SetXF( aScPos, nXFIdx ); in ReadNumber() 347 GetXFRangeBuffer().SetXF( aScPos, nXFIdx ); in ReadLabel() 368 GetXFRangeBuffer().SetXF( aScPos, nXFIdx ); in ReadBoolErr() 390 GetXFRangeBuffer().SetXF( aScPos, nXFIdx ); in ReadRk() 865 GetXFRangeBuffer().SetXF( aScPos, nXF ); in Mulrk() 913 GetXFRangeBuffer().SetXF( aScPos, nXFIdx ); in Rstring()
|
H A D | xistyle.cxx | 1580 void XclImpXFRangeColumn::SetXF( SCROW nScRow, const XclImpXFIndex& rXFIndex ) in SetXF() function in XclImpXFRangeColumn 1745 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode e… in SetXF() function in XclImpXFRangeBuffer 1757 maColumns[ nIndex ]->SetXF( nScRow, XclImpXFIndex( nXFIndex, eMode == xlXFModeBoolCell ) ); in SetXF() 1777 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetXF() function in XclImpXFRangeBuffer 1779 SetXF( rScPos, nXFIndex, xlXFModeCell ); in SetXF() 1784 SetXF( rScPos, nXFIndex, xlXFModeBlank ); in SetBlankXF() 1789 SetXF( rScPos, nXFIndex, xlXFModeBoolCell ); in SetBoolXF() 1795 SetXF( ScAddress( nScCol, nScRow, 0 ), nXFIndex, xlXFModeRow ); in SetRowDefXF()
|
H A D | excimp8.cxx | 221 GetXFRangeBuffer().SetXF( aScPos, nXF ); in Labelsst()
|
H A D | excform.cxx | 162 GetXFRangeBuffer().SetXF( aScPos, nXF ); in Formula()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 596 void SetXF( SCROW nScRow, const XclImpXFIndex& rXFIndex ); 629 void SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ); 662 …void SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode eMode …
|
Completed in 45 milliseconds