Home
last modified time | relevance | path

Searched refs:anzahl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/soltools/support/
H A Dsimstr.cxx76 if (anzahl < 1) in Simstr()
84 len = anzahl; in Simstr()
233 int anz = len - startPos < anzahl ? len - startPos : anzahl; in get()
243 int anz = len < anzahl ? len : anzahl; in get_front()
255 int anz = len < anzahl ? len : anzahl; in get_back()
385 int anz = len - pos < anzahl ? len - pos : anzahl; in remove()
410 if (anzahl < 1) in pop_front()
412 int anz = len < anzahl ? len : anzahl; in pop_front()
426 if (anzahl < 1) in pop_back()
429 int anz = len < anzahl ? len : anzahl; in pop_back()
[all …]
/trunk/main/soltools/inc/
H A Dsimstr.hxx47 int anzahl);
93 int anzahl ) const;
95 int anzahl ) const;
97 int anzahl ) const;
143 int anzahl = 1 );
146 int anzahl = 1 );
148 int anzahl = 1 );
165 int anzahl,
/trunk/main/xml2cmp/source/support/
H A Dsistr.cxx215 Simstr::remove(int pos, int anzahl) in remove() argument
217 if (pos >= len || pos < 0 || anzahl < 1) in remove()
220 int anz = len - pos < anzahl ? len - pos : anzahl; in remove()
H A Dsistr.hxx86 int anzahl = 1);
/trunk/extras/l10n/source/de/
H A Dlocalize.sdf57859 sc source\ui\pagedlg\pagedlg.src 0 fixedtext RID_SCPAGE_TABLE FT_SCALEPAGENUM 68 de Seiten~anzahl
72485 wizards source\formwizard\dbwizres.src 0 string RID_WEBWIZARDDIALOG_START +57 0 de Seiten~anzahl

Completed in 1006 milliseconds