Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 17 of 17) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Dguid.cxx39 if ( *guid == OID_CalcServer ) in getStorageTypeFromGUID_Impl()
42 if ( *guid == OID_CalcOASISServer ) in getStorageTypeFromGUID_Impl()
45 if ( *guid == OID_DrawingServer ) in getStorageTypeFromGUID_Impl()
57 if ( *guid == OID_MathServer ) in getStorageTypeFromGUID_Impl()
74 if ( *guid == OID_CalcServer ) in getServiceNameFromGUID_Impl()
80 if ( *guid == OID_DrawingServer ) in getServiceNameFromGUID_Impl()
92 if ( *guid == OID_MathServer ) in getServiceNameFromGUID_Impl()
109 if ( *guid == OID_CalcServer ) in getFilterNameFromGUID_Impl()
127 if ( *guid == OID_MathServer ) in getFilterNameFromGUID_Impl()
144 if ( *guid == OID_CalcServer ) in getTestFileURLFromGUID_Impl()
[all …]
H A Ded_ipersiststr.cxx52 extern ::rtl::OUString getStorageTypeFromGUID_Impl( GUID* guid );
56 ::rtl::OUString getTestFileURLFromGUID_Impl( GUID* guid );
172 …mbedDocument_Impl( const uno::Reference< lang::XMultiServiceFactory >& xFactory, const GUID* guid ) in EmbedDocument_Impl() argument
175 , m_guid( *guid ) in EmbedDocument_Impl()
H A Dmakefile.mk55 $(SLO)$/guid.obj \
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx50 string GetGuidPart(const string& guid, int index) in GetGuidPart() argument
55 if (index == 0) return string(guid.c_str(), 8); in GetGuidPart()
56 if (index == 1) return string(guid.c_str() + 9, 4); in GetGuidPart()
57 if (index == 2) return string(guid.c_str() + 14, 4); in GetGuidPart()
58 if (index == 3) return string(guid.c_str() + 19, 4); in GetGuidPart()
91 string ConvertGuid(const string& guid) in ConvertGuid() argument
95 string part = GetGuidPart(guid, 0); in ConvertGuid()
98 part = GetGuidPart(guid, 1); in ConvertGuid()
101 part = GetGuidPart(guid, 2); in ConvertGuid()
104 part = GetGuidPart(guid, 3); in ConvertGuid()
[all …]
/trunk/main/embedserv/source/inprocserv/
H A Ddllentry.cxx65 int GetStringFromClassID( const GUID& guid, char* pBuf, int nLen ) in GetStringFromClassID() argument
72 FillCharFromInt( guid.Data1, &pBuf[1], 8 ); in GetStringFromClassID()
74 FillCharFromInt( guid.Data2, &pBuf[10], 4 ); in GetStringFromClassID()
76 FillCharFromInt( guid.Data3, &pBuf[15], 4 ); in GetStringFromClassID()
81 FillCharFromInt( guid.Data4[nInd], &pBuf[20 + 2*nInd], 2 ); in GetStringFromClassID()
84 FillCharFromInt( guid.Data4[nInd], &pBuf[20 + 1 + 2*nInd], 2 ); in GetStringFromClassID()
140 InprocEmbedProvider_Impl( const GUID& guid );
259 InprocEmbedProvider_Impl::InprocEmbedProvider_Impl( const GUID& guid ) in InprocEmbedProvider_Impl() argument
261 , m_guid( guid ) in InprocEmbedProvider_Impl()
H A Dinprocembobj.h125 InprocEmbedDocument_Impl( const GUID& guid ) in InprocEmbedDocument_Impl() argument
128 , m_guid( guid ) in InprocEmbedDocument_Impl()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx96 if (index == 0) return std::_tstring(guid.c_str(), 8); in GetGuidPart()
97 if (index == 1) return std::_tstring(guid.c_str() + 9, 4); in GetGuidPart()
98 if (index == 2) return std::_tstring(guid.c_str() + 14, 4); in GetGuidPart()
99 if (index == 3) return std::_tstring(guid.c_str() + 19, 4); in GetGuidPart()
100 if (index == 4) return std::_tstring(guid.c_str() + 24, 12); in GetGuidPart()
132 static std::_tstring ConvertGuid(const std::_tstring& guid) in ConvertGuid() argument
136 std::_tstring part = GetGuidPart(guid, 0); in ConvertGuid()
139 part = GetGuidPart(guid, 1); in ConvertGuid()
142 part = GetGuidPart(guid, 2); in ConvertGuid()
145 part = GetGuidPart(guid, 3); in ConvertGuid()
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dcomponent.pm508 my $guid = $installer::globals::is_release
511 if (defined $guid)
513 $installer::logger::Lang->printf(" reusing guid %s\n", $guid);
517 $guid = "{" . installer::windows::msiglobal::create_guid() . "}";
518 $installer::logger::Lang->printf(" creating new guid %s\n", $guid);
520 $target_data{$name}->{'component_id'} = $guid;
H A Dmsiglobal.pm387 my $guid = "\{" . create_guid() . "\}";
389 my $infoline = "PackageCode: $guid\n";
392 return $guid;
507 my $guid = get_packagecode_for_sis();
520 . " -p " . $template . " -v " . $guid . " -t " . $title . " -a " . $author
1035 my $guid = "";
1044 $guid = "$first-$second-$third-$fourth-$fifth";
1047 $string, $guid);
1049 return $guid;
/trunk/main/extensions/source/ole/
H A Dservprov.cxx727 sal_Bool OleServer_Impl::provideService(const Reference<XSingleServiceFactory>& xSFact, GUID* guid) in provideService() argument
729 IClassFactoryWrapper* pFac = new ProviderOleWrapper_Impl( m_smgr, xSFact, guid); in provideService()
738 sal_Bool OleServer_Impl::provideInstance(const Reference<XInterface>& xInst, GUID* guid, sal_Bool b… in provideInstance() argument
740 IClassFactoryWrapper* pFac = new OneInstanceOleWrapper_Impl( m_smgr, xInst, guid, bAsApplication ); in provideInstance()
H A Dservprov.hxx263 sal_Bool provideService(const Reference<XSingleServiceFactory>& xMulFact, GUID* guid);
264 sal_Bool provideInstance(const Reference<XInterface>& xInst, GUID* guid, sal_Bool bAsApplication );
/trunk/main/embedserv/util/
H A Dmakefile.mk51 $(SLO)$/guid.obj \
/trunk/main/oox/source/dump/
H A Doledumper.ini93 0x00000020=has-guid
96 0x00000100=!as-guid!as-string
156 70=blob-obj,clip-fmt,guid,vers-stream
H A Ddffdumper.ini266 …0x0780=,sigline-guid,sigline-provider-guid,sigline-suggested-signer,sigline-suggested-signer-info,…
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp91 PROPPAGEID(CMfcControlPropPage::guid)
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx75 const GUID* guid );
/trunk/main/oox/source/token/
H A Dtokens.txt2486 guid

Completed in 100 milliseconds