Lines Matching refs:vos

114 	typedef	::std::vector< ::vos::ORef< TemplateContent > >	TemplateFolderContent;
120 struct TemplateContent : public ::vos::OReference
159 inline void push_back( const ::vos::ORef< TemplateContent >& _rxNewElement ) in push_back()
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 >
395 void operator() ( const ::vos::ORef< TemplateContent >& _rxContent ) const in operator ()()
407 :public ::std::unary_function< ::vos::ORef< TemplateContent >, void >
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()