Searched refs:pSprm13 (Results 1 – 3 of 3) sorted by relevance
986 void SwWW8ImplReader::StartAnl(const sal_uInt8* pSprm13) in StartAnl() argument990 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType(*pSprm13)); in StartAnl()1059 void SwWW8ImplReader::NextAnlLine(const sal_uInt8* pSprm13) in NextAnlLine() argument1070 if (*pSprm13 == 10 || *pSprm13 == 11) in NextAnlLine()1081 else if( *pSprm13 > 0 && *pSprm13 <= MAXLEVEL ) // Bereich WW:1..9 -> SW:0..8 in NextAnlLine()1083 nSwNumLevel = *pSprm13 - 1; // Gliederung in NextAnlLine()
1424 void StartAnl(const sal_uInt8* pSprm13);1425 void NextAnlLine(const sal_uInt8* pSprm13);
2514 const sal_uInt8* pSprm13 = pPlcxMan->HasParaSprm( 13 ); in ProcessSpecial() local2515 if( pSprm13 ) in ProcessSpecial()2517 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType( *pSprm13 )); in ProcessSpecial()2526 NextAnlLine( pSprm13 ); // naechste Anl-Zeile in ProcessSpecial()
Completed in 70 milliseconds