Lines Matching defs:HashedStyle
60 struct HashedStyle struct in pdfi::StyleContainer
62 rtl::OString Name;
63 PropertyMap Properties;
64 rtl::OUString Contents;
65 Element* ContainedElement;
66 std::vector<sal_Int32> SubStyles;
68 bool IsSubStyle;
69 sal_Int32 RefCount;
71 HashedStyle() : ContainedElement( NULL ), IsSubStyle( true ), RefCount( 0 ) {} in HashedStyle() argument
73 HashedStyle( const HashedStyle& rRight ) : in HashedStyle() argument
83 size_t hashCode() const in hashCode()
99 bool operator==(const HashedStyle& rRight) const in operator ==()