Searched refs:anz (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/soltools/support/ |
| H A D | simstr.cxx | 233 int anz = len - startPos < anzahl ? len - startPos : anzahl; in get() local 235 Simstr ret(' ',anz); in get() 236 memcpy(ret.sz, sz+startPos, anz); in get() 243 int anz = len < anzahl ? len : anzahl; in get_front() local 244 if (anz < 1) in get_front() 247 Simstr ret(' ',anz); in get_front() 248 memcpy(ret.sz, sz, anz); in get_front() 255 int anz = len < anzahl ? len : anzahl; in get_back() local 256 if (anz < 1) in get_back() 258 int start = len-anz; in get_back() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/sheet/ |
| H A D | _XLabelRanges.java | 51 int anz = oObj.getCount(); in _addNew() local 55 tRes.tested("addNew()", anz < oObj.getCount()); in _addNew() 70 int anz = oObj.getCount(); in _removeByIndex() local 73 oObj.removeByIndex(anz - 1); in _removeByIndex() 74 boolean result = (anz - 1 == oObj.getCount()); in _removeByIndex() 78 oObj.removeByIndex(anz); in _removeByIndex()
|
| H A D | _XSheetConditionalEntries.java | 73 int anz = oObj.getCount(); in _clear() local 74 tRes.tested("clear()", anz == 0); in _clear()
|
| /AOO41X/main/xml2cmp/source/support/ |
| H A D | sistr.cxx | 220 int anz = len - pos < anzahl ? len - pos : anzahl; in remove() local 222 char * result = new char[len-anz+1]; in remove() 225 memcpy(result+pos,sz+pos+anz,len-pos-anz+1); in remove() 229 len -= anz; in remove()
|
| /AOO41X/main/cosv/source/strings/ |
| H A D | streamstr.cxx | 635 size_type anz = min( length() - i_nStart, i_nSize ); in replace() local 637 if ( anz < i_aReplacement.nLength ) in replace() 639 ProvideAddingSize( i_aReplacement.nLength - anz ); in replace() 641 else if ( anz > i_aReplacement.nLength ) in replace() 643 seek_type nMove = seek_type(anz - i_aReplacement.nLength); in replace() 645 MoveData( dpData + i_nStart + anz, in replace()
|
| /AOO41X/main/automation/source/server/ |
| H A D | statemnt.cxx | 4751 sal_uInt16 i,anz; in Execute() local 4768 … for ( anz=0 ; anz < pTControl->GetPageCount() && !aID.equals( aWantedID ) ; anz++ ) in Execute()
|
| /AOO41X/extras/l10n/source/kid/ |
| H A D | localize.sdf | 3271 …frm.src 0 fixedtext RID_SVXPAGE_SLANT FT_ANGLE 40 kid anz[rw‖~Angle …
|