Home
last modified time | relevance | path

Searched refs:FontStyle (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/writerperfect/source/filter/
H A DFontStyle.cxx31 FontStyle::FontStyle(const char *psName, const char *psFontFamily) : Style(psName), in FontStyle() function in FontStyle
37 FontStyle::~FontStyle() in ~FontStyle()
41 void FontStyle::write(DocumentHandler *pHandler) const in write()
H A DFontStyle.hxx40 class FontStyle : public Style class
43 FontStyle(const char *psName, const char *psFontFamily);
44 ~FontStyle();
H A DDocumentCollector.hxx50 class FontStyle;
163 std::map<WPXString, FontStyle *, ltstr> mFontHash;
H A DDocumentCollector.cxx124 …for (std::map<WPXString, FontStyle *, ltstr>::iterator iterFont = mFontHash.begin(); iterFont != m… in filter()
258 …for (std::map<WPXString, FontStyle *, ltstr>::iterator iterFont = mFontHash.begin(); iterFont != m… in _writeTargetDocument()
372 FontStyle *pFontStyle = new FontStyle(sFontName.cstr(), sFontName.cstr()); in _allocateFontName()
H A Dmakefile.mk40 $(SLO)$/FontStyle.obj \
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx81 enum FontStyle enum
183 FontStyle maFontStyle;
374 FontStyle getFontStyle() const;
375 … void setFontStyle(const FontStyle aFontStyle = FontStyle_notset) { maFontStyle = aFontStyle; } in setFontStyle()
/AOO41X/main/oovbaapi/ooo/vba/excel/
H A DXFont.idl45 [attribute] any FontStyle;
/AOO41X/main/sc/source/filter/inc/
H A Dscflt.hxx522 sal_Int16 FontStyle[5]; member
/AOO41X/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas2317 .FontStyle = "Bold" label
2323 .FontStyle = "Regular" label
/AOO41X/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx2336 FontStyle SvgStyleAttributes::getFontStyle() const in getFontStyle()
/AOO41X/main/
H A Drat-excludes37 main/writerperfect/source/filter/FontStyle.cxx
38 main/writerperfect/source/filter/FontStyle.hxx
/AOO41X/main/sc/source/filter/starcalc/
H A Dscflt.cxx330 rStream >> rTypeData.FontStyle[i]; in lcl_ReadChartTypeData()