Searched refs:nXFIndex (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xistyle.hxx | 371 inline explicit XclImpXFIndex( sal_uInt16 nXFIndex, bool bBoolCell = false ) : in XclImpXFIndex() argument 372 mnXFIndex( nXFIndex ), mbBoolCell( bBoolCell ) {} in XclImpXFIndex() 504 inline XclImpXF* GetXF( sal_uInt16 nXFIndex ) const in GetXF() 505 { return maXFList.GetObject( nXFIndex ); } in GetXF() 508 sal_uInt16 GetFontIndex( sal_uInt16 nXFIndex ) const; 510 const XclImpFont* GetFont( sal_uInt16 nXFIndex ) const; 516 ScStyleSheet* CreateStyleSheet( sal_uInt16 nXFIndex ); 629 void SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ); 631 void SetBlankXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ); 633 void SetBoolXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ); [all …]
|
| H A D | colrowst.hxx | 49 void SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex );
|
| H A D | xicontent.hxx | 70 ScBaseCell* CreateCell( sal_uInt32 nSstIndex, sal_uInt16 nXFIndex = 0 ) const;
|
| H A D | xihelper.hxx | 146 sal_uInt16 nXFIndex = 0 );
|
| H A D | xestyle.hxx | 680 static sal_uInt32 GetXFIdFromIndex( sal_uInt16 nXFIndex );
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xistyle.cxx | 1312 sal_uInt16 nXFIndex; in ReadStyle() local 1313 rStrm >> nXFIndex; in ReadStyle() 1314 mnXfId = nXFIndex & EXC_STYLE_XFMASK; in ReadStyle() 1315 mbBuiltin = ::get_flag( nXFIndex, EXC_STYLE_BUILTIN ); in ReadStyle() 1419 sal_uInt16 XclImpXFBuffer::GetFontIndex( sal_uInt16 nXFIndex ) const in GetFontIndex() 1421 const XclImpXF* pXF = GetXF( nXFIndex ); in GetFontIndex() 1425 const XclImpFont* XclImpXFBuffer::GetFont( sal_uInt16 nXFIndex ) const in GetFont() 1427 return GetFontBuffer().GetFont( GetFontIndex( nXFIndex ) ); in GetFont() 1513 ScStyleSheet* XclImpXFBuffer::CreateStyleSheet( sal_uInt16 nXFIndex ) in CreateStyleSheet() argument 1515 XclImpStyleMap::iterator aIt = maStylesByXf.find( nXFIndex ); in CreateStyleSheet() [all …]
|
| H A D | xestyle.cxx | 2115 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( mnParentXFId ); in SaveXml() local 2116 nXfId = rStrm.GetRoot().GetXFBuffer().GetXmlStyleIndex( nXFIndex ); in SaveXml() 2408 sal_uInt32 XclExpXFBuffer::GetXFIdFromIndex( sal_uInt16 nXFIndex ) in GetXFIdFromIndex() argument 2410 return EXC_XFLIST_INDEXBASE | nXFIndex; in GetXFIdFromIndex() 2522 sal_uInt16 nXFIndex = EXC_XF_DEFAULTSTYLE; in GetXFIndex() local 2524 nXFIndex = static_cast< sal_uInt16 >( nXFId & ~EXC_XFLIST_INDEXBASE ); in GetXFIndex() 2526 nXFIndex = maXFIndexVec[ nXFId ]; in GetXFIndex() 2527 return nXFIndex; in GetXFIndex() 2530 sal_Int32 XclExpXFBuffer::GetXmlStyleIndex( sal_uInt32 nXFIndex ) const in GetXmlStyleIndex() 2532 …DBG_ASSERT( nXFIndex < maStyleIndexes.size(), "XclExpXFBuffer::GetXmlStyleIndex - invalid index!" … in GetXmlStyleIndex() [all …]
|
| H A D | xihelper.cxx | 168 const XclImpString& rString, XclFontItemType eType, sal_uInt16 nXFIndex ) in lclCreateTextObject() argument 173 const XclImpFont* pFirstFont = rXFBuffer.GetFont( nXFIndex ); in lclCreateTextObject() 187 rFontBuffer.FillToItemSet( aItemSet, eType, rXFBuffer.GetFontIndex( nXFIndex ) ); in lclCreateTextObject() 257 const XclImpRoot& rRoot, const XclImpString& rString, sal_uInt16 nXFIndex ) in CreateCell() argument 263 …EditTextObject > pTextObj( lclCreateTextObject( rRoot, rString, EXC_FONTITEM_EDITENG, nXFIndex ) ); in CreateCell()
|
| H A D | xetable.cxx | 581 static OString lcl_GetStyleId( XclExpXmlStream& rStrm, sal_uInt32 nXFIndex ) in lcl_GetStyleId() argument 584 .GetXmlCellIndex( nXFIndex ) ); in lcl_GetStyleId() 590 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( nXFId ); in lcl_GetStyleId() local 591 return lcl_GetStyleId( rStrm, nXFIndex ); in lcl_GetStyleId() 1947 sal_uInt16 nXFIndex = *aCellIt; in Finalize() local 1948 if( nXFIndex != EXC_XF_NOTFOUND ) in Finalize() 1950 if( nXFIndex != nRowXFIndex ) in Finalize() 1952 if( nXFIndex != *aColIt ) in Finalize()
|
| H A D | colrowst.cxx | 167 void XclImpColRowSettings::SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex ) in SetDefaultXF() argument 177 rXFRangeBuffer.SetColumnDefXF( nScCol, nXFIndex ); in SetDefaultXF()
|
| H A D | xicontent.cxx | 99 ScBaseCell* XclImpSst::CreateCell( sal_uInt32 nSstIndex, sal_uInt16 nXFIndex ) const in CreateCell() 103 pCell = XclImpStringHelper::CreateCell( *this, *pString, nXFIndex ); in CreateCell()
|