Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1348 sal_uInt16 nPgBorder = MSWordSections::HasBorderItem( *pPdFmt ) ? 0 : USHRT_MAX; in SectionPageBorders() local
1353 if ( USHRT_MAX == nPgBorder ) in SectionPageBorders()
1355 nPgBorder = 1; in SectionPageBorders()
1362 else if ( !nPgBorder ) in SectionPageBorders()
1363 nPgBorder = 2; in SectionPageBorders()
1366 if ( USHRT_MAX != nPgBorder ) in SectionPageBorders()
1370 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, nPgBorder ); in SectionPageBorders()

Completed in 16 milliseconds