Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/unocore/
H A Dunofield.cxx760 SwDependentFields aFldArr; in SV_IMPL_PTRARR() local
766 aFldArr.Insert(pFld, aFldArr.Count()); in SV_IMPL_PTRARR()
770 uno::Sequence<uno::Reference <text::XDependentTextField> > aRetSeq(aFldArr.Count()); in SV_IMPL_PTRARR()
772 for(sal_uInt16 i = 0; i < aFldArr.Count(); i++) in SV_IMPL_PTRARR()
774 pFld = aFldArr.GetObject(i); in SV_IMPL_PTRARR()

Completed in 25 milliseconds