Home
last modified time | relevance | path

Searched refs:nNewIndex (Results 26 – 30 of 30) sorted by relevance

12

/aoo42x/main/sc/source/core/data/
H A Ddocumen3.cxx151 sal_uInt16 nNewIndex = 0; in SetDBCollection() local
153 pNewDBCollection->SearchName( pOldData->GetName(), nNewIndex ) ) in SetDBCollection()
155 ScDBData* pNewData = (*pNewDBCollection)[nNewIndex]; in SetDBCollection()
H A Ddocument.cxx1786 sal_uInt16 nNewIndex = ((*pRangeName)[k])->GetIndex(); in CopyRangeNamesFromClip() local
1787 aClipRangeNames.insert(nOldIndex, nNewIndex); in CopyRangeNamesFromClip()
1789 aClipRangeNames.mbReplace = ( nOldIndex != nNewIndex ); in CopyRangeNamesFromClip()
1801 sal_uInt16 nNewIndex = pData->GetIndex(); in CopyRangeNamesFromClip() local
1802 aClipRangeNames.insert(nOldIndex, nNewIndex); in CopyRangeNamesFromClip()
1804 aClipRangeNames.mbReplace = ( nOldIndex != nNewIndex ); in CopyRangeNamesFromClip()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx576 sal_Int32 nNewIndex = 0; in setNumberFormat() local
582 nNewIndex = mxFormats->queryKey( rFormat, aLocale, false ); in setNumberFormat()
583 if ( nNewIndex == -1 ) // format not defined in setNumberFormat()
584 nNewIndex = mxFormats->addNew( rFormat, aLocale ); in setNumberFormat()
586 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("NumberFormat") ), uno::makeAny( nNewIndex ) ); in setNumberFormat()
598 sal_Int32 nNewIndex = xTypes->getStandardFormat( nType, aLocale ); in setNumberFormat() local
599 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("NumberFormat") ), uno::makeAny( nNewIndex ) ); in setNumberFormat()
/aoo42x/main/sc/inc/
H A Dafmtuno.hxx155 void InitFormat( sal_uInt16 nNewIndex );
/aoo42x/main/sc/source/filter/excel/
H A Dxiescher.cxx3540 sal_Int32 nNewIndex = xFormIC->getCount(); in InsertControl() local
3541 xFormIC->insertByIndex( nNewIndex, Any( rxFormComp ) ); in InsertControl()
3543 rConvData.mnLastCtrlIndex = nNewIndex; in InsertControl()

Completed in 137 milliseconds

12