Searched refs:WriteOUString (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8FFData.cxx | 77 void WW8FFData::WriteOUString(SvStream * pDataStrm, const ::rtl::OUString & rStr, in WriteOUString() function in sw::WW8FFData 135 WriteOUString(pDataStrm, msName, true); in Write() 138 WriteOUString(pDataStrm, msDefault, true); in Write() 142 WriteOUString(pDataStrm, msFormat, true); in Write() 143 WriteOUString(pDataStrm, msHelp, true); in Write() 144 WriteOUString(pDataStrm, msStatus, true); in Write() 145 WriteOUString(pDataStrm, msMacroEnter, true); in Write() 146 WriteOUString(pDataStrm, msMacroExit, true); in Write() 161 WriteOUString(pDataStrm, rEntry, false); in Write()
|
H A D | WW8FFData.hxx | 67 void WriteOUString(SvStream * pStream, const ::rtl::OUString & rStr, bool bAddZero);
|
Completed in 104 milliseconds