Searched refs:pSprm13 (Results 1 – 3 of 3) sorted by relevance
1014 void SwWW8ImplReader::StartAnl(const sal_uInt8* pSprm13) in StartAnl() argument1018 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType(*pSprm13)); in StartAnl()1087 void SwWW8ImplReader::NextAnlLine(const sal_uInt8* pSprm13) in NextAnlLine() argument1098 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()
1423 void StartAnl(const sal_uInt8* pSprm13);1424 void NextAnlLine(const sal_uInt8* pSprm13);
2513 const sal_uInt8* pSprm13 = pPlcxMan->HasParaSprm( 13 ); in ProcessSpecial() local2514 if( pSprm13 ) in ProcessSpecial()2516 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType( *pSprm13 )); in ProcessSpecial()2525 NextAnlLine( pSprm13 ); // naechste Anl-Zeile in ProcessSpecial()