Searched refs:eSti (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | writerwordglue.cxx | 132 SwTxtFmtColl* GetBuiltInStyle(ww::sti eSti); 174 if (sal::static_int_cast< size_t >(eSti) < nArrSize && aArr[eSti] != RES_NONE) in GetBuiltInStyle() 196 SwCharFmt* GetBuiltInStyle(ww::sti eSti); 201 SwCharFmt* MapperImpl<SwCharFmt>::GetBuiltInStyle(ww::sti eSti) in GetBuiltInStyle() argument 204 switch (eSti) in GetBuiltInStyle() 259 StyleResult GetStyle(const String& rName, ww::sti eSti); 266 C *pRet = maHelper.GetBuiltInStyle(eSti); in GetStyle() 475 const String& rName, ww::sti eSti) in GetStyle() argument 477 return mpImpl->GetStyle(rName, eSti); in GetStyle() 491 const String& rName, ww::sti eSti) in GetStyle() argument [all …]
|
H A D | styles.cxx | 168 const sal_Char* GetEnglishNameFromSti(sti eSti) throw() in GetEnglishNameFromSti() argument 170 if (eSti >= stiMax) in GetEnglishNameFromSti() 173 return GetStiNames()[eSti]; in GetEnglishNameFromSti() 176 bool StandardStiIsCharStyle(sti eSti) throw() in StandardStiIsCharStyle() argument 178 switch (eSti) in StandardStiIsCharStyle()
|
H A D | ww8par2.cxx | 4018 bool WW8RStyle::PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNex… in PrepareStyle() argument 4026 pIo->maParaStyleMapper.GetStyle(rSI.GetOrgWWName(), eSti); in PrepareStyle() 4034 pIo->maCharStyleMapper.GetStyle(rSI.GetOrgWWName(), eSti); in PrepareStyle() 4523 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() local 4524 if (const sal_Char *pStr = GetEnglishNameFromSti(eSti)) in ImportOldFormatStyles() 4540 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() local 4541 if (const sal_Char *pStr = GetEnglishNameFromSti(eSti)) in ImportOldFormatStyles() 4650 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() local 4652 if (eSti == ww::stiNil) in ImportOldFormatStyles() 4657 if (ww::StandardStiIsCharStyle(eSti) && !aPAPXOffsets[stcp].mnSize) in ImportOldFormatStyles() [all …]
|
H A D | ww8par2.hxx | 312 bool PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNextStyle);
|
H A D | ww8par6.cxx | 1840 …ww::sti eSti = eVer < ww::eWW6 ? ww::GetCanonicalStiFromStc( static_cast< sal_uInt8 >(nColl) ) : s… in ReadFull() local 1841 while (eSti != ww::stiNil && 0 == (pNowStyleApo = pIo->pCollA[nColl].pWWFly)) in ReadFull() 1844 …eSti = eVer < ww::eWW6 ? ww::GetCanonicalStiFromStc( static_cast< sal_uInt8 >(nColl) ) : static_ca… in ReadFull()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wwstyles.hxx | 201 const sal_Char* GetEnglishNameFromSti(sti eSti) throw(); 213 bool StandardStiIsCharStyle(sti eSti) throw();
|
H A D | msfilter.hxx | 243 StyleResult GetStyle(const String& rName, ww::sti eSti); 303 StyleResult GetStyle(const String& rName, ww::sti eSti);
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 3946 ww::sti eSti = ww::GetCanonicalStiFromEnglishName(rName); in MakeColl() local 3948 maParaStyleMapper.GetStyle(rName, eSti); in MakeColl() 3985 ww::sti eSti = ww::GetCanonicalStiFromEnglishName(rName); in MakeCharFmt() local 3987 maCharStyleMapper.GetStyle(rName, eSti); in MakeCharFmt()
|
Completed in 140 milliseconds