Home
last modified time | relevance | path

Searched defs:HashedStyle (Results 1 – 1 of 1) sorted by path

/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx60 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() function
73 HashedStyle( const HashedStyle& rRight ) : in HashedStyle() argument
[all …]

Completed in 13 milliseconds