Searched refs:cUnknown (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sw/source/filter/ww1/ |
| H A D | w1filter.cxx | 113 sal_Unicode cUnknown = ' '; in operator <<() local 124 This.Out(rOut, cUnknown); in operator <<() 129 cUnknown = This.pDoc->Out(rOut, *This.pSeek); in operator <<() 132 This.OutStop(rOut, cUnknown); // Damit die Attribute am Ende geschlossen in operator <<() 137 void Ww1Manager::OutStop(Ww1Shell& rOut, sal_Unicode cUnknown) in OutStop() argument 141 pFld->Stop(rOut, *this, cUnknown); in OutStop() 143 aFtn.Stop(rOut, *this, cUnknown); in OutStop() 145 aChp.Stop(rOut, *this, cUnknown); in OutStop() 147 aPap.Stop(rOut, *this, cUnknown); in OutStop() 149 aSep.Stop(rOut, *this, cUnknown); in OutStop() [all …]
|