Home
last modified time | relevance | path

Searched refs:aRubyCharFmts (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sw/source/filter/rtf/
H A Drtffld.cxx721 for(sal_uInt16 i=0; i < aRubyCharFmts.Count(); ++i ) in MakeFieldInst()
723 SwCharFmt *pFmt = (SwCharFmt *)aRubyCharFmts[i]; in MakeFieldInst()
744 sNm += String::CreateFromInt32( aRubyCharFmts.Count() + 1 ); in MakeFieldInst()
757 aRubyCharFmts.Insert( p, aRubyCharFmts.Count() ); in MakeFieldInst()
H A Dswparrtf.hxx297 SvPtrarr aRubyCharFmts; member in SwRTFParser
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par5.cxx2797 aRubyCharFmts.end(); in Read_SubF_Ruby()
2799 = aRubyCharFmts.begin(); aIter != aEnd; ++aIter) in Read_SubF_Ruby()
2823 aNm+=String::CreateFromInt32(aRubyCharFmts.size()+1); in Read_SubF_Ruby()
2832 aRubyCharFmts.push_back(pFmt); in Read_SubF_Ruby()
H A Dww8par.hxx1053 std::vector<const SwCharFmt*> aRubyCharFmts; member in SwWW8ImplReader