Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1547 SVBT16 nSty; in FormatDrop() local
1548 ShortToSVBT16( nStyle, nSty ); in FormatDrop()
1549 m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in FormatDrop()
2400 SVBT16 nSty; in TableNodeInfo() local
2401 ShortToSVBT16( GetExport().nStyleBeforeFly, nSty ); in TableNodeInfo()
2413 … m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in TableNodeInfo()
H A Dwrtww8gr.cxx484 static sal_uInt8 __READONLY_DATA nSty[2] = { 0, 0 }; in OutGrf() local
485 pO->Insert( nSty, 2, pO->Count() ); // Style #0 in OutGrf()
H A Dww8atr.cxx980 SVBT16 nSty; in EndParagraph() local
981 ShortToSVBT16( 0, nSty ); in EndParagraph()
982 … m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in EndParagraph()
1068 SVBT16 nSty; in ParagraphStyle() local
1069 ShortToSVBT16( nStyle, nSty ); in ParagraphStyle()
1070 m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in ParagraphStyle()

Completed in 56 milliseconds