Home
last modified time | relevance | path

Searched refs:OutputWithDepth (Results 1 – 19 of 19) sorted by relevance

/aoo41x/main/writerfilter/inc/resourcemodel/
H A DOutputWithDepth.hxx36 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 DWW8ResourceModel.hxx399 …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 DSubSequence.hxx44 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()
/aoo41x/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx35 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()
/aoo41x/main/writerfilter/inc/doctok/
H A DWW8Document.hxx100 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;
/aoo41x/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.hxx65 virtual void dump(OutputWithDepth<string> & o) const;
88 virtual void dump(OutputWithDepth<string> & o) const;
H A DPLCF.hxx124 virtual void dump(OutputWithDepth<string> & out) const;
171 void PLCF<T>::dump(OutputWithDepth<string> & output_) const in dump()
H A DWW8FKPImpl.hxx87 virtual void dump(OutputWithDepth<string> & o) const;
106 virtual void dump(OutputWithDepth<string> & o) const;
H A DWW8FKPImpl.cxx94 void WW8CHPFKPImpl::dump(OutputWithDepth<string> & o) const in dump()
158 void WW8PAPFKPImpl::dump(OutputWithDepth<string> & o) const in dump()
H A DWW8PropertySetImpl.cxx184 void WW8PropertyImpl::dump(OutputWithDepth<string> & o) const in dump()
283 void WW8PropertySetImpl::dump(OutputWithDepth<string> & o) const in dump()
H A DWW8OutputWithDepth.cxx34 : OutputWithDepth<string>("<tablegroup>", "</tablegroup>") in WW8OutputWithDepth()
H A DWW8OutputWithDepth.hxx36 class WW8OutputWithDepth : public OutputWithDepth<string>
H A DWW8Clx.hxx58 virtual void dump(OutputWithDepth<string> & o) const;
H A DWW8StreamImpl.hxx59 virtual void dump(OutputWithDepth<string> & o) const;
H A DWW8Clx.cxx75 void WW8Clx::dump(OutputWithDepth<string> & o) const in dump()
H A DWW8BinTableImpl.hxx62 virtual void dump(OutputWithDepth<string> & out) const;
H A DWW8BinTableImpl.cxx31 void PageNumber::dump(OutputWithDepth<string> & /*output*/) const in dump()
H A DWW8StructBase.hxx268 virtual void dump(OutputWithDepth<string> & o) const { mSequence.dump(o); } in dump()
H A DWW8StreamImpl.cxx183 void WW8StreamImpl::dump(OutputWithDepth<string> & o) const in dump()

Completed in 136 milliseconds