Searched refs:aRubyCharFmts (Results 1 – 4 of 4) sorted by relevance
721 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()
297 SvPtrarr aRubyCharFmts; member in SwRTFParser
2797 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()
1053 std::vector<const SwCharFmt*> aRubyCharFmts; member in SwWW8ImplReader