Lines Matching defs:TemplateContent

120 	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 inline String getName( ) const { return m_sLocalName; } in getName()
147 …inline String getURL( ) const { return m_aURL.GetMainURL( INetURLObject::DECODE_TO_IURI… in getURL()
148 inline void setModDate( const util::DateTime& _rDate ) { m_aLastModified = _rDate; } in setModDate()
149 inline const util::DateTime& getModDate( ) const { return m_aLastModified; } in getModDate()
151 inline TemplateFolderContent& getSubContents() { return m_aSubContents; } in getSubContents()
152 inline const TemplateFolderContent& getSubContents() const { return m_aSubContents; } in getSubContents()
154 … inline ConstFolderIterator begin() const { return m_aSubContents.begin(); } in begin()
155 … inline ConstFolderIterator end() const { return m_aSubContents.end(); } in end()
157 size() const { return m_aSubContents.size(); } in size()
159 inline void push_back( const ::vos::ORef< TemplateContent >& _rxNewElement ) in push_back()
164 DBG_NAME( TemplateContent ) in DBG_NAME() argument
174 TemplateContent::TemplateContent( const INetURLObject& _rURL ) in TemplateContent() function in svt::TemplateContent
184TemplateContent::TemplateContent( const INetURLObject& _rURL, const util::DateTime& _rLastModified… in TemplateContent() function in svt::TemplateContent