/aoo41x/main/sal/rtl/source/ |
H A D | ustrbuf.c | 110 sal_Int32 nOldLen; in rtl_uStringbuffer_insert() local 122 nOldLen = (*This)->length; in rtl_uStringbuffer_insert() 126 n = (nOldLen - offset); in rtl_uStringbuffer_insert() 139 (*This)->length = nOldLen + len; in rtl_uStringbuffer_insert() 140 pBuf[ nOldLen + len ] = 0; in rtl_uStringbuffer_insert() 171 sal_Int32 nOldLen; in rtl_uStringbuffer_insert_ascii() local 179 nOldLen = (*This)->length; in rtl_uStringbuffer_insert_ascii() 183 n = (nOldLen - offset); in rtl_uStringbuffer_insert_ascii() 199 (*This)->length = nOldLen + len; in rtl_uStringbuffer_insert_ascii() 200 pBuf[ nOldLen + len ] = 0; in rtl_uStringbuffer_insert_ascii()
|
H A D | strbuf.c | 109 sal_Int32 nOldLen; in rtl_stringbuffer_insert() local 121 nOldLen = (*This)->length; in rtl_stringbuffer_insert() 125 n = (nOldLen - offset); in rtl_stringbuffer_insert() 139 (*This)->length = nOldLen + len; in rtl_stringbuffer_insert() 140 pBuf[ nOldLen + len ] = 0; in rtl_stringbuffer_insert()
|
/aoo41x/main/forms/source/inc/ |
H A D | forms_module_impl.hxx | 80 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent() local 81 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent() 82 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent() 83 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent() 84 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 86 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 87 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent() 88 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent() 89 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
|
/aoo41x/main/dbaccess/source/shared/ |
H A D | registrationhelper.cxx | 64 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent() local 65 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent() 66 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent() 67 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent() 68 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 70 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 71 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent() 72 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent() 73 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
|
/aoo41x/main/extensions/source/inc/ |
H A D | componentmodule.cxx | 186 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent() local 187 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent() 188 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent() 189 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent() 190 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 192 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 193 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent() 194 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent() 195 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
|
/aoo41x/main/dbaccess/source/ext/adabas/ |
H A D | Acomponentmodule.cxx | 196 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent() local 197 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent() 198 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent() 199 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent() 200 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 202 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 203 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent() 204 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent() 205 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 793 rInf.SetLen( nOldLen ); in _GetTxtSize() 819 xub_StrLen nOldLen(rInf.GetLen()); in _GetTxtSize() local 826 rInf.SetLen( nOldLen ); in _GetTxtSize() 831 xub_StrLen nOldLen(rInf.GetLen()); in _GetTxtSize() local 838 rInf.SetLen( nOldLen ); in _GetTxtSize() 901 xub_StrLen nOldLen(rInf.GetLen()); in _DrawText() local 912 rInf.SetLen( nOldLen ); in _DrawText() 932 xub_StrLen nOldLen = rInf.GetLen(); in _DrawText() local 975 rInf.SetLen( nOldLen ); in _DrawText() 1041 xub_StrLen nOldLen = rInf.GetLen(); in _DrawStretchText() local [all …]
|
/aoo41x/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 639 sal_Int32 nOldLen = aMediaDescr.getLength(); in UpdateMediaDescriptorWithFilterName() local 640 aMediaDescr.realloc( nOldLen + 1 ); in UpdateMediaDescriptorWithFilterName() 641 aMediaDescr[nOldLen].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in UpdateMediaDescriptorWithFilterName() 642 aMediaDescr[ nOldLen ].Value <<= aFilterName; in UpdateMediaDescriptorWithFilterName() 656 sal_Int32 nOldLen = aMediaDescr.getLength(); in UpdateMediaDescriptorWithFilterName() local 657 aMediaDescr.realloc( nOldLen + 1 ); in UpdateMediaDescriptorWithFilterName() 659 aMediaDescr[ nOldLen ].Value = aTypes[nInd].Value; in UpdateMediaDescriptorWithFilterName() 696 sal_Int32 nOldLen = aMediaDescr.getLength(); in UpdateMediaDescriptorWithFilterName() local 697 aMediaDescr.realloc( nOldLen + 1 ); in UpdateMediaDescriptorWithFilterName() 698 aMediaDescr[nOldLen].Name = ::rtl::OUString::createFromAscii( "DocumentService" ); in UpdateMediaDescriptorWithFilterName() [all …]
|
H A D | interaction.cxx | 67 sal_Int32 nOldLen = m_aContinuations.getLength(); in addContinuation() local 68 m_aContinuations.realloc(nOldLen + 1); in addContinuation() 69 m_aContinuations[nOldLen] = _rxContinuation; in addContinuation()
|
/aoo41x/main/rsc/source/tools/ |
H A D | rsctools.cxx | 463 sal_uInt32 nOldLen; in Put() local 465 nOldLen = IncSize( sizeof( nVal ) ); in Put() 466 PutAt( nOldLen, nVal ); in Put() 480 sal_uInt32 nOldLen = IncSize( n ); in PutUTF8() local 481 rtl_copyMemory( GetPointer( nOldLen ), pStr, nStrLen ); in PutUTF8() 483 pMem[ nOldLen + nStrLen ] = '\0'; in PutUTF8()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestring.cxx | 629 sal_uInt16 nOldLen = mnLen; in BuildAppend() local 631 CharsToBuffer( pcSource, nOldLen, mnLen - nOldLen ); in BuildAppend() 640 sal_uInt16 nOldLen = mnLen; in BuildAppend() local 642 CharsToBuffer( pcSource, nOldLen, mnLen - nOldLen ); in BuildAppend()
|
/aoo41x/main/forms/source/component/ |
H A D | ComboBox.cxx | 104 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames() local 105 aSupported.realloc( nOldLen + 8 ); in getSupportedServiceNames() 106 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in getSupportedServiceNames() 794 sal_Int32 nOldLen = aStringItemList.getLength(); in commitControlValueToDbColumn() local 795 aStringItemList.realloc( nOldLen + 1 ); in commitControlValueToDbColumn() 796 aStringItemList.getArray()[ nOldLen ] = sNewValue; in commitControlValueToDbColumn()
|
H A D | Numeric.cxx | 131 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() local 132 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 133 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | Currency.cxx | 179 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() local 180 aSupported.realloc( nOldLen + 4 ); in IMPLEMENT_DEFAULT_CLONING() 181 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | CheckBox.cxx | 123 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() local 124 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 125 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | Date.cxx | 149 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() local 150 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 151 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | Time.cxx | 103 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames() local 104 aSupported.realloc( nOldLen + 8 ); in getSupportedServiceNames() 105 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in getSupportedServiceNames()
|
H A D | RadioButton.cxx | 143 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() local 144 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 145 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 2422 nPos = (sal_uInt16) nOldLen; in addItems() 2434 for ( n = nPos; n < nOldLen; n++ ) in addItems() 2448 if ( nOldLen && ( nPos < nOldLen ) ) in removeItems() 2450 if ( nCount > ( nOldLen-nPos ) ) in removeItems() 2451 nCount = nOldLen-nPos; in removeItems() 2453 sal_uInt16 nNewLen = nOldLen - nCount; in removeItems() 3027 nPos = (sal_uInt16) nOldLen; in addItems() 3039 for ( n = nPos; n < nOldLen; n++ ) in addItems() 3053 if ( nOldLen && ( nPos < nOldLen ) ) in removeItems() 3055 if ( nCount > ( nOldLen-nPos ) ) in removeItems() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtdrop.cxx | 292 const xub_StrLen nOldLen = GetLen(); in PaintTxt() local 315 ((SwDropPortion*)this)->SetLen( nOldLen ); in PaintTxt() 407 const xub_StrLen nOldLen = GetLen(); in FormatTxt() local 415 SetLen( nOldLen ); in FormatTxt() 442 xub_StrLen nOldLen = rInf.GetLen(); in GetTxtSize() local 453 ((SwTxtSizeInfo&)rInf).SetLen( nOldLen ); in GetTxtSize()
|
/aoo41x/main/editeng/source/misc/ |
H A D | splwrap.cxx | 74 xub_StrLen nOldLen = rOldText.Len(), in SvxPrepareAutoCorrect() local 76 if (nOldLen && nNewLen) in SvxPrepareAutoCorrect() 78 sal_Bool bOldHasDot = sal_Unicode( '.' ) == rOldText.GetChar( nOldLen - 1 ), in SvxPrepareAutoCorrect() 82 rOldText.Erase( nOldLen - 1 ); in SvxPrepareAutoCorrect()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | Formula.cxx | 148 const xub_StrLen nOldLen = m_nEnd - m_nStart; in setCurrentFormula() local 150 if (nOldLen) in setCurrentFormula() 151 m_sFormula.Erase( m_nStart, nOldLen ); in setCurrentFormula()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdoc.cxx | 464 sal_uInt16 nOldLen = maText.Len(); in Append() local 485 if ( pTmpAttrib->GetEnd() == nOldLen ) in Append() 502 pNewAttrib->GetStart() = pNewAttrib->GetStart() + nOldLen; in Append() 503 pNewAttrib->GetEnd() = pNewAttrib->GetEnd() + nOldLen; in Append()
|
/aoo41x/main/package/source/zipapi/ |
H A D | XUnbufferedStream.cxx | 280 sal_Int32 nOldLen = maCompBuffer.getLength(); in readBytes() local 281 maCompBuffer.realloc( nOldLen + aSuffix.getLength() ); in readBytes() 282 … rtl_copyMemory( maCompBuffer.getArray() + nOldLen, aSuffix.getConstArray(), aSuffix.getLength() ); in readBytes()
|
/aoo41x/main/io/source/TextInputStream/ |
H A D | TextInputStream.cxx | 350 sal_Int32 nOldLen = mSeqSource.getLength(); in implReadNext() local 352 if( nTotalRead > nOldLen ) in implReadNext() 356 mSeqSource.getArray()[ nOldLen ] = aOneByteSeq.getConstArray()[ 0 ]; in implReadNext()
|