Home
last modified time | relevance | path

Searched refs:nSeqSize (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sax/source/expatwrap/ !
H A Dxml2utf.cxx509 sal_Int32 nSeqSize = nSourceSize * 3; in convert() local
511 Sequence<sal_Int8> seqText( nSeqSize ); in convert()
521 nSeqSize - nTargetCount, in convert()
529 nSeqSize = nSeqSize *2; in convert()
530 seqText.realloc( nSeqSize ); // double array size in convert()
/trunk/main/io/source/TextOutputStream/ !
H A DTextOutputStream.cxx137 sal_Int32 nSeqSize = nSourceSize * 3; in implConvert() local
139 Sequence<sal_Int8> seqText( nSeqSize ); in implConvert()
149 nSeqSize - nTargetCount, in implConvert()
158 nSeqSize *= 2; in implConvert()
159 seqText.realloc( nSeqSize ); // double array size in implConvert()
/trunk/main/embeddedobj/source/msole/ !
H A Dolecomponent.cxx1059 sal_Int32 nSeqSize = 0; in GetVerbList() local
1066 m_aVerbList.realloc( nSeqSize += nNum ); in GetVerbList()
1069 m_aVerbList[nSeqSize-nNum+nInd].VerbID = szEle[ nInd ].lVerb; in GetVerbList()
1070 …m_aVerbList[nSeqSize-nNum+nInd].VerbName = WinAccToVcl_Impl( reinterpret_cast<const sal_Unicode*>(… in GetVerbList()
1071 m_aVerbList[nSeqSize-nNum+nInd].VerbFlags = szEle[ nInd ].fuFlags; in GetVerbList()
1072 m_aVerbList[nSeqSize-nNum+nInd].VerbAttributes = szEle[ nInd ].grfAttribs; in GetVerbList()
/trunk/main/sw/source/core/unocore/ !
H A Dswunohelper.cxx221 sal_uInt16 nSeqSize = pDateTimeList ? 2 : 1; in UCB_GetFileListOfFolder() local
222 UNO_NMSPC::Sequence < rtl::OUString > aProps( nSeqSize ); in UCB_GetFileListOfFolder()
/trunk/main/basic/source/inc/ !
H A Dsbunoobj.hxx279 AutomationNamedArgsSbxArray( sal_Int32 nSeqSize ) in AutomationNamedArgsSbxArray() argument
280 : maNameSeq( nSeqSize ) in AutomationNamedArgsSbxArray()
/trunk/main/chart2/source/controller/dialogs/ !
H A DDataBrowserModel.cxx375 sal_Int32 nSeqSize = aLSequences.getLength(); in insertDataSeries() local
378 (nSeqIdx < nSeqSize); in insertDataSeries()
/trunk/main/basic/source/classes/ !
H A Dsbunoobj.cxx1251 sal_Int32 nSeqSize = nUpper - nLower + 1; in implRekMultiDimArrayToSequence() local
1253 xArray->realloc( aRetVal, nSeqSize ); in implRekMultiDimArrayToSequence()
1473 sal_Int32 nSeqSize = nUpper - nLower + 1; in sbxToUnoValue() local
1479 xArray->realloc( aRetVal, nSeqSize ); in sbxToUnoValue()
1491 for( sal_Int32 i = 0 ; i < nSeqSize ; i++,nIdx++ ) in sbxToUnoValue()

Completed in 83 milliseconds