Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/rc/
H A Dresmgr.cxx86 struct ImpContent;
93 ImpContent * pContent;
487 struct ImpContent struct
493 struct ImpContentLessCompare : public ::std::binary_function< ImpContent, ImpContent, bool> argument
495 inline bool operator() (const ImpContent& lhs, const ImpContent& rhs) const in operator ()()
501 struct ImpContentMixLessCompare : public ::std::binary_function< ImpContent, sal_uInt64, bool>
503 inline bool operator() (const ImpContent& lhs, const sal_uInt64& rhs) const in operator ()()
507 inline bool operator() (const sal_uInt64& lhs, const ImpContent& rhs) const in operator ()()
523 ImpContent * pFind = ::std::lower_bound(pContent, in GetBitmapStream()
620 pContent = (ImpContent *)rtl_allocateMemory( sizeof(ImpContent)*lContLen/12 ); in Create()
[all …]