Home
last modified time | relevance | path

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

12

/trunk/main/basic/source/runtime/
H A Dmethods.cxx3994 sal_uInt16 nOldLen = aOldStr.Len(); in RTLFUNC() local
3995 if( nOldLen == 0 ) in RTLFUNC()
4006 aOldStr = rCharClass.toTitle( aOldStr.ToLowerAscii(), 0, nOldLen ); in RTLFUNC()
4030 aNewStr = aTransliterationWrapper.transliterate( aOldStr, nLanguage, 0, nOldLen, &aOffsets ); in RTLFUNC()
/trunk/main/comphelper/source/misc/
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()
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 …]
/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/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/dbaccess/source/ui/browser/
H A Dsbagrid.cxx730 sal_Int32 nOldLen = aTypes.getLength(); in getTypes() local
731 aTypes.realloc(nOldLen + 1); in getTypes()
732 …aTypes.getArray()[nOldLen] = ::getCppuType( static_cast< Reference< ::com::sun::star::frame::XDisp… in getTypes()
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx610 sal_Int32 nOldLen = aTableFilter.getLength(); in collectDetailedSelection() local
611 aTableFilter.realloc(nOldLen + 1); in collectDetailedSelection()
613 aTableFilter[nOldLen] = sComposedName; in collectDetailedSelection()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2717 sal_Int32 nOldLen = aOldText.getLength(); in InsertText() local
2722 while ( nChgPos < nOldLen && nChgPos < nNewLen && in InsertText()
H A Dimpedit4.cxx2208 xub_StrLen nOldLen = aOldSel.Max().GetNode()->Len(); in ApplyChangedSentence()
2311 … sal_Int32 nDelta = rEditView.pImpEditView->GetEditSelection().Max().GetNode()->Len() - nOldLen; in ApplyChangedSentence()
/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/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/filter/source/msfilter/
H A Dsvdfppt.cxx6960 sal_Int32 nOldLen = pSet->maString.Len() - nNewLen; in PPTTextObj() local
6962 if ( ( nNewLen > 0 ) && ( nOldLen > 0 ) ) in PPTTextObj()
6966 pSet->maString = String( aString, 0, (sal_uInt16)nOldLen ); in PPTTextObj()
6967 pNew->maString = String( aString, (sal_uInt16)nOldLen, (sal_uInt16)nNewLen ); in PPTTextObj()
6968 pNew->mnOriginalTextPos += nOldLen; in PPTTextObj()
/trunk/main/forms/source/component/
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 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 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 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 DEdit.cxx358 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames() local
359 aSupported.realloc( nOldLen + 8 ); in getSupportedServiceNames()
360 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in getSupportedServiceNames()
H A DFormattedField.cxx413 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames() local
414 aSupported.realloc( nOldLen + 8 ); in getSupportedServiceNames()
415 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in getSupportedServiceNames()
H A DListBox.cxx220 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() local
221 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING()
222 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING()
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 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()
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()
/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/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()
/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()

Completed in 193 milliseconds

12