Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx348 SwWW8Writer::InsUInt16( *pO, nLen ); in StartStyle()
356 SwWW8Writer::InsUInt16( *pO, rName.Len() ); // Laenge in StartStyle()
357 SwWW8Writer::InsAsString16( *pO, rName ); in StartStyle()
362 SwWW8Writer::InsAsString8( *pO, rName, RTL_TEXTENCODING_MS_1252 ); in StartStyle()
429 SwWW8Writer::InsUInt16( *pO, nLen ); // Style-Len in StartStyleProperties()
434 SwWW8Writer::InsUInt16( *pO, nStyle ); // Style-Nummer in StartStyleProperties()
576 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, m_nStyAnzPos, nNumberOfStyles ); in EndStyles()
680 SwWW8Writer::FillCount(*pTableStrm, 0x22); in Write()
681 SwWW8Writer::WriteString16(*pTableStrm, msFamilyNm, true); in Write()
683 SwWW8Writer::WriteString16(*pTableStrm, msAltNm, true); in Write()
[all …]
H A Dwrtww8.cxx277 SwWW8Writer::WriteLong( aTempStrm1, aItr->first); in Write()
287 SwWW8Writer::WriteLong( aTempStrm2, aItr->first); in Write()
296 SwWW8Writer::WriteLong(rStrm, rWrt.pFib->ccpText + rWrt.pFib->ccpTxbx); in Write()
301 SwWW8Writer::WriteLong(rStrm, aItr->second->first); in Write()
307 SwWW8Writer::WriteLong(rStrm, rWrt.pFib->ccpText + rWrt.pFib->ccpTxbx); in Write()
761 SwWW8Writer::WriteLong( rStrm, aPos[i] ); in Write()
857 void SwWW8Writer::FillCount( SvStream& rStrm, sal_uLong nCount ) in FillCount()
872 sal_uLong SwWW8Writer::FillUntil( SvStream& rStrm, sal_uLong nEndPos ) in FillUntil()
879 SwWW8Writer::FillCount( rStrm, nEndPos - nCurPos ); in FillUntil()
924 SwWW8Writer::WriteShort( *rWrt.pDataStrm, nVarLen ); in AppendFkpEntry()
[all …]
H A Dwrtw8num.cxx160 SwWW8Writer::WriteShort( *pTableStrm, pUsedNumTbl->Count() ); in WriteNumbering()
177 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, nId ); in NumberingDefinition()
178 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, nId ); in NumberingDefinition()
182 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, 0xFFF ); in NumberingDefinition()
269 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, nStart ); in NumberingLevel()
298 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, 0 ); in NumberingLevel()
299 SwWW8Writer::WriteLong( *m_rWW8Export.pTableStrm, 0 ); in NumberingLevel()
349 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, 0 ); in NumberingLevel()
366 SwWW8Writer::WriteShort( *m_rWW8Export.pTableStrm, rNumberingString.Len() ); in NumberingLevel()
367 SwWW8Writer::WriteString16( *m_rWW8Export.pTableStrm, rNumberingString, false ); in NumberingLevel()
[all …]
H A Dwrtww8.hxx102 class SwWW8Writer;
849 class SwWW8Writer: public StgWriter class
861 SwWW8Writer( const String& rFltName, const String& rBaseURL );
862 virtual ~SwWW8Writer();
912 SwWW8Writer(const SwWW8Writer&);
914 SwWW8Writer& operator=(const SwWW8Writer&);
939 SwWW8Writer *m_pWriter; ///< Pointer to the writer
1113 void InsUInt16( sal_uInt16 n ) { SwWW8Writer::InsUInt16( *pO, n ); } in InsUInt16()
1114 void InsUInt32( sal_uInt32 n ) { SwWW8Writer::InsUInt32( *pO, n ); } in InsUInt32()
1116 { SwWW8Writer::InsAsString16( *pO, rStr ); } in InsAsString16()
[all …]
H A Dww8atr.cxx690 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_POutLvl ); in OutlineNumbering()
692 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_PIlvl ); in OutlineNumbering()
694 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_PIlfo ); in OutlineNumbering()
695 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, in OutlineNumbering()
742 SwWW8Writer::InsUInt16(*pO, NS_sprm::LN_POutLvl); in DisallowInheritingOutlineNumbering()
744 SwWW8Writer::InsUInt16(*pO, NS_sprm::LN_PIlfo); in DisallowInheritingOutlineNumbering()
745 SwWW8Writer::InsUInt16(*pO, 0); in DisallowInheritingOutlineNumbering()
1728 SwWW8Writer::InsUInt16( aItems, NS_sprm::LN_CPicLocation ); in InsertSpecialChar()
1729 SwWW8Writer::InsUInt32( aItems, 0x00000000 ); in InsertSpecialChar()
1757 SwWW8Writer::WriteLong( rStrm, nStrLen ); in InsertSpecialChar()
[all …]
H A Dwrtw8esh.cxx222 SwWW8Writer::WriteLong( tmpStrm, rTarFrm.Len()+1 ); in WriteHyperlinkWithinFly()
223 SwWW8Writer::WriteString16( tmpStrm, rTarFrm, false); in WriteHyperlinkWithinFly()
244 SwWW8Writer::WriteLong( tmpStrm, aFileName.Len()+1); in WriteHyperlinkWithinFly()
245 SwWW8Writer::WriteString8( tmpStrm, aFileName, true, RTL_TEXTENCODING_MS_1252 ); in WriteHyperlinkWithinFly()
249 SwWW8Writer::WriteLong( tmpStrm, 2*aFileName.Len()+6); in WriteHyperlinkWithinFly()
250 SwWW8Writer::WriteLong( tmpStrm, 2*aFileName.Len()); in WriteHyperlinkWithinFly()
252 SwWW8Writer::WriteString16(tmpStrm, aFileName, false); in WriteHyperlinkWithinFly()
257 SwWW8Writer::WriteLong( tmpStrm, 2*(rUrl.Len()+1)); in WriteHyperlinkWithinFly()
259 SwWW8Writer::WriteString16(tmpStrm, rUrl, true); in WriteHyperlinkWithinFly()
277 SwWW8Writer::WriteLong( tmpStrm, tmpTextMark.Len()+1); in WriteHyperlinkWithinFly()
[all …]
H A Dwrtw8nds.cxx969 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 0x00000002); in StartURL()
975 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, nFlag ); in StartURL()
1011 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, sURL.Len()+1 ); in StartURL()
1012 SwWW8Writer::WriteString8( *m_rWW8Export.pDataStrm, sURL, true, in StartURL()
1016 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 2*sURL.Len() + 6 ); in StartURL()
1017 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 2*sURL.Len() ); in StartURL()
1018 SwWW8Writer::WriteShort( *m_rWW8Export.pDataStrm, 3 ); in StartURL()
1019 SwWW8Writer::WriteString16( *m_rWW8Export.pDataStrm, sURL, false ); in StartURL()
1034 SwWW8Writer::WriteLong( *m_rWW8Export.pDataStrm, 2 * ( sURL.Len() + 1 ) ); in StartURL()
1035 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.cxx717 SwWW8Writer::WriteString8(rStrm, aFileN, false, in WriteGrfFromGrfNode()
1049 SwWW8Writer::FillCount( rStrm, 4 - ( nPos & 0x3 ) ); in Write()
H A DWW8TableInfo.hxx39 class SwWW8Writer;