Lines Matching refs:xInstance
200 Reference<XDocument> xInstance; in lcl_OutInstance() local
201 getInstanceData( aValues, &sId, &xInstance, NULL, NULL ); in lcl_OutInstance()
204 if( xInstance == xDoc ) in lcl_OutInstance()
426 XDocument_t xInstance = getDocumentBuilder()->newDocument(); in newInstance() local
427 DBG_ASSERT( xInstance.is(), "failed to create DOM instance" ); in newInstance()
429 Reference<XNode>( xInstance, UNO_QUERY_THROW )->appendChild( in newInstance()
430 Reference<XNode>( xInstance->createElement( OUSTRING("instanceData") ), in newInstance()
435 setInstanceData( aSequence, &sName, &xInstance, &sURL, &bOnce ); in newInstance()
439 return xInstance; in newInstance()
1020 Reference<XDocument> xInstance; in setInstanceData() local
1023 getInstanceData( aSequence, &sID, &xInstance, &sURL, &bURLOnce ); in setInstanceData()
1025 const Reference<XDocument>* pInstance = xInstance.is() ? &xInstance : NULL; in setInstanceData()