Home
last modified time | relevance | path

Searched defs:SvXMLEmbeddedElement (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/xmloff/source/style/
H A Dxmlnumfi.cxx73 struct SvXMLEmbeddedElement struct
78 SvXMLEmbeddedElement( sal_Int32 nFP, const rtl::OUString& rT ) : in SvXMLEmbeddedElement() argument
82 sal_Bool operator ==( const SvXMLEmbeddedElement& r ) const { return nFormatPos == r.nFormatPos; } in operator ==() argument
83 sal_Bool operator < ( const SvXMLEmbeddedElement& r ) const { return nFormatPos < r.nFormatPos; } in operator <() argument

Completed in 28 milliseconds