Home
last modified time | relevance | path

Searched refs:Simstr (Results 1 – 25 of 31) sorted by relevance

12

/AOO41X/main/soltools/support/
H A Dsimstr.cxx38 Simstr::Simstr(const char * s_) in Simstr() function in Simstr
54 Simstr::Simstr(const char * anybytes, int nrOfBytes) in Simstr() function in Simstr
74 Simstr::Simstr(char c, int anzahl) in Simstr() function in Simstr
91 Simstr::Simstr( const char * anybytes, in Simstr() function in Simstr
115 Simstr::Simstr(const Simstr & S) in Simstr() function in Simstr
122 Simstr & Simstr::operator=(const Simstr & S) in operator =()
136 Simstr::~Simstr() in ~Simstr()
142 Simstr::ch(int n) in ch()
152 const Simstr &
153 Simstr::null_() in null_()
[all …]
/AOO41X/main/soltools/inc/
H A Dsimstr.hxx28 class Simstr /// Simple string class. class
33 Simstr(
35 Simstr( /** Creates Simstr out of a copy of the first
40Simstr( /** Creates Simstr out of a copy of the described bytes within 'anyBytes'.
45 Simstr( /// Creates Simstr of 'anzahl' times 'c'.
48 Simstr(
49 const Simstr & S);
50 ~Simstr();
56 Simstr & operator=(
57 const Simstr & S );
[all …]
H A Dgen_info.hxx43 const Simstr & i_sKey,
44 const Simstr & i_sValue = Simstr::null_(),
45 const Simstr & i_sComment = Simstr::null_() );
61 const Simstr & Key() const { return sKey; } in Key()
62 const Simstr & Value() const { return sValue; } in Value()
63 const Simstr & Comment() const { return sComment; } in Comment()
77 Simstr sKey;
78 Simstr sValue;
79 Simstr sComment;
H A Dst_gilrw.hxx31 class Simstr;
46 const Simstr & i_sFileName );
85 const Simstr & i_sFileName,
H A Dgi_parse.hxx69 const Simstr & i_sSourceFileName );
75 const Simstr & i_rOutputFile,
135 Simstr sCurComment;
/AOO41X/main/xml2cmp/source/support/
H A Dsistr.cxx43 Simstr::Simstr(const char * str_) in Simstr() function in Simstr
59 Simstr::Simstr( const char * anybytes, in Simstr() function in Simstr
83 Simstr::Simstr(const Simstr & S) in Simstr() function in Simstr
90 Simstr & Simstr::operator=(const Simstr & S) in operator =()
104 Simstr::~Simstr() in ~Simstr()
109 Simstr
110 Simstr::operator+(const Simstr & S) const in operator +()
112 Simstr ret = sz; in operator +()
117 Simstr &
118 Simstr::operator+=(const Simstr & S) in operator +=()
[all …]
H A Dsistr.hxx28 class Simstr class
33 Simstr(
35Simstr( // Creates Simstr out of a copy of the described bytes within 'anyBy…
40 virtual ~Simstr();
41 Simstr(
42 const Simstr & S);
43 Simstr & operator=(
44 const Simstr & S);
53 Simstr operator+(
54 const Simstr & S) const;
[all …]
H A Dcmdline.hxx51 const List<Simstr> &
63 Simstr sXmlSourceFile;
64 Simstr sFuncFile;
65 Simstr sHtmlFile;
66 Simstr sTypeInfoFile;
68 Simstr sXmlSourceDirectory;
69 Simstr sIndexFile;
70 Simstr sOutputDirectory;
71 List<Simstr> aTagsInIndex;
73 Simstr sIdlRootPath;
H A Dsyshelp.cxx49 const Simstr & i_rIdlDocuBaseDir, in WriteName()
50 const Simstr & i_rName, in WriteName()
78 Simstr sPath(i_rName); in WriteName()
160 const Simstr & i_sStr ) in WriteStr()
169 GatherFileNames( List<Simstr> & o_sFiles, in GatherFileNames()
175 Simstr sNew = 0; in GatherFileNames()
230 List<Simstr> aSubDirectories; in GatherFileNames()
251 GatherSubDirectories( List<Simstr> & o_sSubDirectories, in GatherSubDirectories()
254 Simstr sNew; in GatherSubDirectories()
H A Dsyshelp.hxx35 class Simstr;
59 const Simstr & i_rIdlDocuBaseDir,
60 const Simstr & i_rName,
69 const Simstr & i_sStr );
72 List<Simstr> & o_sFiles,
75 List<Simstr> & o_sSubDirectories,
H A Dheap.cxx110 Simstr sKey1;
111 Simstr sValue1;
112 Simstr sKey2;
113 Simstr sValue2;
179 const Simstr &
185 const Simstr &
H A Dheap.hxx68 const Simstr & Value() const;
69 const Simstr & Key() const;
75 Simstr sValue;
76 Simstr sKey;
/AOO41X/main/xml2cmp/source/xcd/
H A Dparse.hxx44 typedef XmlElement * (*F_CREATE)(const Simstr &);
62 const Simstr & i_sElementName );
69 Simstr & o_sText,
70 const Simstr & i_sElementName,
73 List<Simstr> & o_rTexts,
74 const Simstr & i_sElementName,
77 Simstr & o_sAttrValue,
78 const Simstr & i_sElementName,
79 const Simstr & i_sAttrName );
81 List<Simstr> & o_rAttrValues,
[all …]
H A Dparse.cxx132 const Simstr & i_sElementName ) in Parse_Sequence()
178 X2CParser::Parse_Text( Simstr & o_sText, in Parse_Text()
179 const Simstr & i_sElementName, in Parse_Text()
194 X2CParser::Parse_MultipleText( List<Simstr> & o_rTexts, in Parse_MultipleText()
195 const Simstr & i_sElementName, in Parse_MultipleText()
200 Simstr sNew; in Parse_MultipleText()
208 X2CParser::Parse_SglAttr( Simstr & o_sAttrValue, in Parse_SglAttr()
209 const Simstr & i_sElementName, in Parse_SglAttr()
210 const Simstr & i_sAttrName ) in Parse_SglAttr()
220 Simstr sAttrName; in Parse_SglAttr()
[all …]
H A Dxmlelem.hxx55 const Simstr & Name() const { return sName; } in Name()
61 Simstr sName;
72 const Simstr & i_sChildName );
122 typedef XmlElement * (*F_CREATE)(const Simstr &);
165 virtual const Simstr &
168 Simstr sContent;
183 virtual const Simstr &
189 List<Simstr> aContent;
211 Simstr sAttrName;
212 Simstr sAttrValue;
[all …]
H A Dcr_html.hxx45 const Simstr & i_sIDL_BaseDirectory );
64 const Simstr & i_sName,
65 const Simstr & i_sValue );
67 const Simstr & i_sName,
68 const Simstr & i_sRef,
69 const Simstr & i_sRole,
70 const Simstr & i_sTitle );
79 const Simstr & i_sName,
87 Simstr sIdl_BaseDirectory;
H A Dcr_html.cxx50 const Simstr & i_sIDL_BaseDirectory ) in HtmlCreator()
169 HtmlCreator::Write_SglText( const Simstr & i_sName, in Write_SglText()
170 const Simstr & i_sValue ) in Write_SglText()
184 HtmlCreator::Write_ReferenceDocu( const Simstr & i_sName, in Write_ReferenceDocu()
185 const Simstr & i_sRef, in Write_ReferenceDocu()
186 const Simstr & i_sRole, in Write_ReferenceDocu()
187 const Simstr & i_sTitle ) in Write_ReferenceDocu()
251 HtmlCreator::WriteElementName( const Simstr & i_sName, in WriteElementName()
H A Dcr_index.hxx42 const List<Simstr> &
47 const List<Simstr> &
53 const Simstr & i_sService );
76 Simstr sOutputDirectory;
77 Simstr sIdlRootPath;
80 Simstr sCurModule;
H A Dcr_index.cxx49 Simstr sIdlRootPath;
54 const List<Simstr> & ) in Index() argument
69 Index::GatherData( const List<Simstr> & i_rInputFileList ) in GatherData()
104 Index::InsertSupportedService( const Simstr & i_sService ) in InsertSupportedService()
193 static Simstr S_sKey; in WriteHeap()
H A Dxmlelem.cxx44 MultipleElement::FindChild( const Simstr & i_sChildName ) in FindChild()
201 const Simstr &
204 static const Simstr sNull_; in Data()
242 aAttrNames.push_back(Simstr(i_sAttrNames[i])); in MultipleAttrElement()
243 aAttrValues.push_back(Simstr("")); in MultipleAttrElement()
/AOO41X/main/xml2cmp/source/finder/
H A Ddependy.cxx34 Simstr ShortName(const Simstr & i_rService);
75 List<Simstr> aFiles; in GatherData()
87 const Simstr & i_rService ) in FindNeededServices()
105 for ( std::set< Simstr >::const_iterator il = aResult_Libraries.begin(); in FindNeededServices()
112 for ( std::set< Simstr >::const_iterator is = aResult_Services.begin(); in FindNeededServices()
136 Simstr sModule = aModule.ModuleName(); in ReadFile()
154 Simstr sService = ShortName(rImpl.Data(di)); in ReadFile()
188 std::pair< std::set< Simstr >::iterator, bool > aInsertResult in Add2Result()
210 Simstr
211 ShortName(const Simstr & i_rService) in ShortName()
[all …]
H A Ddependy.hxx36 typedef std::vector< Simstr> StringVector;
38 typedef std::map< Simstr, Service* > Map_Services;
49 const Simstr & Name() const { return sName; } in Name()
54 Simstr sName;
70 const Simstr & Library() const { return sImplementingLibrary; } in Library()
76 Simstr sImplementingLibrary;
93 const Simstr & i_rService );
104 std::set< Simstr > aResult_Libraries;
105 std::set< Simstr > aResult_Services;
H A Ddep_main.cxx49 std::vector<Simstr> aLibs; in main()
50 std::vector<Simstr> aServs; in main()
66 Simstr sImplService(sInput); in main()
/AOO41X/main/soltools/giparser/
H A Dst_gilrw.cxx53 const Simstr & i_sFileName ) in LoadList()
73 Simstr sKey(i_sKey, i_nKeyLength); in AddKey()
74 Simstr sValue(i_sValue, i_nValueLength); in AddKey()
75 Simstr sComment(i_sComment, i_nCommentLength); in AddKey()
115 ST_InfoListWriter::SaveList( const Simstr & i_sFileName,
H A Dgen_info.cxx31 GenericInfo::GenericInfo( const Simstr & i_sKey, in GenericInfo()
32 const Simstr & i_sValue, in GenericInfo()
33 const Simstr & i_sComment ) in GenericInfo()

12