Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/doc/
H A Ddocfac.cxx78 SfxViewFactoryArr_Impl aViewFactoryArr;// Liste von <SfxViewFactory>s member
161 for ( sal_uInt16 i = 0; i < pImpl->aViewFactoryArr.Count(); ++i ) in RegisterViewFactory()
163 if ( !pImpl->aViewFactoryArr[i]->GetAPIViewName().Equals( sViewName ) ) in RegisterViewFactory()
175 nPos < pImpl->aViewFactoryArr.Count() && in RegisterViewFactory()
176 pImpl->aViewFactoryArr[nPos]->GetOrdinal() <= rFactory.GetOrdinal(); in RegisterViewFactory()
179 pImpl->aViewFactoryArr.Insert(nPos, &rFactory); in RegisterViewFactory()
186 return pImpl->aViewFactoryArr.Count(); in GetViewFactoryCount()
193 return *pImpl->aViewFactoryArr[i]; in GetViewFactory()

Completed in 10 milliseconds