Home
last modified time | relevance | path

Searched refs:nIndex (Results 301 – 325 of 1876) sorted by relevance

1...<<11121314151617181920>>...76

/trunk/main/svx/source/table/
H A Dtablerow.cxx120 void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter /* = … in insertColumns() argument
125 if( nIndex >= static_cast< sal_Int32 >( maCells.size() ) ) in insertColumns()
126 nIndex = static_cast< sal_Int32 >( maCells.size() ); in insertColumns()
128 maCells.insert( maCells.begin() + nIndex, *pIter, (*pIter) + nCount ); in insertColumns()
133 maCells.insert( maCells.begin() + nIndex + i, mxTableModel->createCell() ); in insertColumns()
140 void TableRow::removeColumns( sal_Int32 nIndex, sal_Int32 nCount ) in removeColumns() argument
143 if( (nCount >= 0) && ( nIndex >= 0) ) in removeColumns()
145 if( (nIndex + nCount) < static_cast< sal_Int32 >( maCells.size() ) ) in removeColumns()
148 while( nIndex-- && (aBegin != maCells.end()) ) in removeColumns()
165 maCells.resize( nIndex ); in removeColumns()
H A Dtablelayouter.cxx469 sal_Size nIndex; in distribute() local
476 for( nIndex = 0; nIndex < nCount; ++nIndex ) in distribute()
478 Layout& rLayout = rLayouts[nIndex]; in distribute()
490 for( nIndex = 0; nIndex < nCount; ++nIndex ) in distribute()
492 Layout& rLayout = rLayouts[nIndex]; in distribute()
503 for( nIndex = 0; nIndex < nCount; ++nIndex ) in distribute()
505 Layout& rLayout = rLayouts[nIndex]; in distribute()
509 if( nIndex == (nCount-1) ) in distribute()
525 for( nIndex = 0; nIndex < nCount; ++nIndex ) in distribute()
526 nSize += rLayouts[nIndex].mnSize; in distribute()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx177 sal_Int32 nIndex = -1; in getAccessibleIndexInParent() local
184 for (nIndex = 0; aIter != aEnd && aIter->second != m_pTable; ++nIndex,++aIter) in getAccessibleIndexInParent()
186 nIndex = aIter != aEnd ? nIndex : -1; in getAccessibleIndexInParent()
188 return nIndex; in getAccessibleIndexInParent()
241 …AccessibleRelation SAL_CALL OTableWindowAccess::getRelation( sal_Int32 nIndex ) throw (IndexOutOfB… in getRelation() argument
244 if( nIndex < 0 || nIndex >= getRelationCount() ) in getRelation()
251 …d::vector<OTableConnection*>::const_iterator aIter = pView->getTableConnections(m_pTable) + nIndex; in getRelation()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Duno2cpp.cxx448 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
451 if (pParams[nIndex].bIn) in cpp_call()
453 if (pParams[nIndex].bOut) // inout in cpp_call()
455 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); // destroy uno value in cpp_call()
456 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
462 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
466 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
488 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
490 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()
/trunk/main/tools/inc/tools/
H A Dref.hxx133 inline void Insert( EN p, sal_uIntPtr nIndex )\
134 { CN##List::Insert( p, nIndex ); p->AddRef();}\
140 inline EN Remove( sal_uIntPtr nIndex );\
143 inline EN Replace( EN p, sal_uIntPtr nIndex );\
194 inline EN CN##MemberList::Remove( sal_uIntPtr nIndex ) \
196 EN p = CN##List::Remove( nIndex ); \
209 inline EN CN##MemberList::Replace( EN p, sal_uIntPtr nIndex ) \
211 p->AddRef(); p = CN##List::Replace( p, nIndex ); \
235 inline void Insert( EntryName p, sal_uIntPtr nIndex ); \
245 inline EntryName GetObject( sal_uIntPtr nIndex ) const;\
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx1046 if (nIndex < FOUR) in getUserFieldName()
1047 return _pImp->m_UserDefined[nIndex]; in getUserFieldName()
1057 if (nIndex < FOUR) { in getUserFieldValue()
1079 if (nIndex < FOUR) // yes, four! in setUserFieldName()
1097 _pImp->m_UserDefined[nIndex] = aName; in setUserFieldName()
1103 _pImp->m_UserDefined[nIndex] = aName; in setUserFieldName()
1105 _pImp->m_UserDefined[nIndex] = aName; in setUserFieldName()
1129 if (nIndex < FOUR) // yes, four! in setUserFieldValue()
1225 return SfxDocumentInfoObject::getUserFieldName(nIndex); in getUserFieldName()
1232 return SfxDocumentInfoObject::getUserFieldValue(nIndex); in getUserFieldValue()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx614 return m_aCachedToolBarPartProperties[nIndex]; in GetAddonsToolBarPart()
633 if ( nIndex < m_aCachedToolBarPartUINames.size() ) in GetAddonsToolbarUIName()
634 return m_aCachedToolBarPartUINames[nIndex]; in GetAddonsToolbarUIName()
717 sal_uInt32 nIndex = 0; in ReadAddonMenuSet() local
738 rAddonMenuSeq[nIndex++] = aMenuItem; in ReadAddonMenuSet()
756 sal_uInt32 nIndex = 0; in ReadOfficeHelpSet() local
777 rAddonOfficeHelpMenuSeq[nIndex++] = aMenuItem; in ReadOfficeHelpSet()
795 sal_uInt32 nIndex = 0; in ReadOfficeMenuBarSet() local
831 ++nIndex; in ReadOfficeMenuBarSet()
1541 sal_uInt32 nIndex = 0; in ReadSubMenuEntries() local
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTreeModel.java112 synchronized public Object getChild (Object aParent, final int nIndex) in getChild() argument
119 aChild = aParentNode.GetChildNoCreate (nIndex); in getChild()
125 aChild = aParentNode.CreateChild (nIndex); in getChild()
126 aParentNode.SetChild ((AccessibilityNode)aChild, nIndex); in getChild()
137 synchronized public void nodeWasInserted (AccessibilityNode aParent, int nIndex) in nodeWasInserted() argument
139 nodesWereInserted (aParent, new int[]{nIndex}); in nodeWasInserted()
208 int nIndex = aRoot.getIndex (aNode); in RemoveTopLevelNode() local
210 nodesWereRemoved (aRoot, new int[]{nIndex}, new Object[]{aNode}); in RemoveTopLevelNode()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java79 public AccessibleTreeNode createChild (AccessibleTreeNode aParent, int nIndex) in createChild() argument
90 switch( nIndex ) in createChild()
299 int nIndex = xText.getIndexAtPoint( aMiddle ); in bounds() local
302 if( (nIndex >= 0) && (nIndex < xText.getCharacter(i)) ) in bounds()
303 aBuffer.append( xText.getCharacter(nIndex) ); in bounds()
341 int nIndex = 0; in getAttributes() local
343 while( nIndex < nLength ) in getAttributes()
350 nIndex, AccessibleTextType.ATTRIBUTE_RUN).SegmentText; in getAttributes()
367 nIndex += (aPortion.length() > 0) ? aPortion.length() : 1; in getAttributes()
396 public void performAction (AccessibleTreeNode aNode, int nIndex) in performAction() argument
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.cxx196 sal_Int32 nIndex = -1; in getColorIndex() local
203 nIndex = count + 1; in getColorIndex()
207 return uno::makeAny(nIndex); in getColorIndex()
336 sal_Int32 nIndex = getTableIndex( Index ); in getByIndex() local
337 if ( nIndex >= 0 && nIndex < getCount() ) in getByIndex()
363 sal_Int32 nIndex; member in RangeBorderEnumWrapper
368 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
373 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
374 return m_xIndexAccess->getByIndex( nIndex++ ); in nextElement()
406 ScVbaBorders::getItemByIntIndex( const sal_Int32 nIndex ) throw (uno::RuntimeException) in getItemByIntIndex() argument
[all …]
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.hxx67 inline const void* GetObject( sal_uInt32 nIndex ) const in GetObject()
68 { return (nIndex < nCount) ? pData[ nIndex ] : NULL; } in GetObject()
74 void Insert( void* pNew, sal_uInt32 nIndex );
101 inline const ::rtl::OUString* Get( sal_uInt32 nIndex ) const;
112 inline const ::rtl::OUString* ScaStringList::Get( sal_uInt32 nIndex ) const in Get()
114 return static_cast< const ::rtl::OUString* >( ScaList::GetObject( nIndex ) ); in Get()
212 … ScaFuncRes( ResId& rResId, ResMgr& rResMgr, sal_uInt16 nIndex, ::rtl::OUString& rRet );
285 inline const ScaFuncData* Get( sal_uInt32 nIndex ) const;
295 inline const ScaFuncData* ScaFuncDataList::Get( sal_uInt32 nIndex ) const in Get()
297 return static_cast< const ScaFuncData* >( ScaList::GetObject( nIndex ) ); in Get()
[all …]
/trunk/main/vcl/source/gdi/
H A Doctree.cxx208 const sal_uLong nIndex = ( ( ( pColor->GetRed() & cMask ) >> nShift ) << 2 ) | in ImplAdd() local
213 ImplAdd( &(*ppNode)->pChild[ nIndex ] ); in ImplAdd()
284 const sal_uLong nIndex = ( ( ( pColor->GetRed() & cMask ) >> nShift ) << 2 ) | in GetPalIndex() local
288 GetPalIndex( pNode->pChild[ nIndex ] ); in GetPalIndex()
314 for( sal_uLong nIndex = 0; nIndex < nColors; nIndex++ ) in InverseColorMap() local
316 const BitmapColor& rColor = rPal[ (sal_uInt16) nIndex ]; in InverseColorMap()
338 if ( !nIndex || ( (long) *cdp ) > bdist ) in InverseColorMap()
341 *crgbp = (sal_uInt8) nIndex; in InverseColorMap()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx579 const Reference< XDiagram >& xDiagram, sal_Int32 nIndex ) in getCoordinateSystemByIndex() argument
585 if(0<=nIndex && nIndex<aCooSysList.getLength()) in getCoordinateSystemByIndex()
586 return aCooSysList[nIndex]; in getCoordinateSystemByIndex()
899 sal_Int32 nIndex=0; in getAxisOrGridPossibilities() local
901 for(nIndex=0;nIndex<3;nIndex++) in getAxisOrGridPossibilities()
902 … rPossibilityList[nIndex]=ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nIndex); in getAxisOrGridPossibilities()
903 for(nIndex=3;nIndex<6;nIndex++) in getAxisOrGridPossibilities()
905 …rPossibilityList[nIndex]=ChartTypeHelper::isSupportingSecondaryAxis(xChartType,nDimensionCount,nIn… in getAxisOrGridPossibilities()
907 rPossibilityList[nIndex] = rPossibilityList[nIndex-3]; in getAxisOrGridPossibilities()
1067 if( nIndex >= 0 && nIndex < aChartTypeList.getLength() ) in getChartTypeByIndex()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx178 sal_Bool VCLXAccessibleRadioButton::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBounds… in doAccessibleAction() argument
182 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in doAccessibleAction()
194 ::rtl::OUString VCLXAccessibleRadioButton::getAccessibleActionDescription ( sal_Int32 nIndex ) thro… in getAccessibleActionDescription() argument
198 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionDescription()
205 …ng > VCLXAccessibleRadioButton::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionKeyBinding() argument
209 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionKeyBinding()
H A Dvclxaccessiblebutton.cxx207 sal_Bool VCLXAccessibleButton::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcep… in doAccessibleAction() argument
211 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in doAccessibleAction()
223 ::rtl::OUString VCLXAccessibleButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (In… in getAccessibleActionDescription() argument
227 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionDescription()
235 …Binding > VCLXAccessibleButton::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionKeyBinding() argument
239 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionKeyBinding()
H A Dvclxaccessiblestatusbaritem.cxx504 sal_Bool VCLXAccessibleStatusBarItem::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOfBoundsE… in setCaretPosition() argument
508 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
516 Sequence< PropertyValue > VCLXAccessibleStatusBarItem::getCharacterAttributes( sal_Int32 nIndex, co… in getCharacterAttributes() argument
523 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
540 awt::Rectangle VCLXAccessibleStatusBarItem::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutO… in getCharacterBounds() argument
544 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
553 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds()
567 sal_Int32 nIndex = -1; in getIndexAtPoint() local
575 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
578 return nIndex; in getIndexAtPoint()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1085 sal_Int32 nIndex = 0; in lcl_DateStringToDateTime() local
1088 nIndex = 0; in lcl_DateStringToDateTime()
1093 nIndex = 0; in lcl_DateStringToDateTime()
1719 ++nIndex; in lcl_ExctractAskVariableAndHint()
1722 nIndex = 0; in lcl_ExctractAskVariableAndHint()
1724 nIndex = 0; in lcl_ExctractAskVariableAndHint()
1726 if( nIndex > 0) in lcl_ExctractAskVariableAndHint()
1744 if( nIndex >= 0 ) in lcl_FindInCommand()
1752 rValue = rCommand.copy( nIndex + 3, nEndIndex - nIndex - 3); in lcl_FindInCommand()
2554 sal_Int32 nIndex = 0; in GetCommandParts() local
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbaborders.cxx272 sal_Int32 nIndex = getTableIndex( Index ); in getByIndex() local
273 if ( nIndex >= 0 && nIndex < getCount() ) in getByIndex()
276 …ord::XBorder >( new SwVbaBorder( xProps, m_xContext, supportedIndexTable[ nIndex ], m_Palette )) ); in getByIndex()
299 sal_Int32 nIndex; member in RangeBorderEnumWrapper
301 …ference< container::XIndexAccess >& xIndexAccess ) : m_xIndexAccess( xIndexAccess ), nIndex( 0 ) {} in RangeBorderEnumWrapper()
304 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
309 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
310 return m_xIndexAccess->getByIndex( nIndex++ ); in nextElement()
340 SwVbaBorders::getItemByIntIndex( const sal_Int32 nIndex ) throw (uno::RuntimeException) in getItemByIntIndex() argument
342 return createCollectionObject( m_xIndexAccess->getByIndex( nIndex ) ); in getItemByIntIndex()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx346 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
349 if (pParams[nIndex].bIn) in cpp_call()
351 if (pParams[nIndex].bOut) // inout in cpp_call()
353 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); // destroy uno value in cpp_call()
354 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
360 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
364 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
386 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
388 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx327 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
330 if (pParams[nIndex].bIn) in cpp_call()
332 if (pParams[nIndex].bOut) // inout in cpp_call()
334 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); // destroy uno value in cpp_call()
335 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
341 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
345 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
365 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
367 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx351 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
354 if (pParams[nIndex].bIn) in cpp_call()
356 if (pParams[nIndex].bOut) // inout in cpp_call()
358 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); // destroy uno value in cpp_call()
359 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
365 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
369 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
391 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
393 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx162 sal_Int32 nIndex = -1; in implPredicateTree() local
164 while ( -1 != ( nIndex = sQuoted.indexOf( '\'',nTemp ) ) ) in implPredicateTree()
166 sQuoted = sQuoted.replaceAt( nIndex, 1, sDoubleQuote ); in implPredicateTree()
167 nTemp = nIndex+2; in implPredicateTree()
312 sal_Int32 nIndex = -1; in getPredicateValue() local
314 while ( -1 != ( nIndex = sValue.indexOf( sDoubleQuote,nTemp ) ) ) in getPredicateValue()
316 sValue = sValue.replaceAt( nIndex, 2, sSingleQuote ); in getPredicateValue()
317 nTemp = nIndex+2; in getPredicateValue()
341 sal_Int32 nIndex = 0; in getPredicateValue() local
342 sField = sField.getToken(0,'(',nIndex); in getPredicateValue()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx56 WW8StyleSheet::getEntry(sal_uInt32 nIndex) in getEntry() argument
60 sal_uInt32 nCount = entryOffsets[nIndex + 1] - entryOffsets[nIndex]; in getEntry()
64 WW8Style * pStyle = new WW8Style(this, entryOffsets[nIndex], nCount); in getEntry()
66 pStyle->setIndex(nIndex); in getEntry()
157 (sal_uInt32 nIndex) in get_upx() argument
169 for (sal_uInt32 n = 0; n < nIndex; ++n) in get_upx()
183 bool bIsPap = get_cupx() == 2 && nIndex == 0; in get_upx()
/trunk/main/filter/source/placeware/
H A DBase64Codec.cxx111 sal_uInt8 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0000) >> 18); in ThreeByteToFourByte() local
112 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
114 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F000) >> 12); in ThreeByteToFourByte()
115 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
119 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0) >> 6); in ThreeByteToFourByte()
120 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
124 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F)); in ThreeByteToFourByte()
125 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/filter/source/xsltfilter/
H A DXMLBase64Codec.cxx111 sal_uInt8 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0000) >> 18); in ThreeByteToFourByte() local
112 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
114 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F000) >> 12); in ThreeByteToFourByte()
115 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
119 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0) >> 6); in ThreeByteToFourByte()
120 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
124 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F)); in ThreeByteToFourByte()
125 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()

Completed in 1180 milliseconds

1...<<11121314151617181920>>...76