Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par2.hxx128 class SwWW8StyInf class
172 SwWW8StyInf() : in SwWW8StyInf() function in SwWW8StyInf
202 ~SwWW8StyInf() in ~SwWW8StyInf()
312 bool PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNextStyle);
313 void PostStyle(SwWW8StyInf &rSI, bool bOldNoImp);
H A Dww8par2.cxx863 SwWW8StyInf * pColl = GetStyle(nAktColl); in Read_ANLevelNo()
898 SwWW8StyInf * pStyInf = GetStyle(nAktColl); in Read_ANLevelDesc()
931 SwWW8StyInf * pStyInf = GetStyle(nAktColl); in Read_ANLevelDesc()
1048 SwWW8StyInf * pStyInf = GetStyle(nAktColl); in StartAnl()
3965 pIo->pCollA = cstd ? new SwWW8StyInf[ cstd ] : NULL; // Style-UEbersetzung WW->SW in WW8RStyle()
4018 bool WW8RStyle::PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNex… in PrepareStyle()
4063 SwWW8StyInf* pj = &pIo->pCollA[j]; in PrepareStyle()
4096 void WW8RStyle::PostStyle(SwWW8StyInf &rSI, bool bOldNoImp) in PostStyle()
4127 SwWW8StyInf &rSI = pIo->pCollA[nNr]; in Import1Style()
4180 SwWW8StyInf &rSI = pIo->pCollA[nNr]; in RecursiveReg()
[all …]
H A Dww8par.hxx68 class SwWW8StyInf;
1078 SwWW8StyInf* pCollA; // UEbersetzungs-Array der Styles
1235 SwWW8StyInf *GetStyle(sal_uInt16 nColl) const;
1665 bool SetTxtFmtCollAndListLevel(const SwPaM& rRg, SwWW8StyInf& rStyleInfo);
1762 void UseListIndent(SwWW8StyInf &rStyle, const SwNumFmt &rFmt);
1763 void SetStyleIndent(SwWW8StyInf &rStyleInfo, const SwNumFmt &rFmt);
H A Dww8par3.cxx1761 SwWW8StyInf& rStyleInfo) in SetTxtFmtCollAndListLevel()
1793 void UseListIndent(SwWW8StyInf &rStyle, const SwNumFmt &rFmt) in UseListIndent()
1807 void SetStyleIndent(SwWW8StyInf &rStyle, const SwNumFmt &rFmt) in SetStyleIndent()
1830 SwWW8StyInf &rStyleInf = pCollA[nStyle]; in SetStylesList()
1866 SwWW8StyInf &rStyleInf = pCollA[nStyle]; in RegisterNumFmtOnStyle()
H A Dww8par6.cxx2878 SwWW8StyInf* pSI = GetStyle( nAktColl ); in Read_POutLvl()
2883 …NewAttr( SfxUInt16Item( RES_PARATR_OUTLINELEVEL, SwWW8StyInf::WW8OutlineLevelToOutlinelevel( pSI->… in Read_POutLvl()
2889SwWW8StyInf::WW8OutlineLevelToOutlinelevel( static_cast< sal_uInt8 >( ( pData ? *pData : 0 ) ) ); in Read_POutLvl()
2930 SwWW8StyInf *SwWW8ImplReader::GetStyle(sal_uInt16 nColl) const in GetStyle()
2990 SwWW8StyInf* pSI = GetStyle(nAktColl); in Read_BoldUsw()
3080 SwWW8StyInf* pSI = GetStyle(nAktColl); in Read_BoldBiDiUsw()
5078 SwWW8StyInf& rSI = pCollA[nAktColl]; in Read_ApoPPC()
H A Dww8par.cxx5211 std::vector< SwWW8StyInf* > aWW8BuiltInHeadingStyles; in SetOutlineStyles()
5217 SwWW8StyInf& rSI = pCollA[nI]; in SetOutlineStyles()
5266 std::vector< SwWW8StyInf* >::iterator aStylesIterEnd = in SetOutlineStyles()
5268 for ( std::vector< SwWW8StyInf* >::iterator aStyleIter = aWW8BuiltInHeadingStyles.begin(); in SetOutlineStyles()
5272 SwWW8StyInf* pStyleInf = (*aStyleIter); in SetOutlineStyles()
5306 SwWW8StyInf::WW8OutlineLevelToOutlinelevel( pStyleInf->mnWW8OutlineLevel ); in SetOutlineStyles()
H A Dww8graf.cxx504 SwWW8StyInf * pStyInf = GetStyle(nColl); in InsertTxbxStyAttrs()
H A Dww8par5.cxx3352 const SwWW8StyInf& rSI = pCollA[nI]; in Read_F_Tox()