Home
last modified time | relevance | path

Searched refs:anz (Results 1 – 7 of 7) sorted by relevance

/trunk/main/soltools/support/
H A Dsimstr.cxx235 Simstr ret(' ',anz); in get()
244 if (anz < 1) in get_front()
247 Simstr ret(' ',anz); in get_front()
256 if (anz < 1) in get_back()
258 int start = len-anz; in get_back()
390 memcpy(result+pos,sz+pos+anz,len-pos-anz+1); in remove()
394 len -= anz; in remove()
416 memcpy(result,sz+anz,len-anz+1); in pop_front()
420 len -= anz; in pop_front()
438 len -= anz; in pop_back()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XLabelRanges.java51 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.java73 int anz = oObj.getCount(); in _clear() local
74 tRes.tested("clear()", anz == 0); in _clear()
/trunk/main/xml2cmp/source/support/
H A Dsistr.cxx220 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()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx635 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()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx4750 sal_uInt16 i,anz; in Execute() local
4767 for ( anz=0 ; anz < pTControl->GetPageCount() && !aID.equals( aWantedID ) ; anz++ ) in Execute()
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf3271 cui source\tabpages\transfrm.src 0 fixedtext RID_SVXPAGE_SLANT FT_ANGLE 40 kid anz[rw‖~Angle 2…

Completed in 1091 milliseconds