Home
last modified time | relevance | path

Searched refs:SvGlobalName (Results 26 – 50 of 134) sorted by relevance

123456

/aoo41x/main/svtools/source/dialogs/
H A Dinsdlg.cxx89 const SvObjectServer * SvObjectServerList::Get( const SvGlobalName & rName ) const in Get()
99 void SvObjectServerList::Remove( const SvGlobalName & rName ) in Remove()
202 SvGlobalName aClassName; in FillInsertObjects()
217 SvGlobalName aOleFact( SO3_OUT_CLASSID ); in FillInsertObjects()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx238 SvGlobalName aClassName = pNameItem->GetValue(); in FuInsertOLE()
246 …>GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedObject( SvGlobalName( SO3_SM_CLASSID… in FuInsertOLE()
247 … rReq.AppendItem( SfxGlobalNameItem( SID_INSERT_OBJECT, SvGlobalName( SO3_SM_CLASSID_60 ) ) ); in FuInsertOLE()
300 SvGlobalName aClassId( SO3_PLUGIN_CLASSID ); in FuInsertOLE()
377 … if ( SvtModuleOptions().IsChart() && SotExchange::IsChart( SvGlobalName( xObj->getClassID() ) ) ) in FuInsertOLE()
542 …>GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedObject( SvGlobalName( SO3_SCH_CLASSI… in FuInsertChart()
/aoo41x/main/sd/source/ui/func/
H A Dfuinsert.cxx305 SvGlobalName aName; in DoExecute()
307 aName = SvGlobalName( SO3_SCH_CLASSID); in DoExecute()
309 aName = SvGlobalName(SO3_SC_CLASSID); in DoExecute()
311 aName = SvGlobalName(SO3_SM_CLASSID); in DoExecute()
454 SvGlobalName aClassName = pNameItem->GetValue(); in DoExecute()
513 …>GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLA… in DoExecute()
/aoo41x/main/sot/source/sdstor/
H A Dstorage.cxx59 SotStorageStreamFactory( const SvGlobalName & rName, in SotStorageStreamFactory()
69 SvGlobalName( 0xd7deb420, 0xf902, 0x11d0,
432 SotStorageFactory( const SvGlobalName & rName, in SotStorageFactory()
442 SvGlobalName( 0x980ce7e0, 0xf905, 0x11d0,
971 void SotStorage::SetClass( const SvGlobalName & rName, in SetClass()
982 void SotStorage::SetConvertClass( const SvGlobalName & rName, in SetConvertClass()
1001 SvGlobalName SotStorage::GetClassName() in GetClassName()
1003 SvGlobalName aGN; in GetClassName()
H A Dstg.cxx973 void Storage::SetClass( const SvGlobalName & rClass, in SetClass()
1000 void Storage::SetConvertClass( const SvGlobalName & rConvertClass, in SetConvertClass()
1015 SvGlobalName Storage::GetClassName() in GetClassName()
1019 return SvGlobalName( (const CLSID&) aCompObj.GetClsId() ); in GetClassName()
1023 return SvGlobalName( (const CLSID&) pEntry->aEntry.GetClassId() ); in GetClassName()
1025 return SvGlobalName(); in GetClassName()
/aoo41x/main/sot/source/base/
H A Dformats.cxx1666 sal_uInt16 SotExchange::IsChart( const SvGlobalName& rName ) in IsChart()
1672 if ( rName == SvGlobalName( SO3_SCH_CLASSID_60 ) ) in IsChart()
1674 else if ( rName == SvGlobalName( SO3_SCH_CLASSID_50 ) ) in IsChart()
1676 else if ( rName == SvGlobalName( SO3_SCH_CLASSID_40 ) ) in IsChart()
1678 else if ( rName == SvGlobalName( SO3_SCH_CLASSID_30 ) ) in IsChart()
1684 sal_uInt16 SotExchange::IsMath( const SvGlobalName& rName ) in IsMath()
1690 if ( rName == SvGlobalName( SO3_SM_CLASSID_60 ) ) in IsMath()
1692 else if ( rName == SvGlobalName( SO3_SM_CLASSID_50 ) ) in IsMath()
1694 else if ( rName == SvGlobalName( SO3_SM_CLASSID_40 ) ) in IsMath()
1696 else if ( rName == SvGlobalName( SO3_SM_CLASSID_30 ) ) in IsMath()
/aoo41x/main/sw/source/ui/config/
H A Dmodcfg.cxx66 InsCaptionOpt* InsCaptionOptArr::Find(const SwCapObjType eType, const SvGlobalName *pOleId) const in SV_IMPL_PTRARR_SORT()
86 sal_Bool bHTML, const SwCapObjType eType, const SvGlobalName *pOleId) in GetCapOption()
646 aGlobalNames[GLOB_NAME_CALC ] = SvGlobalName(SO3_SC_CLASSID); in SwInsertConfig()
647 aGlobalNames[GLOB_NAME_IMPRESS] = SvGlobalName(SO3_SIMPRESS_CLASSID); in SwInsertConfig()
648 aGlobalNames[GLOB_NAME_DRAW ] = SvGlobalName(SO3_SDRAW_CLASSID); in SwInsertConfig()
649 aGlobalNames[GLOB_NAME_MATH ] = SvGlobalName(SO3_SM_CLASSID); in SwInsertConfig()
650 aGlobalNames[GLOB_NAME_CHART ] = SvGlobalName(SO3_SCH_CLASSID); in SwInsertConfig()
H A Doptload.cxx612 aObjS.Remove( SvGlobalName( SO3_SW_CLASSID ) ); // remove Writer-ID in Reset()
616 const SvGlobalName &rOleId = aObjS[i].GetClassName(); in Reset()
618 if ( rOleId == SvGlobalName( SO3_OUT_CLASSID ) ) in Reset()
636 const SwCapObjType eObjType, const SvGlobalName *pOleId) in SetOptions()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx7026 rDest->SetClass( SvGlobalName(), nCbFmt, aSvrName ); in ConvertToOle2()
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()
7067 || aGlobName == SvGlobalName( SO3_SC_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7079 || aGlobName == SvGlobalName( SO3_SCH_OLE_EMBED_CLASSID_8 ) ) in GetInternalServerName_Impl()
7086 if ( aGlobName == SvGlobalName( SO3_SW_OLE_EMBED_CLASSID_60 ) ) in GetFilterNameFromClassID_Impl()
7089 if ( aGlobName == SvGlobalName( SO3_SW_OLE_EMBED_CLASSID_8 ) ) in GetFilterNameFromClassID_Impl()
7092 if ( aGlobName == SvGlobalName( SO3_SC_OLE_EMBED_CLASSID_60 ) ) in GetFilterNameFromClassID_Impl()
7095 if ( aGlobName == SvGlobalName( SO3_SC_OLE_EMBED_CLASSID_8 ) ) in GetFilterNameFromClassID_Impl()
7110 if ( aGlobName == SvGlobalName( SO3_SM_OLE_EMBED_CLASSID_60 ) ) in GetFilterNameFromClassID_Impl()
[all …]
/aoo41x/main/sd/source/ui/view/
H A Dviewshe2.cxx846 SvGlobalName aClass; in ActivateObject()
852 aClass = SvGlobalName( SO3_SCH_CLASSID ); in ActivateObject()
859 aClass = SvGlobalName( SO3_SC_CLASSID ); in ActivateObject()
864 aClass = SvGlobalName( SO3_SM_CLASSID ); in ActivateObject()
867 if ( aClass != SvGlobalName() ) in ActivateObject()
/aoo41x/main/sot/inc/sot/
H A Dstorage.hxx188 virtual void SetClass( const SvGlobalName & rClass,
191 virtual void SetConvertClass( const SvGlobalName & rConvertClass,
194 virtual SvGlobalName GetClassName();// Typ der Daten im Storage
H A Dstorinfo.hxx37 SvGlobalName aClassName;
52 const SvGlobalName & GetClassName() const { return aClassName; } in GetClassName()
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh.cxx272 …svt::EmbeddedObjectRef xObj( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByte… in TYPEINIT1()
296 SvGlobalName *pName = NULL; in TYPEINIT1()
297 SvGlobalName aName; in TYPEINIT1()
324 …xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByteSequence(), sNam… in TYPEINIT1()
376 …xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_IFRAME_CLASSID ).GetByteSequence(), aNam… in TYPEINIT1()
494 SvGlobalName aGlobalName( SO3_SM_CLASSID ); in TYPEINIT1()
/aoo41x/main/basctl/source/basicide/
H A Dbasdoc.cxx50 SFX_IMPL_OBJECTFACTORY( BasicDocShell, SvGlobalName(), SFXOBJECTSHELL_STD_NORMAL, "sbasic" )
87 void BasicDocShell::FillClass( SvGlobalName*, sal_uInt32*, String*, String*, String*, sal_Int32, sa… in FillClass() argument
/aoo41x/main/sw/inc/
H A Dmodcfg.hxx49 InsCaptionOpt* Find(const SwCapObjType eType, const SvGlobalName *pOleId = 0) const;
88 SvGlobalName aGlobalNames[5];
269 …const InsCaptionOpt* GetCapOption(sal_Bool bHTML, const SwCapObjType eType, const SvGlobalName *pO…
/aoo41x/main/cui/source/inc/
H A Dpastedlg.hxx62 SvGlobalName aObjClassName;
85 void SetObjName( const SvGlobalName & rClass, const String & rObjName );
/aoo41x/main/sd/source/ui/docshell/
H A Ddocshel4.cxx1220 void DrawDocShell::FillClass(SvGlobalName* pClassName, in FillClass()
1232 *pClassName = SvGlobalName(SO3_SDRAW_CLASSID_60); in FillClass()
1238 *pClassName = SvGlobalName(SO3_SIMPRESS_CLASSID_60); in FillClass()
1247 *pClassName = SvGlobalName(SO3_SDRAW_CLASSID_60); in FillClass()
1253 *pClassName = SvGlobalName(SO3_SIMPRESS_CLASSID_60); in FillClass()
/aoo41x/main/sfx2/inc/sfx2/
H A Ddocfac.hxx75 … SfxObjectFactory( const SvGlobalName &rName, SfxObjectShellFlags nFlags, const char* pShortName );
78 const SvGlobalName& GetClassId() const;
/aoo41x/main/svtools/source/misc/
H A Dembedhlp.cxx944 SvGlobalName aObjClsId( mxObj->getClassID() ); in IsChart()
946 SvGlobalName(SO3_SCH_CLASSID_30) == aObjClsId in IsChart()
947 || SvGlobalName(SO3_SCH_CLASSID_40) == aObjClsId in IsChart()
948 || SvGlobalName(SO3_SCH_CLASSID_50) == aObjClsId in IsChart()
949 || SvGlobalName(SO3_SCH_CLASSID_60) == aObjClsId) in IsChart()
/aoo41x/main/svx/source/unodraw/
H A Dunopage.cxx799 SvGlobalName aClassId( xObject->getClassID() ); in CreateShapeByTypeAndInventor()
801 const SvGlobalName aAppletClassId( SO3_APPLET_CLASSID ); in CreateShapeByTypeAndInventor()
802 const SvGlobalName aPluginClassId( SO3_PLUGIN_CLASSID ); in CreateShapeByTypeAndInventor()
803 const SvGlobalName aIFrameClassId( SO3_IFRAME_CLASSID ); in CreateShapeByTypeAndInventor()
/aoo41x/main/sw/source/core/doc/
H A Ddocdesc.cxx752 SvGlobalName aName; in PrtOLENotify()
756 aName = SvGlobalName( xObj->getClassID() ); in PrtOLENotify()
768 bFound = *(SvGlobalName*)(*pGlobalOLEExcludeList)[j] == in PrtOLENotify()
792 new SvGlobalName( aName ), in PrtOLENotify()
/aoo41x/main/sfx2/source/doc/
H A Ddocfac.cxx87 SvGlobalName aClassName;
109 const SvGlobalName& rName, in SfxObjectFactory()
422 const SvGlobalName& SfxObjectFactory::GetClassId() const in GetClassId()
/aoo41x/main/svx/inc/svx/
H A Dxmleohlp.hxx54 class SvGlobalName;
96 const SvGlobalName *pClassId,
/aoo41x/main/idl/source/objects/
H A Dbasobj.cxx633 if( aUUId != SvGlobalName() ) nMask |= 0x02; in Save()
661 const SvGlobalName & SvMetaExtern::GetUUId() const in GetUUId()
664 if( aUUId == SvGlobalName() ) in GetUUId()
/aoo41x/main/cui/source/dialogs/
H A Dpastedlg.cxx150 SvGlobalName aEmptyNm; in GetFormat()
300 void SvPasteObjectDialog::SetObjName( const SvGlobalName & rClass, const String & rObjName ) in SetObjName()

Completed in 467 milliseconds

123456