Searched defs:TemplateContent (Results 1 – 1 of 1) sorted by relevance
120 struct TemplateContent : public ::vos::OReference struct125 INetURLObject m_aURL;126 String m_sLocalName; // redundant - last segment of m_aURL127 util::DateTime m_aLastModified; // date of last modification as reported by UCP128 TemplateFolderContent m_aSubContents; // sorted (by name) list of the children131 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 …]