Lines Matching refs:TemplateContent

113 	struct TemplateContent;
114 typedef ::std::vector< ::vos::ORef< TemplateContent > > TemplateFolderContent;
120 struct TemplateContent : public ::vos::OReference struct
138 ~TemplateContent();
141 TemplateContent();
142 TemplateContent( const INetURLObject& _rURL );
143 TemplateContent( const INetURLObject& _rURL, const util::DateTime& _rLastModified );
159 inline void push_back( const ::vos::ORef< TemplateContent >& _rxNewElement ) in push_back() argument
164 DBG_NAME( TemplateContent ) in DBG_NAME() argument
167 TemplateContent::TemplateContent() in DBG_NAME()
169 DBG_CTOR( TemplateContent, NULL ); in DBG_NAME()
174 TemplateContent::TemplateContent( const INetURLObject& _rURL ) in TemplateContent() function in svt::TemplateContent
177 DBG_CTOR( TemplateContent, NULL ); in TemplateContent()
184TemplateContent::TemplateContent( const INetURLObject& _rURL, const util::DateTime& _rLastModified… in TemplateContent() function in svt::TemplateContent
188 DBG_CTOR( TemplateContent, NULL ); in TemplateContent()
194 TemplateContent::~TemplateContent() in ~TemplateContent()
196 DBG_DTOR( TemplateContent, NULL ); in ~TemplateContent()
205 :public ::std::binary_function < ::vos::ORef< TemplateContent >
206 , ::vos::ORef< TemplateContent >
210 …bool operator() ( const ::vos::ORef< TemplateContent >& _rxLHS, const ::vos::ORef< TemplateContent in operator ()()
220 struct SubContentSort : public ::std::unary_function< ::vos::ORef< TemplateContent >, void >
239 void operator() ( const ::vos::ORef< TemplateContent >& _rxContent ) const in operator ()()
251 :public ::std::binary_function < ::vos::ORef< TemplateContent >
252 , ::vos::ORef< TemplateContent >
257 …bool operator() (const ::vos::ORef< TemplateContent >& _rLHS, const ::vos::ORef< TemplateContent >… in operator ()()
318 :public ::std::unary_function< ::vos::ORef< TemplateContent >, void >
323 void operator() ( const ::vos::ORef< TemplateContent >& _rxContent ) const in operator ()()
334 :public ::std::unary_function< ::vos::ORef< TemplateContent >, void >
345 void operator() ( const ::vos::ORef< TemplateContent >& _rxContent ) const in operator ()()
359 :public ::std::unary_function< ::vos::ORef< TemplateContent >, void >
372 void operator() ( const TemplateContent& _rContent ) const in operator ()()
395 void operator() ( const ::vos::ORef< TemplateContent >& _rxContent ) const in operator ()()
407 :public ::std::unary_function< ::vos::ORef< TemplateContent >, void >
419 void operator() ( TemplateContent& _rContent ) const in operator ()()
440 rChildren.push_back( new TemplateContent( aChildURL ) ); in operator ()()
452 void operator() ( const ::vos::ORef< TemplateContent >& _rxContent ) const in operator ()()
499 sal_Bool implReadFolder( const ::vos::ORef< TemplateContent >& _rxRoot );
626 sal_Bool TemplateFolderCacheImpl::implReadFolder( const ::vos::ORef< TemplateContent >& _rxRoot ) in implReadFolder()
668 ::vos::ORef< TemplateContent > xChild = new TemplateContent( aSubContentURL ); in implReadFolder()
716 m_aCurrentState.push_back( new TemplateContent( INetURLObject( sTemplatePath ) ) ); in readCurrentState()
761 new TemplateContent( INetURLObject(sURL) ) ); in readPreviousState()