Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx722 for(sal_uInt16 i=0; i < aRubyCharFmts.Count(); ++i ) in MakeFieldInst()
724 SwCharFmt *pFmt = (SwCharFmt *)aRubyCharFmts[i]; in MakeFieldInst()
745 sNm += String::CreateFromInt32( aRubyCharFmts.Count() + 1 ); in MakeFieldInst()
758 aRubyCharFmts.Insert( p, aRubyCharFmts.Count() ); in MakeFieldInst()
H A Dswparrtf.hxx297 SvPtrarr aRubyCharFmts; member in SwRTFParser
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2798 aRubyCharFmts.end(); in Read_SubF_Ruby()
2800 = aRubyCharFmts.begin(); aIter != aEnd; ++aIter) in Read_SubF_Ruby()
2824 aNm+=String::CreateFromInt32(aRubyCharFmts.size()+1); in Read_SubF_Ruby()
2833 aRubyCharFmts.push_back(pFmt); in Read_SubF_Ruby()
H A Dww8par.hxx1054 std::vector<const SwCharFmt*> aRubyCharFmts; member in SwWW8ImplReader

Completed in 42 milliseconds