Searched refs:anz (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/soltools/support/ |
H A D | simstr.cxx | 235 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 …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/autodoc/source/cosv/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()
|
/aoo42x/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()
|
/aoo42x/extras/l10n/source/kid/ |
H A D | localize.sdf | 3271 cui source\tabpages\transfrm.src 0 fixedtext RID_SVXPAGE_SLANT FT_ANGLE 40 kid anz[rw‖~Angle 2…
|
Completed in 1225 milliseconds