Searched refs:nSty (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 1546 SVBT16 nSty; in FormatDrop() local 1547 ShortToSVBT16( nStyle, nSty ); in FormatDrop() 1548 m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in FormatDrop() 2399 SVBT16 nSty; in TableNodeInfo() local 2400 ShortToSVBT16( GetExport().nStyleBeforeFly, nSty ); in TableNodeInfo() 2412 … m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in TableNodeInfo()
|
| H A D | wrtww8gr.cxx | 483 static sal_uInt8 __READONLY_DATA nSty[2] = { 0, 0 }; in OutGrf() local 484 pO->Insert( nSty, 2, pO->Count() ); // Style #0 in OutGrf()
|
| H A D | ww8atr.cxx | 979 SVBT16 nSty; in EndParagraph() local 980 ShortToSVBT16( 0, nSty ); in EndParagraph() 981 … m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in EndParagraph() 1067 SVBT16 nSty; in ParagraphStyle() local 1068 ShortToSVBT16( nStyle, nSty ); in ParagraphStyle() 1069 m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in ParagraphStyle()
|