Searched refs:nContextLen (Results 1 – 2 of 2) sorted by relevance
69 TextSourceAdaptor(ImplLayoutArgs &layout_args, const int nContextLen) throw();102 inline TextSourceAdaptor::TextSourceAdaptor(ImplLayoutArgs &la, const int nContextLen) throw() in TextSourceAdaptor() argument104 mnEnd(std::min(la.mnLength, nContextLen)), in TextSourceAdaptor()
622 sal_Int32 nContextLen = m_sContext.getLength(); in hasCorrectContext() local625 if ( nContextLen == 0 ) in hasCorrectContext()631 if ( nIndex >= 0 && ( nIndex+nModuleIdLen <= nContextLen )) in hasCorrectContext()
Completed in 25 milliseconds