Searched refs:xTemplates (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 969 if ( xTemplates->addTemplate( pTargetRgn->GetTitle(), in CopyOrMove() 1202 if ( !xTemplates.is() ) in CopyFrom() 1358 bRet = xTemplates->removeGroup( pRegion->GetTitle() ); in Delete() 1369 bRet = xTemplates->removeTemplate( pRegion->GetTitle(), in Delete() 1417 if ( xTemplates->addGroup( rText ) ) in InsertDir() 1496 if ( xTemplates->renameTemplate( pRegion->GetTitle(), in SetName() 2440 if ( xTemplates.is() ) in Construct() 2441 mxTemplates = xTemplates; in Construct() 2478 if ( xTemplates.is() ) in ReInitFromComponent() 2617 if ( xTemplates.is() ) in Rescan() [all …]
|
H A D | objserv.cxx | 856 uno::Reference< frame::XDocumentTemplates > xTemplates( in ExecFile_Impl() local 860 bOk = xTemplates->storeTemplate( aTemplateGroup, aTemplateName, xStorable ); in ExecFile_Impl()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | TemplateScanner.cxx | 186 Reference<frame::XDocumentTemplates> xTemplates ( in GetTemplateRoot() local 188 DBG_ASSERT (xTemplates.is(), "TemplateScanner::GetTemplateRoot: xTemplates is NULL"); in GetTemplateRoot() 190 if (xTemplates.is()) in GetTemplateRoot() 191 mxTemplateRoot = xTemplates->getContent(); in GetTemplateRoot()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | configurationaccess.cxx | 349 … Reference< container::XNameAccess > xTemplates( GetConfigurationNode( xRoot, aPath ), UNO_QUERY ); in LoadConfiguration() local 350 if ( xTemplates.is() ) in LoadConfiguration() 353 maSettings.back().LoadSettingsFromConfiguration( xTemplates ); in LoadConfiguration() 401 …Reference< container::XNameReplace > xTemplates( GetConfigurationNode( xRoot, aPath ), UNO_QUERY ); in SaveConfiguration() local 402 rSettings.SaveSettingsToConfiguration( xTemplates ); in SaveConfiguration()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 344 Reference< XDocumentTemplates > xTemplates( ::comphelper::getProcessServiceFactory()-> in SvtIconWindow_Impl() local 347 if ( xTemplates.is() ) in SvtIconWindow_Impl() 349 Reference < XContent > aRootContent = xTemplates->getContent(); in SvtIconWindow_Impl() 1945 Reference< XDocumentTemplates > xTemplates( ::comphelper::getProcessServiceFactory()-> in IMPL_LINK() local 1947 if ( xTemplates.is() ) in IMPL_LINK() 1952 xTemplates->update(); in IMPL_LINK()
|
Completed in 40 milliseconds