Searched refs:rSelf (Results 1 – 4 of 4) sorted by relevance
376 writeCoreProperties( XmlFilterBase& rSelf, Reference< XDocumentProperties > xProperties ) in writeCoreProperties() argument378 rSelf.addRelation( in writeCoreProperties()381 FSHelperPtr pCoreProps = rSelf.openFragmentStreamWithSerializer( in writeCoreProperties()419 writeAppProperties( XmlFilterBase& rSelf, Reference< XDocumentProperties > xProperties ) in writeAppProperties() argument421 rSelf.addRelation( in writeAppProperties()424 FSHelperPtr pAppProps = rSelf.openFragmentStreamWithSerializer( in writeAppProperties()
678 void BaseNode::setSelf( const BaseNodeSharedPtr& rSelf ) in setSelf() argument680 ENSURE_OR_THROW( rSelf.get() == this, in setSelf()685 mpSelf = rSelf; in setSelf()
104 void setSelf( const ::boost::shared_ptr< BaseNode >& rSelf );
145 definition( const PDFGrammar<iteratorT>& rSelf ) in definition()147 PDFGrammar<iteratorT>* pSelf = const_cast< PDFGrammar<iteratorT>* >( &rSelf ); in definition()
Completed in 25 milliseconds