Searched refs:nSty (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1547 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 D | wrtww8gr.cxx | 484 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 D | ww8atr.cxx | 980 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