Home
last modified time | relevance | path

Searched refs:maRootURL (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx186 OUString maRootURL; member in SfxDocTplService_Impl
423 maRootURL = OUString( RTL_CONSTASCII_USTRINGPARAM( TEMPLATE_ROOT_URL ) ); in DECLARE_LIST()
424 maRootURL += String( '/' ); in DECLARE_LIST()
425 maRootURL += aLang; in DECLARE_LIST()
429 if ( Content::create( maRootURL, maCmdEnv, maRootContent ) ) in DECLARE_LIST()
445 if ( createFolder( maRootURL, sal_True, sal_False, maRootContent ) in DECLARE_LIST()
1478 INetURLObject aNewGroupObj( maRootURL ); in addGroup()
1564 INetURLObject aGroupObj( maRootURL ); in removeGroup()
1667 INetURLObject aGroupObj( maRootURL ); in renameGroup()
1773 INetURLObject aGroupObj( maRootURL ); in storeTemplate()
[all …]
H A Ddoctempl.cxx228 OUString maRootURL; member in SfxDocTemplate_Impl
272 OUString GetRootURL() const { return maRootURL; } in GetRootURL()
2461 maRootURL = aRootContent->getIdentifier()->getContentIdentifier(); in Construct()