Home
last modified time | relevance | path

Searched refs:addon (Results 1 – 8 of 8) sorted by relevance

/trunk/main/solenv/bin/modules/installer/windows/
H A Dregistry.pm77 my $addon = "_";
80 $addon .= $allvariables->{'PRODUCTNAME'};
89 $addon .= $version;
90 $addon = lc($addon);
91 $addon =~ s/ //g;
92 $addon =~ s/-//g;
93 $addon =~ s/\.//g;
95 $componentname = $componentname . $addon;
/trunk/main/odk/examples/DevelopersGuide/Components/
H A Dmakefile.mk47 $(DESTPROTOCOLHANDLERADDONCPP)$/addon.cxx \
48 $(DESTPROTOCOLHANDLERADDONCPP)$/addon.hxx \
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A DMakefile46 addon.cxx
137 @echo The "$(QM)ProtocolHandler$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.
/trunk/main/solenv/bin/modules/installer/
H A Ddownload.pm682 my $addon = "";
684 if ( $installer::globals::islinuxdebbuild ) { $addon = $addon . "_deb"; }
686 return $addon;
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1499 PassMap addon; in Notify() local
1501 addon = m_pStorageFile->getInfo(); in Notify()
1503 for( aIter = addon.begin(); aIter != addon.end(); aIter++ ) in Notify()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXModuleController.idl44 /** The module controller is responsible for loading a module (addon,
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DMakefile111 @echo The "$(QM)AsyncJob$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DMakefile113 @echo The "$(QM)ProtocolHandler$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.

Completed in 39 milliseconds