Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3963 pIo->nColls = cstd; in WW8RStyle()
3964 pIo->pCollA = cstd ? new SwWW8StyInf[ cstd ] : NULL; // Style-UEbersetzung WW->SW in WW8RStyle()
4060 if (j != nThisStyle && j < cstd ) in PrepareStyle()
4105 if ((rSI.nBase >= cstd || pIo->pCollA[rSI.nBase].bImportSkipped) && rSI.bColl) in PostStyle()
4136 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in Import1Style()
4185 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in RecursiveReg()
4204 for (i=0; i < cstd; ++i) in PostProcessStyles()
4218 for (i=0; i < cstd; ++i) in PostProcessStyles()
4233 for (sal_uInt16 i = 0; i < cstd; ++i) in ScanStyles()
4492 for (sal_uInt16 i=0; i < cstd; ++i) in ImportOldFormatStyles()
[all …]
H A Dww8scan.hxx1467 sal_uInt16 cstd; // Count of styles in stylesheet member in WW8Style
1490 sal_uInt16 GetCount() const { return cstd; } in GetCount()
H A Dww8scan.cxx6139 : rFib(rFibPara), rSt(rStream), cstd(0), cbSTDBaseInFile(0), in WW8Style()
6153 cstd = 256; in WW8Style()
6167 rSt >> cstd; in WW8Style()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1231 sal_uInt16 cstd; // Count of styles in stylesheet member in WW8Style
1245 const sal_uInt16 GetCount() const { return cstd; } in GetCount()
H A Ddump8a.cxx2545 *pOut << begin1 << cstd << " Styles, "; in Dump()
2554 for( i=0; i<cstd; i++ ) in Dump()
H A Dww8scan.cxx5520 : rFib(rFibPara), rSt(rStream), cstd(0), cbSTDBaseInFile(0), in WW8Style()
5544 rSt >> cstd; in WW8Style()