Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx347 SwWW8Writer::InsUInt16( *pO, nLen ); in StartStyle()
355 SwWW8Writer::InsUInt16( *pO, rName.Len() ); // Laenge in StartStyle()
356 SwWW8Writer::InsAsString16( *pO, rName ); in StartStyle()
361 SwWW8Writer::InsAsString8( *pO, rName, RTL_TEXTENCODING_MS_1252 ); in StartStyle()
428 SwWW8Writer::InsUInt16( *pO, nLen ); // Style-Len in StartStyleProperties()
433 SwWW8Writer::InsUInt16( *pO, nStyle ); // Style-Nummer in StartStyleProperties()
575 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, m_nStyAnzPos, nNumberOfStyles ); in EndStyles()
679 SwWW8Writer::FillCount(*pTableStrm, 0x22); in Write()
680 SwWW8Writer::WriteString16(*pTableStrm, msFamilyNm, true); in Write()
682 SwWW8Writer::WriteString16(*pTableStrm, msAltNm, true); in Write()
[all …]
H A Dwrtww8.cxx262 SwWW8Writer::WriteLong( aTempStrm1, aItr->first); in Write()
272 SwWW8Writer::WriteLong( aTempStrm2, aItr->first); in Write()
281 SwWW8Writer::WriteLong(rStrm, rWrt.pFib->ccpText + rWrt.pFib->ccpTxbx); in Write()
286 SwWW8Writer::WriteLong(rStrm, aItr->second->first); in Write()
292 SwWW8Writer::WriteLong(rStrm, rWrt.pFib->ccpText + rWrt.pFib->ccpTxbx); in Write()
746 SwWW8Writer::WriteLong( rStrm, aPos[i] ); in Write()
842 void SwWW8Writer::FillCount( SvStream& rStrm, sal_uLong nCount ) in FillCount()
857 sal_uLong SwWW8Writer::FillUntil( SvStream& rStrm, sal_uLong nEndPos ) in FillUntil()
864 SwWW8Writer::FillCount( rStrm, nEndPos - nCurPos ); in FillUntil()
909 SwWW8Writer::WriteShort( *rWrt.pDataStrm, nVarLen ); in AppendFkpEntry()
[all …]
H A Dwrtw8num.cxx159 SwWW8Writer::WriteShort( *pTableStrm, pUsedNumTbl->Count() ); in WriteNumbering()
176 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, nId ); in NumberingDefinition()
177 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, nId ); in NumberingDefinition()
181 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, 0xFFF ); in NumberingDefinition()
268 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, nStart ); in NumberingLevel()
297 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, 0 ); in NumberingLevel()
298 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, 0 ); in NumberingLevel()
348 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, 0 ); in NumberingLevel()
365 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, rNumberingString.Len() ); in NumberingLevel()
366 SwWW8Writer::WriteString16( *m_rWW8Export.pTableStrm, rNumberingString, false ); in NumberingLevel()
[all …]
H A Dwrtww8.hxx101 class SwWW8Writer;
848 class SwWW8Writer: public StgWriter class
860 SwWW8Writer( const String& rFltName, const String& rBaseURL );
861 virtual ~SwWW8Writer();
911 SwWW8Writer(const SwWW8Writer&);
913 SwWW8Writer& operator=(const SwWW8Writer&);
938 SwWW8Writer *m_pWriter; ///< Pointer to the writer
1112 void InsUInt16( sal_uInt16 n ) { SwWW8Writer::InsUInt16( *pO, n ); } in InsUInt16()
1113 void InsUInt32( sal_uInt32 n ) { SwWW8Writer::InsUInt32( *pO, n ); } in InsUInt32()
1115 { SwWW8Writer::InsAsString16( *pO, rStr ); } in InsAsString16()
[all …]
H A Dww8atr.cxx689 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_POutLvl ); in OutlineNumbering()
691 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_PIlvl ); in OutlineNumbering()
693 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_PIlfo ); in OutlineNumbering()
694 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, in OutlineNumbering()
741 SwWW8Writer::InsUInt16(*pO, NS_sprm::LN_POutLvl); in DisallowInheritingOutlineNumbering()
743 SwWW8Writer::InsUInt16(*pO, NS_sprm::LN_PIlfo); in DisallowInheritingOutlineNumbering()
744 SwWW8Writer::InsUInt16(*pO, 0); in DisallowInheritingOutlineNumbering()
1727 SwWW8Writer::InsUInt16( aItems, NS_sprm::LN_CPicLocation ); in InsertSpecialChar()
1728 SwWW8Writer::InsUInt32( aItems, 0x00000000 ); in InsertSpecialChar()
1756 SwWW8Writer::WriteLong( rStrm, nStrLen ); in InsertSpecialChar()
[all …]
H A Dwrtw8esh.cxx210 SwWW8Writer::WriteLong( tmpStrm, rTarFrm.Len()+1 ); in WriteHyperlinkWithinFly()
211 SwWW8Writer::WriteString16( tmpStrm, rTarFrm, false); in WriteHyperlinkWithinFly()
232 SwWW8Writer::WriteLong( tmpStrm, aFileName.Len()+1); in WriteHyperlinkWithinFly()
233 SwWW8Writer::WriteString8( tmpStrm, aFileName, true, RTL_TEXTENCODING_MS_1252 ); in WriteHyperlinkWithinFly()
237 SwWW8Writer::WriteLong( tmpStrm, 2*aFileName.Len()+6); in WriteHyperlinkWithinFly()
238 SwWW8Writer::WriteLong( tmpStrm, 2*aFileName.Len()); in WriteHyperlinkWithinFly()
240 SwWW8Writer::WriteString16(tmpStrm, aFileName, false); in WriteHyperlinkWithinFly()
245 SwWW8Writer::WriteLong( tmpStrm, 2*(rUrl.Len()+1)); in WriteHyperlinkWithinFly()
247 SwWW8Writer::WriteString16(tmpStrm, rUrl, true); in WriteHyperlinkWithinFly()
265 SwWW8Writer::WriteLong( tmpStrm, tmpTextMark.Len()+1); in WriteHyperlinkWithinFly()
[all …]
H A Dwrtw8nds.cxx968 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 0x00000002); in StartURL()
974 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, nFlag ); in StartURL()
1010 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, sURL.Len()+1 ); in StartURL()
1011 SwWW8Writer::WriteString8( *m_rWW8Export.pDataStrm, sURL, true, in StartURL()
1015 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 2*sURL.Len() + 6 ); in StartURL()
1016 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 2*sURL.Len() ); in StartURL()
1017 SwWW8Writer::WriteShort( *m_rWW8Export.pDataStrm, 3 ); in StartURL()
1018 SwWW8Writer::WriteString16( *m_rWW8Export.pDataStrm, sURL, false ); in StartURL()
1033 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 2 * ( sURL.Len() + 1 ) ); in StartURL()
1034 SwWW8Writer::WriteString16( *m_rWW8Export.pDataStrm, sURL, true ); in StartURL()
[all …]
H A DWW8FFData.cxx82 SwWW8Writer::WriteString16(*pDataStrm, rStr, bAddZero); in WriteOUString()
167 SwWW8Writer::WriteLong( *pDataStrm, nDataStt, in Write()
H A Dwrtww8gr.cxx716 SwWW8Writer::WriteString8(rStrm, aFileN, false, in WriteGrfFromGrfNode()
1048 SwWW8Writer::FillCount( rStrm, 4 - ( nPos & 0x3 ) ); in Write()
H A DWW8TableInfo.hxx39 class SwWW8Writer;