Home
last modified time | relevance | path

Searched refs:nOldLen (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sal/rtl/source/
H A Dustrbuf.c110 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 Dstrbuf.c109 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()
/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx80 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()
/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx64 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()
/trunk/main/extensions/source/inc/
H A Dcomponentmodule.cxx186 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()
/trunk/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx196 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()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx793 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 …]
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx639 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 Dinteraction.cxx67 sal_Int32 nOldLen = m_aContinuations.getLength(); in addContinuation() local
68 m_aContinuations.realloc(nOldLen + 1); in addContinuation()
69 m_aContinuations[nOldLen] = _rxContinuation; in addContinuation()
/trunk/main/rsc/source/tools/
H A Drsctools.cxx463 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()
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx629 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()
/trunk/main/forms/source/component/
H A DComboBox.cxx104 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 DNumeric.cxx131 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 DCurrency.cxx179 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 DCheckBox.cxx123 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 DDate.cxx149 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 DTime.cxx103 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 DRadioButton.cxx143 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()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2422 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 …]
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx292 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()
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx74 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()
/trunk/main/reportdesign/source/ui/dlg/
H A DFormula.cxx148 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()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx464 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()
/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx280 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()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx350 sal_Int32 nOldLen = mSeqSource.getLength(); in implReadNext() local
352 if( nTotalRead > nOldLen ) in implReadNext()
356 mSeqSource.getArray()[ nOldLen ] = aOneByteSeq.getConstArray()[ 0 ]; in implReadNext()

Completed in 135 milliseconds

12