Lines Matching refs:ByteString
69 void GetMacro( ByteString & ) const;
104 ByteString GetName() const; // Gibt den Namen des Defines zurueck
105 ByteString GetMacro() const; // Gibt das Macro zurueck
130 RscDefine( sal_uLong lFileKey, const ByteString & rDefName,
132 RscDefine( sal_uLong lFileKey, const ByteString & rDefName,
139 void SetName( const ByteString & rNewName ){ aName = rNewName; } in SetName()
149 ByteString GetMacro();
159 RscDefine * New( sal_uLong lFileKey, const ByteString & rDefName,
161 RscDefine * New( sal_uLong lFileKey, const ByteString & rDefName,
182 ByteString GetMacro();
203 ByteString aFileName; // Name der Datei
204 ByteString aPathName; // Pfad und Name der Datei
234 sal_uLong Find( const ByteString & rName );
240 RscDefine * FindDef( const ByteString& rStr ) { return FindDef( rStr.GetBuffer() ); } in FindDef()
241 RscDefine * FindDef( sal_uLong lKey, const ByteString & );
249 RscDefine * NewDef( sal_uLong lKey, const ByteString & rDefName,
251 RscDefine * NewDef( sal_uLong lKey, const ByteString & rDefName,
254 sal_Bool ChangeDef( const ByteString & rDefName, sal_Int32 lId );
255 sal_Bool ChangeDef( const ByteString & rDefName, RscExpression * );
257 sal_Bool IsDefUsed( const ByteString & );
258 void DeleteDef( const ByteString & );
259 sal_Bool ChangeDefName( const ByteString & rDefName,
260 const ByteString & rNewName );
265 sal_uLong NewCodeFile( const ByteString & rName );
266 sal_uLong NewIncFile( const ByteString & rName, const ByteString & rPath );