Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx1014 void SwWW8ImplReader::StartAnl(const sal_uInt8* pSprm13) in StartAnl() argument
1018 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType(*pSprm13)); in StartAnl()
1087 void SwWW8ImplReader::NextAnlLine(const sal_uInt8* pSprm13) in NextAnlLine() argument
1098 if (*pSprm13 == 10 || *pSprm13 == 11) in NextAnlLine()
1109 else if( *pSprm13 > 0 && *pSprm13 <= MAXLEVEL ) // Bereich WW:1..9 -> SW:0..8 in NextAnlLine()
1111 nSwNumLevel = *pSprm13 - 1; // Gliederung in NextAnlLine()
H A Dww8par.hxx1423 void StartAnl(const sal_uInt8* pSprm13);
1424 void NextAnlLine(const sal_uInt8* pSprm13);
H A Dww8par.cxx2513 const sal_uInt8* pSprm13 = pPlcxMan->HasParaSprm( 13 ); in ProcessSpecial() local
2514 if( pSprm13 ) in ProcessSpecial()
2516 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType( *pSprm13 )); in ProcessSpecial()
2525 NextAnlLine( pSprm13 ); // naechste Anl-Zeile in ProcessSpecial()