Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx986 void SwWW8ImplReader::StartAnl(const sal_uInt8* pSprm13) in StartAnl() argument
990 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType(*pSprm13)); in StartAnl()
1059 void SwWW8ImplReader::NextAnlLine(const sal_uInt8* pSprm13) in NextAnlLine() argument
1070 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()
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 73 milliseconds