Searched refs:pURI (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/avmedia/source/gstreamer/ |
H A D | gstframegrabber.cxx | 43 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 D | gstplayer.cxx | 154 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 D | gstframegrabber.hxx | 64 protected: FrameGrabber( GString* pURI = NULL );
|
H A D | gstplayer.hxx | 155 Player( GString* pURI = NULL );
|
/aoo42x/main/unoxml/source/dom/ |
H A D | elementlist.cxx | 46 OUString const& rName, OUString const*const pURI) in CElementList() argument 50 , m_pURI((pURI) ? lcl_initXmlString(*pURI) : 0) in CElementList()
|
H A D | element.cxx | 459 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 D | elementlist.hxx | 75 OUString const& rName, OUString const*const pURI = 0);
|
/aoo42x/main/unoxml/source/rdf/ |
H A D | librdf_repository.cxx | 109 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()
|
/aoo42x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 1699 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()
|
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 489 const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->getCString(); in processLink() local 491 boost::shared_array<char> pEsc( lcl_escapeLineFeeds(pURI) ); in processLink()
|
/aoo42x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 870 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 83 milliseconds