Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx120 struct TemplateContent : public ::vos::OReference struct
125 INetURLObject m_aURL;
126 String m_sLocalName; // redundant - last segment of m_aURL
127 util::DateTime m_aLastModified; // date of last modification as reported by UCP
128 TemplateFolderContent m_aSubContents; // sorted (by name) list of the children
131 inline void implResetDate( ) in implResetDate()
146 …nline String getName( ) const { return m_sLocalName; } in getName()
147 … ) const { return m_aURL.GetMainURL( INetURLObject::DECODE_TO_IURI ); } in getURL()
148 … void setModDate( const util::DateTime& _rDate ) { m_aLastModified = _rDate; } in setModDate()
149 …ne const util::DateTime& getModDate( ) const { return m_aLastModified; } in getModDate()
[all …]