Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww8/
H A Dww8par2.cxx149 void ProcessSprmTInsert(const sal_uInt8* pParamsTInsert);
150 void ProcessSpacing(const sal_uInt8* pParamsTInsert);
151 void ProcessSpecificSpacing(const sal_uInt8* pParamsTInsert);
1449 void WW8TabBandDesc::ProcessSprmTInsert(const sal_uInt8* pParamsTInsert) in ProcessSprmTInsert() argument
1451 if( nWwCols && pParamsTInsert ) // set one or more cell length(s) in ProcessSprmTInsert()
1453 sal_uInt8 nitcInsert = pParamsTInsert[0]; // position at which to insert in ProcessSprmTInsert()
1456 sal_uInt8 nctc = pParamsTInsert[1]; // number of cells in ProcessSprmTInsert()
1457 sal_uInt16 ndxaCol = SVBT16ToShort( pParamsTInsert+2 ); in ProcessSprmTInsert()

Completed in 32 milliseconds