/aoo42x/main/oox/source/xls/ |
H A D | stylesfragment.cxx | 49 if( nElement == XLS_TOKEN( rgbColor ) ) getStyles().importPaletteColor( rAttribs ); in onCreateContext() 60 if( nRecId == BIFF12_ID_RGBCOLOR ) getStyles().importPaletteColor( rStrm ); in onCreateRecordContext() 214 if( nElement == XLS_TOKEN( numFmt ) ) getStyles().importNumFmt( rAttribs ); in onCreateContext() 235 if( nElement == XLS_TOKEN( cellStyle ) ) getStyles().importCellStyle( rAttribs ); in onCreateContext() 268 if( nRecId == BIFF12_ID_NUMFMT ) getStyles().importNumFmt( rStrm ); in onCreateRecordContext() 271 if( nRecId == BIFF12_ID_FONT ) getStyles().createFont()->importFont( rStrm ); in onCreateRecordContext() 277 if( nRecId == BIFF12_ID_FILL ) getStyles().createFill()->importFill( rStrm ); in onCreateRecordContext() 280 if( nRecId == BIFF12_ID_XF ) getStyles().createCellXf()->importXf( rStrm, true ); in onCreateRecordContext() 286 if( nRecId == BIFF12_ID_DXF ) getStyles().createDxf()->importDxf( rStrm ); in onCreateRecordContext() 289 if( nRecId == BIFF12_ID_CELLSTYLE ) getStyles().importCellStyle( rStrm ); in onCreateRecordContext() [all …]
|
H A D | sheetdatabuffer.cxx | 355 const Font* pFirstPortionFont = getStyles().getFontFromCellXf( rModel.mnXfId ).get(); in setStringCell() 816 if( const Xf* pXf = getStyles().getCellXf( rModel.mnXfId ).get() ) in setCellFormat() 841 getStyles().writeCellXfToPropertySet( aPropSet, rXfIdRowRange.mnXfId ); in writeXfIdRowRangeProperties() 848 StylesBuffer& rStyles = getStyles(); in writeXfIdRangeProperties()
|
H A D | workbookhelper.cxx | 153 inline StylesBuffer& getStyles() const { return *mxStyles; } in getStyles() function in oox::xls::WorkbookGlobals 779 StylesBuffer& WorkbookHelper::getStyles() const in getStyles() function in oox::xls::WorkbookHelper 781 return mrBookGlob.getStyles(); in getStyles()
|
H A D | stylesbuffer.cxx | 313 return getStyles().getPaletteColor( nPaletteIdx ); in getPaletteColor() 2277 BorderRef xBorder = getStyles().createBorder( &maModel.mnBorderId ); in importXf() 2278 FillRef xFill = getStyles().createFill( &maModel.mnFillId ); in importXf() 2398 StylesBuffer& rStyles = getStyles(); in finalizeImport() 2442 return getStyles().getFont( maModel.mnFontId ); in getFont() 2454 StylesBuffer& rStyles = getStyles(); in writeToPropertyMap() 2565 mxNumFmt = getStyles().importNumFmt( rAttribs ); in importNumFmt() 2621 mxNumFmt = getStyles().createNumFmt( nNumFmtId, aFmtCode ); in importDxf() 2956 getStyles().writeStyleXfToPropertySet( aPropSet, maModel.mnXfId ); in createCellStyle() 2958 xStyle->setParentStyle( getStyles().getDefaultStyleName() ); in createCellStyle()
|
H A D | pagesettings.cxx | 601 maFontModel = getStyles().getDefaultFontModel(); in parse() 934 maFontModel.maName = getStyles().getDefaultFontModel().maName; in convertFontName() 983 maFontModel = getStyles().getDefaultFontModel(); in setNewPortion()
|
H A D | richstring.cxx | 86 mxFont = getStyles().getFont( mnFontId ); in finalizeImport() 575 FontRef xFont = getStyles().getFont( aIt->mnFontId ); in createTextPortions()
|
H A D | condformatbuffer.cxx | 408 DxfRef xDxf = getStyles().createDxf( &maModel.mnDxfId ); in importCfRule() 600 OUString aStyleName = getStyles().createDxfStyle( maModel.mnDxfId ); in finalizeImport()
|
H A D | excelfilter.cxx | 302 WorkbookHelper( *xBookGlob ).getStyles().importPalette( aPalette ); in importDocument()
|
H A D | sheetdatacontext.cxx | 767 mobBiff2HasXfs = getStyles().getCellXf( 0 ).get() != 0; in readCellXfId() 889 if( const Font* pFont = getStyles().getFontFromCellXf( maCellData.mnXfId ).get() ) in importLabel()
|
H A D | unitconverter.cxx | 142 if( const Font* pDefFont = getStyles().getDefaultFont().get() ) in finalizeImport()
|
H A D | worksheethelper.cxx | 870 getStyles().writeCellXfToPropertySet( aPropSet, nXfId ); in convertColumnFormat() 936 aPropSet.setProperty( PROP_CellStyle, getStyles().getDefaultStyleName() ); in initializeWorksheetImport()
|
H A D | workbookfragment.cxx | 494 StylesBuffer& rStyles = getStyles(); in importGlobalsFragment()
|
/aoo42x/main/cui/source/inc/ |
H A D | cfgutil.hxx | 88 ::std::vector< SfxStyleInfo_Impl > getStyles(const ::rtl::OUString& sFamily);
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XVclWindowPeer.idl | 93 void getStyles( [in] short nType,
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | workbookhelper.hxx | 216 StylesBuffer& getStyles() const;
|
/aoo42x/main/cui/source/customize/ |
H A D | cfgutil.cxx | 234 ::std::vector< SfxStyleInfo_Impl > SfxStylesInfo_Impl::getStyles(const ::rtl::OUString& sFamily) in getStyles() function in SfxStylesInfo_Impl 1084 … const ::std::vector< SfxStyleInfo_Impl > lStyles = pStylesInfo->getStyles(pFamily->sFamily); in GroupSelected()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindow.hxx | 190 …void SAL_CALL getStyles( sal_Int16 nType, ::com::sun::star::awt::FontDescriptor& Font, sal_Int32& …
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 1282 void VCLXWindow::getStyles( sal_Int16 nType, ::com::sun::star::awt::FontDescriptor& Font, sal_Int32… in getStyles() function in VCLXWindow
|