Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx7094 const char* GetInternalServerName_Impl( const SvGlobalName& aGlobName ) in GetInternalServerName_Impl() argument
7096 if ( aGlobName == SvGlobalName( SO3_SW_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7097 || aGlobName == SvGlobalName( SO3_SW_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7099 else if ( aGlobName == SvGlobalName( SO3_SC_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7100 || aGlobName == SvGlobalName( SO3_SC_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7102 else if ( aGlobName == SvGlobalName( SO3_SIMPRESS_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7103 || aGlobName == SvGlobalName( SO3_SIMPRESS_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7105 else if ( aGlobName == SvGlobalName( SO3_SDRAW_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
7106 || aGlobName == SvGlobalName( SO3_SDRAW_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7108 else if ( aGlobName == SvGlobalName( SO3_SM_OLE_EMBED_CLASSID_60 ) in GetInternalServerName_Impl()
[all …]
/AOO42X/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()
/AOO42X/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()