Home
last modified time | relevance | path

Searched refs:WW8_WrPct (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx117 class WW8_WrPct; // Verwaltung
274 class WW8_WrPct class
280 WW8_WrPct(WW8_FC nStartFc, bool bSaveUniCode);
281 ~WW8_WrPct();
471 WW8_WrPct* pPiece; // Pointer auf Piece-Table
H A Dwrtww8.cxx1255 WW8_WrPct::WW8_WrPct(WW8_FC nfcMin, bool bSaveUniCode) in WW8_WrPct() function in WW8_WrPct
1261 WW8_WrPct::~WW8_WrPct() in ~WW8_WrPct()
1267 void WW8_WrPct::AppendPc(WW8_FC nStartFc, bool bIsUnicode) in AppendPc()
1301 void WW8_WrPct::WritePc( WW8Export& rWrt ) in WritePc()
1344 void WW8_WrPct::SetParaBreak() in SetParaBreak()
1350 WW8_CP WW8_WrPct::Fc2Cp( sal_uLong nFc ) const in Fc2Cp()
3303 pPiece = new WW8_WrPct( pFib->fcMin, bWrtWW8 ); in ExportDocument_Impl()