Home
last modified time | relevance | path

Searched refs:mpURL (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/framework/configuration/
H A DResourceId.cxx86 mpURL() in ResourceId()
97 mpURL() in ResourceId()
109 mpURL() in ResourceId()
125 mpURL() in ResourceId()
140 mpURL() in ResourceId()
157 mpURL() in ResourceId()
171 mpURL.reset(); in ~ResourceId()
192 if (mpURL.get() != NULL) in getFullResourceURL()
193 return *mpURL; in getFullResourceURL()
198 mpURL.reset(new util::URL); in getFullResourceURL()
[all …]
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx467 mpURL( NULL ) in DBG_NAME()
519 if( !mpURL ) in InitData()
521 mpURL = new INetURLObject; in InitData()
523 if( !mpTheme->GetURL( mnObjectPos, *mpURL ) ) in InitData()
524 delete mpURL, mpURL = NULL; in InitData()
556 if( mpURL ) in AddSupportedFormats()
595 else if( ( FORMAT_FILE == nFormat ) && mpURL ) in GetData()
597 bRet = SetString( mpURL->GetMainURL( INetURLObject::NO_DECODE ), rFlavor ); in GetData()
652 delete mpURL, mpURL = NULL; in ObjectReleased()
/trunk/main/sd/source/ui/inc/framework/
H A DResourceId.hxx175 ::boost::scoped_ptr<css::util::URL> mpURL;
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx196 INetURLObject* mpURL; member in GalleryTransferable