Searched refs:OutputWithDepth (Results 1 – 19 of 19) sorted by relevance
/aoo4110/main/writerfilter/inc/resourcemodel/ |
H A D | OutputWithDepth.hxx | 36 class OutputWithDepth class 53 OutputWithDepth(const T & aOpenTag, const T & aCloseTag); 54 virtual ~OutputWithDepth(); 63 OutputWithDepth<T>::OutputWithDepth(const T & aOpenTag, const T & aEndTag) in OutputWithDepth() function in writerfilter::OutputWithDepth 69 OutputWithDepth<T>::~OutputWithDepth() in ~OutputWithDepth() 74 void OutputWithDepth<T>::finalize() in finalize() 80 void OutputWithDepth<T>::openGroup() in openGroup() 87 void OutputWithDepth<T>::closeGroup() in closeGroup() 102 void OutputWithDepth<T>::addItem(const T & aItem) in addItem() 108 void OutputWithDepth<T>::setDepth(unsigned int nDepth) in setDepth() [all …]
|
H A D | WW8ResourceModel.hxx | 399 …void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Ref… 400 void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, sal_uInt32 n); 401 void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & /*o*/, const char * /*name*/, 403 …void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Ref…
|
H A D | SubSequence.hxx | 44 void dumpLine(OutputWithDepth<string> & o, SubSequence<T> & rSeq, 192 void dump(OutputWithDepth<string> & o) in dump() 291 void dumpLine(OutputWithDepth<string> & o, SubSequence<T> & rSeq, in dumpLine()
|
/aoo4110/main/writerfilter/source/resourcemodel/ |
H A D | resourcemodel.cxx | 35 class ResourceModelOutputWithDepth : public OutputWithDepth<string> 39 : OutputWithDepth<string>("<tablegroup>", "</tablegroup>") {} in ResourceModelOutputWithDepth() 53 void dump(OutputWithDepth<string> & /*o*/, const char * /*name*/, in dump() 58 void dump(OutputWithDepth<string> & o, const char * name, sal_uInt32 n) in dump() 69 void dump(OutputWithDepth<string> & /*o*/, const char * /*name*/, in dump() 74 void dump(OutputWithDepth<string> & /*o*/, const char * /*name*/, in dump()
|
/aoo4110/main/writerfilter/inc/doctok/ |
H A D | WW8Document.hxx | 100 virtual void dump(OutputWithDepth<string> & o) const = 0; 129 virtual void dump(OutputWithDepth<string> & o) const = 0; 215 virtual void dump(OutputWithDepth<string> & o) const = 0;
|
/aoo4110/main/writerfilter/source/doctok/ |
H A D | WW8PropertySetImpl.hxx | 65 virtual void dump(OutputWithDepth<string> & o) const; 88 virtual void dump(OutputWithDepth<string> & o) const;
|
H A D | PLCF.hxx | 124 virtual void dump(OutputWithDepth<string> & out) const; 171 void PLCF<T>::dump(OutputWithDepth<string> & output_) const in dump()
|
H A D | WW8FKPImpl.hxx | 87 virtual void dump(OutputWithDepth<string> & o) const; 106 virtual void dump(OutputWithDepth<string> & o) const;
|
H A D | WW8FKPImpl.cxx | 94 void WW8CHPFKPImpl::dump(OutputWithDepth<string> & o) const in dump() 158 void WW8PAPFKPImpl::dump(OutputWithDepth<string> & o) const in dump()
|
H A D | WW8PropertySetImpl.cxx | 184 void WW8PropertyImpl::dump(OutputWithDepth<string> & o) const in dump() 283 void WW8PropertySetImpl::dump(OutputWithDepth<string> & o) const in dump()
|
H A D | WW8OutputWithDepth.cxx | 34 : OutputWithDepth<string>("<tablegroup>", "</tablegroup>") in WW8OutputWithDepth()
|
H A D | WW8OutputWithDepth.hxx | 36 class WW8OutputWithDepth : public OutputWithDepth<string>
|
H A D | WW8Clx.hxx | 58 virtual void dump(OutputWithDepth<string> & o) const;
|
H A D | WW8StreamImpl.hxx | 59 virtual void dump(OutputWithDepth<string> & o) const;
|
H A D | WW8Clx.cxx | 75 void WW8Clx::dump(OutputWithDepth<string> & o) const in dump()
|
H A D | WW8BinTableImpl.hxx | 62 virtual void dump(OutputWithDepth<string> & out) const;
|
H A D | WW8BinTableImpl.cxx | 31 void PageNumber::dump(OutputWithDepth<string> & /*output*/) const in dump()
|
H A D | WW8StructBase.hxx | 268 virtual void dump(OutputWithDepth<string> & o) const { mSequence.dump(o); } in dump()
|
H A D | WW8StreamImpl.cxx | 183 void WW8StreamImpl::dump(OutputWithDepth<string> & o) const in dump()
|
Completed in 121 milliseconds