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.cxx1015 void SwWW8ImplReader::StartAnl(const sal_uInt8* pSprm13) in StartAnl() argument
1019 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType(*pSprm13)); in StartAnl()
1088 void SwWW8ImplReader::NextAnlLine(const sal_uInt8* pSprm13) in NextAnlLine() argument
1099 if (*pSprm13 == 10 || *pSprm13 == 11) in NextAnlLine()
1110 else if( *pSprm13 > 0 && *pSprm13 <= MAXLEVEL ) // Bereich WW:1..9 -> SW:0..8 in NextAnlLine()
1112 nSwNumLevel = *pSprm13 - 1; // Gliederung in NextAnlLine()
H A Dww8par.hxx1424 void StartAnl(const sal_uInt8* pSprm13);
1425 void NextAnlLine(const sal_uInt8* pSprm13);
H A Dww8par.cxx2514 const sal_uInt8* pSprm13 = pPlcxMan->HasParaSprm( 13 ); in ProcessSpecial() local
2515 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 61 milliseconds