Searched refs:nXFIndex (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 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 ); 635 void SetRowDefXF( SCROW nScRow, 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 );
|
/trunk/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() 1421 const XclImpXF* pXF = GetXF( nXFIndex ); in GetFontIndex() 1427 return GetFontBuffer().GetFont( GetFontIndex( nXFIndex ) ); in GetFont() 1515 XclImpStyleMap::iterator aIt = maStylesByXf.find( nXFIndex ); in CreateStyleSheet() 1763 const XclImpXF* pXF = GetXFBuffer().GetXF( nXFIndex ); in SetXF() 1779 SetXF( rScPos, nXFIndex, xlXFModeCell ); in SetXF() 1784 SetXF( rScPos, nXFIndex, xlXFModeBlank ); in SetBlankXF() [all …]
|
H A D | xestyle.cxx | 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 2526 nXFIndex = maXFIndexVec[ nXFId ]; in GetXFIndex() 2527 return nXFIndex; in GetXFIndex() 2530 sal_Int32 XclExpXFBuffer::GetXmlStyleIndex( sal_uInt32 nXFIndex ) const in GetXmlStyleIndex() 2533 if( nXFIndex > maStyleIndexes.size() ) in GetXmlStyleIndex() 2535 return maStyleIndexes[ nXFIndex ]; in GetXmlStyleIndex() 2538 sal_Int32 XclExpXFBuffer::GetXmlCellIndex( sal_uInt32 nXFIndex ) const in GetXmlCellIndex() 2541 if( nXFIndex > maCellIndexes.size() ) in GetXmlCellIndex() [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()
|
Completed in 77 milliseconds