Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.cxx143 sal_Int32 nL2 (rS2.getLength()); in ClassifyResources() local
150 for (sal_Int32 j=0; j<nL2 && !bFound; ++j) in ClassifyResources()
163 for (sal_Int32 j=0; j<nL2; ++j) in ClassifyResources()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2856 xub_StrLen nL2; in ReadPlainChars() local
2863 for( nL2 = 0; nL2 < nLen; ++nL2, ++pWork ) in ReadPlainChars()
2910 p8Bits[nL2] = nBCode; in ReadPlainChars()
2913 if (nL2) in ReadPlainChars()
2915 xub_StrLen nEndUsed = nL2; in ReadPlainChars()
2918 nEndUsed = Custom8BitToUnicode(hConverter, p8Bits, nL2, pBuffer, nLen); in ReadPlainChars()
2927 rPos += nL2; in ReadPlainChars()
2935 return nL2 >= nLen; in ReadPlainChars()

Completed in 39 milliseconds