Home
last modified time | relevance | path

Searched defs:eType (Results 1 – 25 of 478) sorted by path

12345678910>>...20

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx89 ToolBoxItemType eType = m_pToolBox->GetItemType( (sal_uInt16)m_nIndexInParent ); in DBG_NAME() local
/trunk/main/autodoc/source/display/html/
H A Dopageenv.cxx80 E_Type eType; member
/trunk/main/autodoc/source/parser_i/inc/
H A Dx_parse2.hxx55 E_Type eType; member in X_AutodocParser
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx192 ByteString SimpleCommunicationLinkViaSocket::GetCommunicationPartner( CM_NameType eType ) in GetCommunicationPartner()
224 ByteString SimpleCommunicationLinkViaSocket::GetMyName( CM_NameType eType ) in GetMyName()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx365 void MediaWindowImpl::StateChanged( StateChangedType eType ) in StateChanged()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx280 SbxDataType eType = pVar->GetType(); in RequestHelp() local
1654 SbxDataType eType = pVar->GetType(); in IMPL_LINK_INLINE_END() local
2038 SbxDataType eType = pVar->GetType(); in ImplBasicEntryEdited() local
2094 static String implCreateTypeStringForDimArray( WatchItem* pItem, SbxDataType eType ) in implCreateTypeStringForDimArray()
2166 SbxDataType eType = pRootArray->GetType(); in UpdateWatches() local
2177 SbxDataType eType = pVar->GetType(); in UpdateWatches() local
H A Dbastype2.cxx98 …icDocumentEntry( const ScriptDocument& rDocument, LibraryLocation eLocation, BasicEntryType eType ) in BasicDocumentEntry()
110 …criptDocument& rDocument, LibraryLocation eLocation, const String& rLibName, BasicEntryType eType ) in BasicLibEntry()
127 …ion, const String& rLibName, const String& rLibSubName, const String& rName, BasicEntryType eType ) in BasicEntryDescriptor()
138 …, const String& rLibSubName, const String& rName, const String& rMethodName, BasicEntryType eType ) in BasicEntryDescriptor()
426 BasicEntryType eType = iter->first; in ImpCreateLibSubEntriesInVBAMode() local
466 BasicEntryType eType = OBJ_TYPE_UNKNOWN; in ImpCreateLibSubSubEntriesInVBAMode() local
631 …try* BasicTreeListBox::FindEntry( SvLBoxEntry* pParent, const String& rText, BasicEntryType eType ) in FindEntry()
731 LibraryType eType = LIBRARY_TYPE_ALL; in GetLibraryType() local
848 BasicEntryType eType = OBJ_TYPE_MODULE; in SetCurrentEntry() local
H A Dbastype2.hxx58 BasicEntry( BasicEntryType eType ) { m_eType = eType; } in BasicEntry()
132 void SetType( BasicEntryType eType ) { m_eType = eType; } in SetType()
H A Dbastype3.cxx59 BasicEntryType eType( aDesc.GetType() ); in RequestingChilds() local
282 BasicEntryType eType = OBJ_TYPE_UNKNOWN; in GetEntryDescriptor() local
377 sal_uInt16 BasicTreeListBox::ConvertType( BasicEntryType eType ) in ConvertType()
424 BasicEntryType eType( aDesc.GetType() ); in IsValidEntry() local
H A Dlocalizationmgr.cxx230 TypeClass eType = rProp.Type.getTypeClass(); in implHandleControlResourceProperties() local
H A Dmoduldlg.cxx122 BasicEntryType eType( aDesc.GetType() ); in EditedEntry() local
364 BasicEntryType eType( aSourceDesc.GetType() ); in NotifyCopyingMoving() local
893 BasicEntryType eType( aDesc.GetType() ); in DeleteCurrent() local
H A Dobjdlg.cxx245 …BasicEntryType eType = pCurEntry ? ((BasicEntry*)pCurEntry->GetUserData())->GetType() : OBJ_TYPE_U… in CheckButtons() local
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx416 LanguageType eType = LanguageType( (sal_uLong)m_pCheckLangLB->GetEntryData(i) ); in GetLocales() local
/trunk/main/basic/inc/basic/
H A Dsbdef.hxx59 SbTextType eType; // Type of the portion member
H A Dsbx.hxx71 SbxDataType eType; // Data type member
179 SbxDataType eType; // Data type of the array member in SbxArray
H A Dsbxvar.hxx198 SbxDataType eType; member
/trunk/main/basic/source/classes/
H A Deventatt.cxx469 TypeClass eType = aAnyISP.getValueType().getTypeClass(); in RTL_Impl_CreateUnoDialog() local
H A Dsbunoobj.cxx554 SbxDataType unoToSbxType( TypeClass eType ) in unoToSbxType()
610 TypeClass eType = xIdlClass->getTypeClass(); in unoToSbxType() local
942 Type getUnoTypeForSbxBaseType( SbxDataType eType ) in getUnoTypeForSbxBaseType()
1165 TypeClass eType = aType.getTypeClass(); in sbxToUnoValueImpl() local
1342 TypeClass eType = rType.getTypeClass(); in sbxToUnoValue() local
1863 String Dbg_SbxDataType2String( SbxDataType eType ) in Dbg_SbxDataType2String()
1947 SbxDataType eType = pVar->GetFullType(); in Impl_DumpProperties() local
2030 SbxDataType eType = pVar->GetFullType(); in Impl_DumpMethods() local
3007 TypeClass eType = xClass->getTypeClass(); in Impl_CreateUnoStruct() local
3238 TypeClass eType = aAny.getValueType().getTypeClass(); in RTL_Impl_HasInterfaces() local
[all …]
/trunk/main/basic/source/comp/
H A Ddim.cxx77 SbxDataType eType = rDef.GetType(); in TypeDecl() local
821 SbxDataType eType = eScanType; in ProcDecl() local
1005 SbxDataType eType = pDef->GetType(); in DefDeclare() local
H A Dexprtree.cxx133 const String& rName, SbxDataType eType, SbiParameters* pPar ) in AddSym()
208 …SbxDataType eType = (pKeywordSymbolInfo == NULL) ? pParser->GetType() : pKeywordSymbolInfo->m_eSbx… in Term() local
412 SbxDataType eType = pParser->GetType(); in ObjTerm() local
H A Dparser.cxx163 SbiSymDef* SbiParser::CheckRTLForSym( const String& rSym, SbxDataType eType ) in CheckRTLForSym()
588 SbxDataType eType = aLvalue.GetType(); in Set() local
H A Dsbcomp.cxx338 SbxDataType eType = pVar->GetType(); in lcl_dumpMethodParameters() local
/trunk/main/basic/source/inc/
H A Dexpr.hxx107 SbxDataType eType; // aktueller Datentyp member in SbiExprNode
214 void SetType( SbxDataType eType){ pExpr->eType = eType; } in SetType()
221 SbxDataType eType; member in SbiConstExpression
H A Dobject.hxx66 SbxDataType eType; // Datentyp member
H A Dsymtbl.hxx113 SbxDataType eType; // Typ des Eintrags member in SbiSymDef

Completed in 159 milliseconds

12345678910>>...20