Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx69 TextSourceAdaptor(ImplLayoutArgs &layout_args, const int nContextLen) throw();
102 inline TextSourceAdaptor::TextSourceAdaptor(ImplLayoutArgs &la, const int nContextLen) throw() in TextSourceAdaptor() argument
104 mnEnd(std::min(la.mnLength, nContextLen)), in TextSourceAdaptor()
/trunk/main/framework/source/jobs/
H A Djobdata.cxx622 sal_Int32 nContextLen = m_sContext.getLength(); in hasCorrectContext() local
625 if ( nContextLen == 0 ) in hasCorrectContext()
631 if ( nIndex >= 0 && ( nIndex+nModuleIdLen <= nContextLen )) in hasCorrectContext()

Completed in 23 milliseconds