/aoo42x/main/tools/inc/tools/ |
H A D | postsys.h | 138 #ifdef GetClassName 139 #undef GetClassName 146 #define WIN_GetClassName GetClassName
|
H A D | postwin.h | 152 #ifdef GetClassName 153 #undef GetClassName 160 #define WIN_GetClassName GetClassName
|
/aoo42x/main/sot/inc/sot/ |
H A D | stg.hxx | 123 virtual SvGlobalName GetClassName() = 0; 223 virtual SvGlobalName GetClassName(); 343 virtual SvGlobalName GetClassName();
|
H A D | storinfo.hxx | 52 const SvGlobalName & GetClassName() const { return aClassName; } in GetClassName() function in SvStorageInfo
|
H A D | storage.hxx | 194 virtual SvGlobalName GetClassName();// Typ der Daten im Storage
|
/aoo42x/main/migrationanalysis/src/msokill/ |
H A D | msokill.cpp | 194 if (GetClassName(hwndChild, szBuff, 4096) == 0) { in CloseOfficeDlgProc() 226 if (GetClassName(hwndChild, szBuff, 4096) == 0) { in CountOfficeDlgProc()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | insdlg.cxx | 93 if( rName == GetObject( i ).GetClassName() ) in Get() 104 if( rName == pS->GetClassName() ) in Remove()
|
/aoo42x/main/sfx2/source/control/ |
H A D | dispatch.cxx | 496 aMsg += rShell.GetInterface()->GetClassName(); in Pop() 966 aMsg += (*ppShell)->GetInterface()->GetClassName(); in GetShellAndSlot_Impl() 2371 aMsg += pObjShell->GetInterface()->GetClassName(); in _FindServer() 2377 aStack += pObjShell->GetInterface()->GetClassName(); in _FindServer() 2561 aMsg += pIF->GetClassName(); in _FillState() 2791 DBG_TRACE (pIFace->GetClassName()); in DebugOutput_Impl()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 533 aVarName = PTR_CAST(SbxObject,pVar)->GetClassName(); in Insert() 573 aVarName = PTR_CAST(SbxObject,pVar)->GetClassName(); in QuickInsert() 625 aVarName = PTR_CAST(SbxObject,pVar)->GetClassName(); in Remove()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | insdlg.hxx | 49 const SvGlobalName & GetClassName() const { return aClassName; } in GetClassName() function in SvObjectServer
|
/aoo42x/main/rsc/inc/ |
H A D | rsclst.hxx | 54 ByteString GetClassName() { return aClassName; } in GetClassName() function in REResourceList
|
H A D | rscinst.hxx | 107 Atom GetClassName();
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | customcontrolfactory.cxx | 47 if (GetClassName(aControlHandle,aClsName,sizeof(aClsName)) == 0) { in CreateCustomControl()
|
H A D | controlaccess.cxx | 226 int nRet = GetClassName(hwndCtrl,aClassName,(sizeof(aClassName)/sizeof(TCHAR))); in GetCtrlClass()
|
/aoo42x/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | shutdown_quickstart.cxx | 32 int nCharsCopied = GetClassName( hWnd, szClassName, sizeof( szClassName ) ); in EnumWindowsProc()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbxobj.hxx | 68 const String& GetClassName() const { return aClassName; } in GetClassName() function in SbxObject
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | objface.hxx | 77 const char* GetClassName() const { return pName; } in GetClassName() function in SfxInterface
|
/aoo42x/main/basic/source/runtime/ |
H A D | step0.cxx | 363 pNewUnoObj->SetClassName( pUnoObj->GetClassName() ); in checkUnoStructCopy() 642 String aObjClass = pValObj->GetClassName(); in StepSET_Impl()
|
H A D | step1.cxx | 436 String aObjClass = pObj->GetClassName(); in implIsClass()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 259 if( pS->GetClassName() == SvGlobalName( SO3_OUT_CLASSID ) ) in Execute() 304 m_xObj = aCnt.CreateEmbeddedObject( pS->GetClassName().GetByteSequence(), aName ); in Execute()
|
/aoo42x/main/idl/inc/ |
H A D | basobj.hxx | 63 static const char * GetClassName() { return #Class; }
|
/aoo42x/main/sot/source/sdstor/ |
H A D | storage.cxx | 1001 SvGlobalName SotStorage::GetClassName() in GetClassName() function in SotStorage 1006 aGN = m_pOwnStg->GetClassName(); in GetClassName()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | drawvie4.cxx | 117 if ( aIPObj.Is() && SotExchange::IsChart( aIPObj->GetStorage()->GetClassName() ) )
|
/aoo42x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 2946 HASHID GetClassName(); 3845 Au0RscInst::GetClassName() 3847 AliHASHID RscInst::GetClassName(); 3866 nClassName = rInst.GetClassName(); // Klassenname holen 4095 RscInst::GetClassName() 48
|
/aoo42x/main/svtools/source/misc/ |
H A D | imagemgr.cxx | 426 SvGlobalName aGlobalName = aStorage->GetClassName(); in GetImageId_Impl()
|