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.cxx87 mpURL() in ResourceId()
98 mpURL() in ResourceId()
110 mpURL() in ResourceId()
126 mpURL() in ResourceId()
141 mpURL() in ResourceId()
158 mpURL() in ResourceId()
172 mpURL.reset(); in ~ResourceId()
195 if (mpURL.get() != NULL) in getFullResourceURL()
196 return *mpURL; in getFullResourceURL()
201 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.hxx186 ::boost::scoped_ptr<css::util::URL> mpURL;
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx196 INetURLObject* mpURL; member in GalleryTransferable