Home
last modified time | relevance | path

Searched refs:pURI (Results 1 – 11 of 11) sorted by relevance

/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx43 FrameGrabber::FrameGrabber( GString* pURI ) : in FrameGrabber() argument
44 FrameGrabber_BASE(pURI), in FrameGrabber()
74 FrameGrabber* FrameGrabber::create( const GString* pURI ) in create() argument
78 if( pURI && pURI->len ) in create()
93 pFrameGrabber = new FrameGrabber( g_string_new( pURI->str ) ); in create()
H A Dgstplayer.cxx154 Player::Player( GString* pURI ) : in Player() argument
162 mpURI( pURI ), in Player()
183 if( pURI ) in Player()
186 OSL_TRACE( ">>> Creating Player object with URL: %s", pURI->str ); in Player()
231 GString* pURI = g_string_new( ::rtl::OUStringToOString( in create() local
235 if( pURI->len ) in create()
237 pPlayer = new Player( pURI ); in create()
261 g_string_free( pURI, false ); in create()
H A Dgstframegrabber.hxx64 protected: FrameGrabber( GString* pURI = NULL );
H A Dgstplayer.hxx155 Player( GString* pURI = NULL );
/trunk/main/unoxml/source/dom/
H A Delementlist.cxx46 OUString const& rName, OUString const*const pURI) in CElementList() argument
50 , m_pURI((pURI) ? lcl_initXmlString(*pURI) : 0) in CElementList()
H A Delement.cxx459 xmlChar const*const pURI = in removeAttributeNS() local
462 xmlSearchNsByHref(m_aNodePtr->doc, m_aNodePtr, pURI); in removeAttributeNS()
463 xmlAttrPtr const pAttr = xmlHasNsProp(m_aNodePtr, pName, pURI); in removeAttributeNS()
H A Delementlist.hxx75 OUString const& rName, OUString const*const pURI = 0);
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx109 librdf_uri *pURI(librdf_node_get_uri(i_pNode)); in isInternalContext() local
110 OSL_ENSURE(pURI, "isInternalContext: URI null"); in isInternalContext()
111 if (pURI) { in isInternalContext()
112 unsigned char *pContextURI(librdf_uri_as_string(pURI)); in isInternalContext()
1964 librdf_uri *pURI( librdf_new_uri(i_pWorld, in mkURI() local
1966 if (!pURI) { in mkURI()
1970 return pURI; in mkURI()
2121 librdf_uri* pURI( librdf_node_get_uri(i_pNode) ); in convertToXURI() local
2122 if (!pURI) { in convertToXURI()
2127 return convertToXURI(pURI); in convertToXURI()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1699 GnomeVFSURI *pURI = NULL; in vfs_authentication_old_callback() local
1704 pURI = gnome_vfs_uri_new( in->uri ); in vfs_authentication_old_callback()
1705 mapped_in.protocol = (char *) gnome_vfs_uri_get_scheme (pURI); in vfs_authentication_old_callback()
1706 mapped_in.server = (char *) gnome_vfs_uri_get_host_name (pURI); in vfs_authentication_old_callback()
1707 mapped_in.port = gnome_vfs_uri_get_host_port (pURI); in vfs_authentication_old_callback()
1708 mapped_in.username = (char *) gnome_vfs_uri_get_user_name (pURI); in vfs_authentication_old_callback()
1720 if (pURI) in vfs_authentication_old_callback()
1721 gnome_vfs_uri_unref (pURI); in vfs_authentication_old_callback()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx489 const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->getCString(); in processLink() local
491 boost::shared_array<char> pEsc( lcl_escapeLineFeeds(pURI) ); in processLink()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx870 gchar *pURI = reinterpret_cast<gchar*>(pElem->data); in getSelectedFiles() local
871 aSelectedFiles[ nIndex ] = uritounicode(pURI); in getSelectedFiles()
984 g_free( pURI ); in getSelectedFiles()

Completed in 87 milliseconds