Home
last modified time | relevance | path

Searched refs:aGlobName (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx7061 const char* GetInternalServerName_Impl( const SvGlobalName& aGlobName ) in GetInternalServerName_Impl() argument
7063 if ( aGlobName == SvGlobalName( SO3_SW_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7064 || aGlobName == SvGlobalName( SO3_SW_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7066 else if ( aGlobName == SvGlobalName( SO3_SC_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7067 || aGlobName == SvGlobalName( SO3_SC_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7069 else if ( aGlobName == SvGlobalName( SO3_SIMPRESS_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7070 || aGlobName == SvGlobalName( SO3_SIMPRESS_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7072 else if ( aGlobName == SvGlobalName( SO3_SDRAW_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7073 || aGlobName == SvGlobalName( SO3_SDRAW_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7075 else if ( aGlobName == SvGlobalName( SO3_SM_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmlplug.cxx1125 SvGlobalName aGlobName( xObj->getClassID() ); in OutHTML_FrmFmtOLENode() local
1127 if( aGlobName == SvGlobalName( SO3_PLUGIN_CLASSID ) ) in OutHTML_FrmFmtOLENode()
1173 else if( aGlobName == SvGlobalName( SO3_APPLET_CLASSID ) ) in OutHTML_FrmFmtOLENode()
1251 if( aGlobName == SvGlobalName( SO3_APPLET_CLASSID ) ) in OutHTML_FrmFmtOLENode()
1309 if( aGlobName == SvGlobalName( SO3_PLUGIN_CLASSID ) ) in OutHTML_FrmFmtOLENode()
/AOO41X/main/sc/source/filter/excel/
H A Dexcel.cxx259 …SvGlobalName aGlobName( 0x00020810, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46… in lcl_ExportExcelBiff() local
261 xRootStrg->SetClass( aGlobName, nClip, aClassName ); in lcl_ExportExcelBiff()