Searched defs:HashedStyle (Results 1 – 1 of 1) sorted by relevance
60 struct HashedStyle struct in pdfi::StyleContainer62 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() argument73 HashedStyle( const HashedStyle& rRight ) : in HashedStyle() function[all …]
Completed in 6 milliseconds