Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 25 of 726) sorted by path

12345678910>>...30

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx89 ToolBoxItemType eType = m_pToolBox->GetItemType( (sal_uInt16)m_nIndexInParent ); in DBG_NAME() local
90 switch ( eType ) in DBG_NAME()
/trunk/main/autodoc/source/display/html/
H A Dopageenv.cxx80 E_Type eType; member
99 eType(t_unknown) in InNamespaceTree()
114 eType = t_unknown; in GoDown()
122 eType = t_unknown; in GoDown()
133 eType = t_unknown; in GoUp()
383 pi->NspEnv()->eType = InNamespaceTree::t_namespace; in SetFile_CurNamespace()
392 pi->NspEnv()->eType = InNamespaceTree::t_type; in SetFile_Class()
401 pi->NspEnv()->eType = InNamespaceTree::t_type; in SetFile_Enum()
410 pi->NspEnv()->eType = InNamespaceTree::t_type; in SetFile_Typedef()
425 pi->NspEnv()->eType = InNamespaceTree::t_operations; in SetFile_Operations()
[all …]
/trunk/main/autodoc/source/parser_i/inc/
H A Dx_parse2.hxx49 : eType(i_eType), sName(i_sName) {} in X_AutodocParser()
55 E_Type eType; member in X_AutodocParser
/trunk/main/autodoc/source/parser_i/tokens/
H A Dx_parse2.cxx36 switch (eType) in GetInfo()
/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx148 virtual ByteString GetCommunicationPartner( CM_NameType eType )=0;
151 virtual ByteString GetMyName( CM_NameType eType )=0;
242 virtual ByteString GetMyName( CM_NameType eType );
327 virtual ByteString GetCommunicationPartner( CM_NameType eType );
328 virtual ByteString GetMyName( CM_NameType eType );
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx192 ByteString SimpleCommunicationLinkViaSocket::GetCommunicationPartner( CM_NameType eType ) in GetCommunicationPartner() argument
196 switch ( eType ) in GetCommunicationPartner()
224 ByteString SimpleCommunicationLinkViaSocket::GetMyName( CM_NameType eType ) in GetMyName() argument
228 switch ( eType ) in GetMyName()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx365 void MediaWindowImpl::StateChanged( StateChangedType eType ) in StateChanged() argument
372 switch( eType ) in StateChanged()
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx499 inline Color const & getSyntaxColor(TokenTypes eType) const in getSyntaxColor()
500 { return m_aSyntaxColors[eType]; } in getSyntaxColor()
H A Dbaside2b.cxx280 SbxDataType eType = pVar->GetType(); in RequestHelp() local
285 else if ( eType & SbxARRAY ) in RequestHelp()
1654 SbxDataType eType = pVar->GetType(); in IMPL_LINK_INLINE_END() local
1655 if( eType & SbxARRAY ) in IMPL_LINK_INLINE_END()
1657 else if( eType != SbxOBJECT ) in IMPL_LINK_INLINE_END()
1935 aRes.eType = SbxVOID; in ImplGetSBXForEntry()
2038 SbxDataType eType = pVar->GetType(); in ImplBasicEntryEdited() local
2041 else if ( eType & SbxARRAY ) in ImplBasicEntryEdited()
2096 String aRetStr = getBasicTypeName( eType ); in implCreateTypeStringForDimArray()
2177 SbxDataType eType = pVar->GetType(); in UpdateWatches() local
[all …]
H A Dbasobj3.cxx327 aRes.eType = SbxVOID; in RunMethod()
H A Dbastype2.cxx99 :BasicEntry( eType ) in BasicDocumentEntry()
133 ,m_eType( eType ) in BasicEntryDescriptor()
145 ,m_eType( eType ) in BasicEntryDescriptor()
426 BasicEntryType eType = iter->first; in ImpCreateLibSubEntriesInVBAMode() local
473 eType = OBJ_TYPE_USERFORMS; in ImpCreateLibSubSubEntriesInVBAMode()
482 if( eType != eCurrentType ) in ImpCreateLibSubSubEntriesInVBAMode()
731 LibraryType eType = LIBRARY_TYPE_ALL; in GetLibraryType() local
733 eType = LIBRARY_TYPE_MODULE; in GetLibraryType()
735 eType = LIBRARY_TYPE_DIALOG; in GetLibraryType()
736 return eType; in GetLibraryType()
[all …]
H A Dbastype2.hxx58 BasicEntry( BasicEntryType eType ) { m_eType = eType; } in BasicEntry() argument
72 …onst ScriptDocument& rDocument, LibraryLocation eLocation, BasicEntryType eType = OBJ_TYPE_DOCUMEN…
86 …cument, LibraryLocation eLocation, const String& rLibName, BasicEntryType eType = OBJ_TYPE_LIBRARY…
104 …on, const String& rLibName, const String& rLibSubName, const String& rName, BasicEntryType eType );
105 … const String& rLibSubName, const String& rName, const String& rMethodName, BasicEntryType eType );
132 void SetType( BasicEntryType eType ) { m_eType = eType; } in SetType() argument
195 SvLBoxEntry* FindEntry( SvLBoxEntry* pParent, const String& rText, BasicEntryType eType );
199 sal_uInt16 ConvertType( BasicEntryType eType );
H A Dbastype3.cxx61 if ( eType == OBJ_TYPE_DOCUMENT ) in RequestingChilds()
65 else if ( eType == OBJ_TYPE_LIBRARY ) in RequestingChilds()
130 || eType == OBJ_TYPE_USERFORMS in RequestingChilds()
331 eType = pBE->GetType(); in GetEntryDescriptor()
337 eType = pBE->GetType(); in GetEntryDescriptor()
343 eType = pBE->GetType(); in GetEntryDescriptor()
349 eType = pBE->GetType(); in GetEntryDescriptor()
358 eType = pBE->GetType(); in GetEntryDescriptor()
369 if ( eType == OBJ_TYPE_UNKNOWN ) in GetEntryDescriptor()
381 switch ( eType ) in ConvertType()
[all …]
H A Dlocalizationmgr.cxx230 TypeClass eType = rProp.Type.getTypeClass(); in implHandleControlResourceProperties() local
232 (eType == TypeClass_STRING || eType == TypeClass_SEQUENCE) in implHandleControlResourceProperties()
237 if( eType == TypeClass_STRING ) in implHandleControlResourceProperties()
411 else if( eType == TypeClass_SEQUENCE ) in implHandleControlResourceProperties()
H A Dmoduldlg.cxx122 BasicEntryType eType( aDesc.GetType() ); in EditedEntry() local
124 bool bSuccess = ( eType == OBJ_TYPE_MODULE ) in EditedEntry()
364 BasicEntryType eType( aSourceDesc.GetType() ); in NotifyCopyingMoving() local
386 if ( eType == OBJ_TYPE_MODULE ) // module in NotifyCopyingMoving()
403 else if ( eType == OBJ_TYPE_DIALOG ) // dialog in NotifyCopyingMoving()
433 if ( eType == OBJ_TYPE_MODULE ) // module in NotifyCopyingMoving()
444 else if ( eType == OBJ_TYPE_DIALOG ) // dialog in NotifyCopyingMoving()
893 BasicEntryType eType( aDesc.GetType() ); in DeleteCurrent() local
896 ( eType == OBJ_TYPE_DIALOG && QueryDelDialog( aName, this ) ) ) in DeleteCurrent()
914 if ( eType == OBJ_TYPE_MODULE ) in DeleteCurrent()
[all …]
H A Dobjdlg.cxx245 …BasicEntryType eType = pCurEntry ? ((BasicEntry*)pCurEntry->GetUserData())->GetType() : OBJ_TYPE_U… in CheckButtons() local
246 if ( eType == OBJ_TYPE_DIALOG || eType == OBJ_TYPE_MODULE || eType == OBJ_TYPE_METHOD ) in CheckButtons()
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx416 LanguageType eType = LanguageType( (sal_uLong)m_pCheckLangLB->GetEntryData(i) ); in GetLocales() local
418 SvxLanguageToLocale( aLocale, eType ); in GetLocales()
/trunk/main/basic/inc/basic/
H A Dsbdef.hxx59 SbTextType eType; // Type of the portion member
69 BASIC_DLLPUBLIC String getBasicTypeName( SbxDataType eType );
H A Dsbx.hxx71 SbxDataType eType; // Data type member
75 : aName( s ), aTypeRef( b ), eType( t ), nFlags( n ), nUserData( 0 ) {} in SbxParamInfo()
179 SbxDataType eType; // Data type of the array member in SbxArray
H A Dsbxvar.hxx198 SbxDataType eType; member
200 SbxValues(): pData( NULL ), eType(SbxEMPTY) {} in SbxValues()
201 SbxValues( SbxDataType e ): eType(e) {} in SbxValues()
202 SbxValues( char _nChar ): nChar( _nChar ), eType(SbxCHAR) {} in SbxValues()
203 SbxValues( sal_uInt8 _nByte ): nByte( _nByte ), eType(SbxBYTE) {} in SbxValues()
205 SbxValues( long _nLong ): nLong( _nLong ), eType(SbxLONG) {} in SbxValues()
208 SbxValues( float _nSingle ): nSingle( _nSingle ), eType(SbxSINGLE) {} in SbxValues()
210 SbxValues( int _nInt ): nInt( _nInt ), eType(SbxINT) {} in SbxValues()
211 SbxValues( unsigned int _nUInt ): nUInt( _nUInt ), eType(SbxUINT) {} in SbxValues()
213 SbxValues( SbxBase* _pObj ): pObj( _pObj ), eType(SbxOBJECT) {} in SbxValues()
[all …]
/trunk/main/basic/source/classes/
H A Deventatt.cxx469 TypeClass eType = aAnyISP.getValueType().getTypeClass(); in RTL_Impl_CreateUnoDialog() local
471 if( eType != TypeClass_INTERFACE ) in RTL_Impl_CreateUnoDialog()
H A Dsbunoobj.cxx558 switch( eType ) in unoToSbxType()
945 switch( eType ) in getUnoTypeForSbxBaseType()
1171 switch( eType ) in sbxToUnoValueImpl()
1343 switch( eType ) in sbxToUnoValue()
1362 if( eType == TypeClass_STRUCT ) in sbxToUnoValue()
1866 switch( +eType ) in Dbg_SbxDataType2String()
1961 if( eType == SbxOBJECT ) in Impl_DumpProperties()
2031 if( eType == SbxOBJECT ) in Impl_DumpMethods()
2478 if( eType == TypeClass_STRUCT || eType == TypeClass_EXCEPTION ) in SbUnoObject()
3008 if ( ( eType != TypeClass_STRUCT ) && ( eType != TypeClass_EXCEPTION ) ) in Impl_CreateUnoStruct()
[all …]
H A Dsbxmod.cxx319 if ( pParamInfo && ( pParamInfo->eType & SbxBYREF ) != 0 ) in invoke()
1859 aVals.eType = SbxVARIANT; in handleProcedureProperties()
2069 aVals.eType = SbxVARIANT; in Call()
/trunk/main/basic/source/comp/
H A Ddim.cxx77 SbxDataType eType = rDef.GetType(); in TypeDecl() local
96 eType = SbxVARIANT; break; in TypeDecl()
112 if( eType == SbxSTRING ) in TypeDecl()
158 eType = SbxLONG; in TypeDecl()
168 eType = SbxOBJECT; in TypeDecl()
172 eType = SbxOBJECT; in TypeDecl()
181 if( rDef.GetType() != eType ) in TypeDecl()
186 rDef.SetType( eType ); in TypeDecl()
821 SbxDataType eType = eScanType; in ProcDecl() local
823 pDef->SetType( eType ); in ProcDecl()
[all …]
H A Dexprgen.cxx79 sal_uInt16 nStringId = pGen->GetParser()->aGblStrings.Add( nVal, eType ); in Gen()

Completed in 161 milliseconds

12345678910>>...30