Searched refs:SbTextType (Results 1 – 6 of 6) sorted by relevance
106 #define TT_KEYWORD ((SbTextType)100) // Including locally executed commands like 'use' ...107 #define TT_REMOTECMD ((SbTextType)101) // Remotely executed commands like 'nodebug'108 #define TT_LOCALCMD ((SbTextType)102) // Locally executed commands like 'use'109 #define TT_CONTROL ((SbTextType)103) // Possibly available control loaded by 'use'110 #define TT_SLOT ((SbTextType)104) // Available Slots loaded by 'use'111 #define TT_METHOD ((SbTextType)105) // Possibly allowed Method for controls112 #define TT_NOMETHOD ((SbTextType)106) // No Possibly allowed Method for controls114 #define FILELIST1 ((SbTextType)111) // Symbols in file 1115 #define FILELIST2 ((SbTextType)112) // Symbols in file 2116 #define FILELIST3 ((SbTextType)113) // Symbols in file 3[all …]
33 enum SbTextType enum58 SbTextType eType; // Type of the portion
79 virtual SbTextType GetSymbolType( const String &Symbol, sal_Bool bWasTTControl );
52 …SbTextType GetSymbolType( const String &Symbol, sal_Bool bWasTTControl ); // Besimmt den erweitert…
101 SbTextType TTBasic::GetSymbolType( const String &rSymbol, sal_Bool bWasTTControl ) in GetSymbolType()
182 SbTextType GetSymbolType( const String &rSymbol, sal_Bool bWasControl );
Completed in 36 milliseconds