Searched refs:FontStyle (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/writerperfect/source/filter/ |
H A D | FontStyle.cxx | 31 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 D | FontStyle.hxx | 40 class FontStyle : public Style class 43 FontStyle(const char *psName, const char *psFontFamily); 44 ~FontStyle();
|
H A D | DocumentCollector.hxx | 50 class FontStyle; 163 std::map<WPXString, FontStyle *, ltstr> mFontHash;
|
H A D | DocumentCollector.cxx | 124 …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 D | makefile.mk | 40 $(SLO)$/FontStyle.obj \
|
/aoo4110/main/svgio/inc/svgio/svgreader/ |
H A D | svgstyleattributes.hxx | 81 enum FontStyle enum 183 FontStyle maFontStyle; 374 FontStyle getFontStyle() const; 375 … void setFontStyle(const FontStyle aFontStyle = FontStyle_notset) { maFontStyle = aFontStyle; } in setFontStyle()
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | CalcFont.log | 6 ITEM Assertion OK : correctly read FontStyle
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | CalcFont.log | 6 ITEM Assertion OK : correctly read FontStyle
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | CalcFont.log | 6 ITEM Assertion OK : correctly read FontStyle
|
/aoo4110/main/oovbaapi/ooo/vba/excel/ |
H A D | XFont.idl | 45 [attribute] any FontStyle;
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | scflt.hxx | 522 sal_Int16 FontStyle[5]; member
|
/aoo4110/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 2317 .FontStyle = "Bold" 2323 .FontStyle = "Regular"
|
/aoo4110/main/ |
H A D | rat-excludes | 37 main/writerperfect/source/filter/FontStyle.cxx 38 main/writerperfect/source/filter/FontStyle.hxx
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgstyleattributes.cxx | 2336 FontStyle SvgStyleAttributes::getFontStyle() const in getFontStyle()
|
/aoo4110/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 330 rStream >> rTypeData.FontStyle[i]; in lcl_ReadChartTypeData()
|
Completed in 116 milliseconds