Home
last modified time | relevance | path

Searched refs:getStyles (Results 1 – 18 of 18) sorted by relevance

/trunk/main/oox/source/xls/
H A Dstylesfragment.cxx49 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 Dsheetdatabuffer.cxx355 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 Dworkbookhelper.cxx153 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 Dstylesbuffer.cxx313 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 Dpagesettings.cxx601 maFontModel = getStyles().getDefaultFontModel(); in parse()
934 maFontModel.maName = getStyles().getDefaultFontModel().maName; in convertFontName()
983 maFontModel = getStyles().getDefaultFontModel(); in setNewPortion()
H A Drichstring.cxx86 mxFont = getStyles().getFont( mnFontId ); in finalizeImport()
575 FontRef xFont = getStyles().getFont( aIt->mnFontId ); in createTextPortions()
H A Dcondformatbuffer.cxx408 DxfRef xDxf = getStyles().createDxf( &maModel.mnDxfId ); in importCfRule()
600 OUString aStyleName = getStyles().createDxfStyle( maModel.mnDxfId ); in finalizeImport()
H A Dexcelfilter.cxx302 WorkbookHelper( *xBookGlob ).getStyles().importPalette( aPalette ); in importDocument()
H A Dsheetdatacontext.cxx767 mobBiff2HasXfs = getStyles().getCellXf( 0 ).get() != 0; in readCellXfId()
889 if( const Font* pFont = getStyles().getFontFromCellXf( maCellData.mnXfId ).get() ) in importLabel()
H A Dunitconverter.cxx142 if( const Font* pDefFont = getStyles().getDefaultFont().get() ) in finalizeImport()
H A Dworksheethelper.cxx870 getStyles().writeCellXfToPropertySet( aPropSet, nXfId ); in convertColumnFormat()
936 aPropSet.setProperty( PROP_CellStyle, getStyles().getDefaultStyleName() ); in initializeWorksheetImport()
H A Dworkbookfragment.cxx494 StylesBuffer& rStyles = getStyles(); in importGlobalsFragment()
/trunk/main/offapi/com/sun/star/awt/
H A DXVclWindowPeer.idl93 void getStyles( [in] short nType,
/trunk/main/oox/inc/oox/xls/
H A Dworkbookhelper.hxx216 StylesBuffer& getStyles() const;
/trunk/main/cui/source/inc/
H A Dcfgutil.hxx88 ::std::vector< SfxStyleInfo_Impl > getStyles(const ::rtl::OUString& sFamily);
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx234 ::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()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx190 …void SAL_CALL getStyles( sal_Int16 nType, ::com::sun::star::awt::FontDescriptor& Font, sal_Int32& …
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1282 void VCLXWindow::getStyles( sal_Int16 nType, ::com::sun::star::awt::FontDescriptor& Font, sal_Int32… in getStyles() function in VCLXWindow

Completed in 122 milliseconds