Home
last modified time | relevance | path

Searched refs:eSti (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx131 SwTxtFmtColl* GetBuiltInStyle(ww::sti eSti);
136 SwTxtFmtColl* MapperImpl<SwTxtFmtColl>::GetBuiltInStyle(ww::sti eSti) in GetBuiltInStyle() argument
173 if (sal::static_int_cast< size_t >(eSti) < nArrSize && aArr[eSti] != RES_NONE) in GetBuiltInStyle()
174 pRet = mrDoc.GetTxtCollFromPool( static_cast< sal_uInt16 >(aArr[eSti]), false); in GetBuiltInStyle()
195 SwCharFmt* GetBuiltInStyle(ww::sti eSti);
200 SwCharFmt* MapperImpl<SwCharFmt>::GetBuiltInStyle(ww::sti eSti) in GetBuiltInStyle() argument
203 switch (eSti) in GetBuiltInStyle()
258 StyleResult GetStyle(const String& rName, ww::sti eSti);
263 StyleMapperImpl<C>::GetStyle(const String& rName, ww::sti eSti) in GetStyle() argument
265 C *pRet = maHelper.GetBuiltInStyle(eSti); in GetStyle()
[all …]
H A Dstyles.cxx167 const sal_Char* GetEnglishNameFromSti(sti eSti) throw() in GetEnglishNameFromSti() argument
169 if (eSti >= stiMax) in GetEnglishNameFromSti()
172 return GetStiNames()[eSti]; in GetEnglishNameFromSti()
175 bool StandardStiIsCharStyle(sti eSti) throw() in StandardStiIsCharStyle() argument
177 switch (eSti) in StandardStiIsCharStyle()
H A Dww8par2.cxx4017 bool WW8RStyle::PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNex… in PrepareStyle() argument
4025 pIo->maParaStyleMapper.GetStyle(rSI.GetOrgWWName(), eSti); in PrepareStyle()
4033 pIo->maCharStyleMapper.GetStyle(rSI.GetOrgWWName(), eSti); in PrepareStyle()
4522 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() local
4523 if (const sal_Char *pStr = GetEnglishNameFromSti(eSti)) in ImportOldFormatStyles()
4539 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() local
4540 if (const sal_Char *pStr = GetEnglishNameFromSti(eSti)) in ImportOldFormatStyles()
4649 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() local
4651 if (eSti == ww::stiNil) in ImportOldFormatStyles()
4656 if (ww::StandardStiIsCharStyle(eSti) && !aPAPXOffsets[stcp].mnSize) in ImportOldFormatStyles()
[all …]
H A Dww8par2.hxx311 bool PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNextStyle);
H A Dww8par6.cxx1839 …ww::sti eSti = eVer < ww::eWW6 ? ww::GetCanonicalStiFromStc( static_cast< sal_uInt8 >(nColl) ) : s… in ReadFull() local
1840 while (eSti != ww::stiNil && 0 == (pNowStyleApo = pIo->pCollA[nColl].pWWFly)) in ReadFull()
1843eSti = eVer < ww::eWW6 ? ww::GetCanonicalStiFromStc( static_cast< sal_uInt8 >(nColl) ) : static_ca… in ReadFull()
/AOO42X/main/sw/source/filter/inc/
H A Dwwstyles.hxx200 const sal_Char* GetEnglishNameFromSti(sti eSti) throw();
212 bool StandardStiIsCharStyle(sti eSti) throw();
H A Dmsfilter.hxx242 StyleResult GetStyle(const String& rName, ww::sti eSti);
302 StyleResult GetStyle(const String& rName, ww::sti eSti);
/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3936 ww::sti eSti = ww::GetCanonicalStiFromEnglishName(rName); in MakeColl() local
3938 maParaStyleMapper.GetStyle(rName, eSti); in MakeColl()
3975 ww::sti eSti = ww::GetCanonicalStiFromEnglishName(rName); in MakeCharFmt() local
3977 maCharStyleMapper.GetStyle(rName, eSti); in MakeCharFmt()