Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.cxx142 sal_Int32 nL1 (rS1.getLength()); in ClassifyResources() local
147 for (sal_Int32 i=0; i<nL1; ++i) in ClassifyResources()
166 for (sal_Int32 i=0; i<nL1 && !bFound; ++i) in ClassifyResources()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx737 sal_uInt16 nL1 = rReader.ImportSprm( pSprms1 ); in ReadLVL() local
738 nLen = nLen - nL1; in ReadLVL()
739 pSprms1 += nL1; in ReadLVL()
1978 sal_uInt16 nL1 = ImportSprm(pSprms1); in RegisterNumFmtOnTxtNode() local
1979 nLen = nLen - nL1; in RegisterNumFmtOnTxtNode()
1980 pSprms1 += nL1; in RegisterNumFmtOnTxtNode()
H A Dww8par2.cxx3854 sal_uInt16 nL1 = pIo->ImportSprm(pSprms); in ImportSprms() local
3855 nLen = nLen - nL1; in ImportSprms()
3856 pSprms += nL1; in ImportSprms()