Home
last modified time | relevance | path

Searched refs:nOldLength (Results 1 – 14 of 14) sorted by relevance

/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx75 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()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedGapwidthProperty.cxx101 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()
/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx178 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()
/trunk/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx172 sal_Int32 nOldLength = aProperties.getLength(); in getProperties() local
173 aProperties.realloc( nOldLength + 1 ); in getProperties()
174 aProperties[ nOldLength ] = getPropertyByName( getParaAlignProperty() ); in getProperties()
/trunk/main/forms/source/component/
H A DFormComponent.cxx100 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 Dimgprod.cxx90 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()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx592 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()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx890 sal_Int32 nOldLength = _rInfo.getLength(); in fillDatasourceInfo() local
891 _rInfo.realloc(nOldLength + aRelevantSettings.size()); in fillDatasourceInfo()
892 PropertyValue* pAppendValues = _rInfo.getArray() + nOldLength; in fillDatasourceInfo()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx696 GetCellData( rAction.GetOldCell(), pOldData, nDummy32, nOldLength ); in XclExpChTrCellContent()
804 rStrm << nOldLength in SaveActionData()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1749 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()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1929 sal_Int32 nOldLength(rProps.getLength()); in GetViewSettingsAndViews() local
1930 rProps.realloc(nOldLength + 1); in GetViewSettingsAndViews()
1934 rProps[nOldLength] = aProp; in GetViewSettingsAndViews()
/trunk/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx456 sal_uInt16 nOldLength; // this is not the record size member in XclExpChTrCellContent
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx565 const sal_Int32 nOldLength = aSql.getLength(); in updateRow() local
610 if( aSql.getLength() != nOldLength ) in updateRow()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1062 sal_Int32 nOldLength = seqArgsOld.getLength(); in getArgs() local
1111 while ( nOldInd < nOldLength ) in getArgs()
1118 if ( nOldInd == nOldLength ) in getArgs()

Completed in 131 milliseconds