/aoo42x/main/extensions/source/xmlextract/ |
H A D | xmxtrct.cxx | 75 const sal_uInt32 nOldLength = maSeq.getLength(); in XMXLockBytes() local 76 maSeq.realloc( nOldLength + nRead ); in XMXLockBytes() 77 rtl_copyMemory( maSeq.getArray() + nOldLength, aReadSeq.getConstArray(), aReadSeq.getLength() ); in XMXLockBytes()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedGapwidthProperty.cxx | 101 long nOldLength = aBarPositionSequence.getLength(); in setPropertyValue() local 102 if( nOldLength <= m_nAxisIndex ) in setPropertyValue() 105 for( sal_Int32 i=nOldLength; i<m_nAxisIndex; i++ ) in setPropertyValue()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgfilter.cxx | 178 const sal_uInt32 nOldLength = rDescriptor.getLength(); in filter() local 179 sal_uInt32 nInsert(nOldLength); in filter() 181 … aNewDescriptor.realloc(nOldLength + (bSinglePage ? 1 : 0) + (bGotSelection ? 1 : 0)); in filter()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | gridcolumnproptranslator.cxx | 172 sal_Int32 nOldLength = aProperties.getLength(); in getProperties() local 173 aProperties.realloc( nOldLength + 1 ); in getProperties() 174 aProperties[ nOldLength ] = getPropertyByName( getParaAlignProperty() ); in getProperties()
|
/aoo42x/main/forms/source/component/ |
H A D | FormComponent.cxx | 100 sal_Int32 nOldLength = m_aHandles.getLength(); in addPropertyNotification() local 101 if ( ( nOldLength != m_aOldValues.getLength() ) in addPropertyNotification() 102 || ( nOldLength != m_aNewValues.getLength() ) in addPropertyNotification() 106 m_aHandles.realloc( nOldLength + 1 ); in addPropertyNotification() 107 m_aHandles[ nOldLength ] = _nHandle; in addPropertyNotification() 108 m_aOldValues.realloc( nOldLength + 1 ); in addPropertyNotification() 109 m_aOldValues[ nOldLength ] = _rOldValue; in addPropertyNotification() 110 m_aNewValues.realloc( nOldLength + 1 ); in addPropertyNotification() 111 m_aNewValues[ nOldLength ] = _rNewValue; in addPropertyNotification()
|
H A D | imgprod.cxx | 90 const sal_uInt32 nOldLength = maSeq.getLength(); in ImgProdLockBytes() local 91 maSeq.realloc( nOldLength + nRead ); in ImgProdLockBytes() 92 rtl_copyMemory( maSeq.getArray() + nOldLength, aReadSeq.getConstArray(), aReadSeq.getLength() ); in ImgProdLockBytes()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | frmview.cxx | 592 const sal_Int32 nOldLength = rValues.getLength(); in WriteUserDataSequence() local 593 rValues.realloc( nOldLength + aUserData.size() ); in WriteUserDataSequence() 595 PropertyValue* pValue = &(rValues.getArray()[nOldLength]); in WriteUserDataSequence()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 890 sal_Int32 nOldLength = _rInfo.getLength(); in fillDatasourceInfo() local 891 _rInfo.realloc(nOldLength + aRelevantSettings.size()); in fillDatasourceInfo() 892 PropertyValue* pAppendValues = _rInfo.getArray() + nOldLength; in fillDatasourceInfo()
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 696 GetCellData( rAction.GetOldCell(), pOldData, nDummy32, nOldLength ); in XclExpChTrCellContent() 804 rStrm << nOldLength in SaveActionData()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1749 const sal_uInt32 nOldLength = aSeq.getLength(); in getSequence() local 1750 aSeq.realloc( nOldLength + nRead ); in getSequence() 1751 … rtl_copyMemory( aSeq.getArray() + nOldLength, aReadSeq.getConstArray(), aReadSeq.getLength() ); in getSequence()
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 1929 sal_Int32 nOldLength(rProps.getLength()); in GetViewSettingsAndViews() local 1930 rProps.realloc(nOldLength + 1); in GetViewSettingsAndViews() 1934 rProps[nOldLength] = aProp; in GetViewSettingsAndViews()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | XclExpChangeTrack.hxx | 456 sal_uInt16 nOldLength; // this is not the record size member in XclExpChTrCellContent
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | KeySet.cxx | 565 const sal_Int32 nOldLength = aSql.getLength(); in updateRow() local 610 if( aSql.getLength() != nOldLength ) in updateRow()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 1062 sal_Int32 nOldLength = seqArgsOld.getLength(); in getArgs() local 1111 while ( nOldInd < nOldLength ) in getArgs() 1118 if ( nOldInd == nOldLength ) in getArgs()
|