Searched defs:nXFIndex (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1312 sal_uInt16 nXFIndex; in ReadStyle() local 1513 ScStyleSheet* XclImpXFBuffer::CreateStyleSheet( sal_uInt16 nXFIndex ) in CreateStyleSheet() 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()
|
H A D | colrowst.cxx | 167 void XclImpColRowSettings::SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex ) in SetDefaultXF()
|
H A D | xihelper.cxx | 168 const XclImpString& rString, XclFontItemType eType, sal_uInt16 nXFIndex ) in lclCreateTextObject() 257 const XclImpRoot& rRoot, const XclImpString& rString, sal_uInt16 nXFIndex ) in CreateCell()
|
H A D | xetable.cxx | 581 static OString lcl_GetStyleId( XclExpXmlStream& rStrm, sal_uInt32 nXFIndex ) in lcl_GetStyleId() 590 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( nXFId ); in lcl_GetStyleId() local 1947 sal_uInt16 nXFIndex = *aCellIt; in Finalize() local
|
H A D | xestyle.cxx | 2115 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( mnParentXFId ); in SaveXml() local 2408 sal_uInt32 XclExpXFBuffer::GetXFIdFromIndex( sal_uInt16 nXFIndex ) in GetXFIdFromIndex() 2522 sal_uInt16 nXFIndex = EXC_XF_DEFAULTSTYLE; in GetXFIndex() local
|
/trunk/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 371 inline explicit XclImpXFIndex( sal_uInt16 nXFIndex, bool bBoolCell = false ) : in XclImpXFIndex()
|
Completed in 63 milliseconds