Home
last modified time | relevance | path

Searched refs:getCellStyleSheet (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx752 ::ScStyleSheet* getCellStyleSheet( sal_Int32 nXfId ) const;
759 static ::ScStyleSheet* getCellStyleSheet( const CellStyleRef& rxCellStyle );
850 ::ScStyleSheet* getCellStyleSheet( sal_Int32 nXfId ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx754 ::ScStyleSheet* getCellStyleSheet( sal_Int32 nXfId ) const;
761 static ::ScStyleSheet* getCellStyleSheet( const CellStyleRef& rxCellStyle );
852 ::ScStyleSheet* getCellStyleSheet( sal_Int32 nXfId ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx2043 mpStyleSheet = rStyles.getCellStyleSheet( maModel.mnStyleXfId ); in applyPatternToAttrList()
2151 mpStyleSheet = rStyles.getCellStyleSheet( maModel.mnStyleXfId ); in createPattern()
2645 ::ScStyleSheet* CellStyleBuffer::getCellStyleSheet( sal_Int32 nXfId ) const in getCellStyleSheet() function in oox::xls::CellStyleBuffer
2647 return getCellStyleSheet( maStylesByXf.get( nXfId ) ); in getCellStyleSheet()
2670 ::ScStyleSheet* CellStyleBuffer::getCellStyleSheet( const CellStyleRef& rxCellStyle ) in getCellStyleSheet() function in oox::xls::CellStyleBuffer
2894 ::ScStyleSheet* StylesBuffer::getCellStyleSheet( sal_Int32 nXfId ) const in getCellStyleSheet() function in oox::xls::StylesBuffer
2896 return maCellStyles.getCellStyleSheet( nXfId ); in getCellStyleSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx2036 mpStyleSheet = rStyles.getCellStyleSheet( maModel.mnStyleXfId ); in applyPatternToAttrList()
2144 mpStyleSheet = rStyles.getCellStyleSheet( maModel.mnStyleXfId ); in createPattern()
2639 ::ScStyleSheet* CellStyleBuffer::getCellStyleSheet( sal_Int32 nXfId ) const in getCellStyleSheet() function in oox::xls::CellStyleBuffer
2641 return getCellStyleSheet( maStylesByXf.get( nXfId ) ); in getCellStyleSheet()
2664 ::ScStyleSheet* CellStyleBuffer::getCellStyleSheet( const CellStyleRef& rxCellStyle ) in getCellStyleSheet() function in oox::xls::CellStyleBuffer
2888 ::ScStyleSheet* StylesBuffer::getCellStyleSheet( sal_Int32 nXfId ) const in getCellStyleSheet() function in oox::xls::StylesBuffer
2890 return maCellStyles.getCellStyleSheet( nXfId ); in getCellStyleSheet()