Home
last modified time | relevance | path

Searched refs:nLength (Results 76 – 100 of 450) sorted by relevance

12345678910>>...18

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java465 int nLength = sText.length(); in implts_import() local
475 if (nEnd==-1 && nStart<nLength) in implts_import()
476 nEnd = nLength; in implts_import()
609 int nLength = aOptions.m_sNew.length(); in implts_replace() local
610 int nEnd = nStart+nLength; in implts_replace()
615 nEnd = nStart+nLength; in implts_replace()
/trunk/main/sc/source/filter/xml/
H A DXMLConverter.cxx431 sal_Int32 nLength = static_cast< sal_Int32 >( rpcString - pcIdStart ); in lclGetConditionInfo() local
434 if( nLength > 0 ) in lclGetConditionInfo()
436 …if( (nLength == pInfo->mnIdentLength) && (::rtl_ustr_ascii_shortenedCompare_WithLength( pcIdStart,… in lclGetConditionInfo()
499 sal_Int32 nLength = static_cast< sal_Int32 >( pcEnd - rpcString ); in lclSkipExpressionString() local
500 sal_Int32 nNextQuote = ::rtl_ustr_indexOfChar_WithLength( rpcString, nLength, cQuoteChar ); in lclSkipExpressionString()
/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx232 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
233 for(sal_Int16 i=0; i<nLength; i++) { in StartElement()
1062 sal_Int32 nLength = aContent.getLength(); in PrepareField() local
1065 --nLength; in PrepareField()
1070 --nLength; in PrepareField()
1072 aAny <<= aContent.copy(nStart, nLength); in PrepareField()
3086 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
3087 for(sal_Int16 i=0; i<nLength; i++) in StartElement()
3418 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
3419 for(sal_Int16 i=0; i<nLength; i++) { in StartElement()
[all …]
H A DXMLLineNumberingExport.cxx132 sal_Int32 nLength = 0; in Export() local
133 aAny >>= nLength; in Export()
134 if (nLength != 0) in Export()
137 rExport.GetMM100UnitConverter().convertMeasure(sBuf, nLength); in Export()
/trunk/main/sw/source/filter/xml/
H A Dxmlfmt.cxx80 sal_Int32 nLength; member in SwXMLConditionParser_Impl
99 while( nPos < nLength && ' ' == sInput[nPos] ) in SkipWS()
107 if( nPos < nLength && c == sInput[nPos] ) in MatchChar()
117 OUStringBuffer sBuffer( nLength ); in MatchName()
118 while( nPos < nLength && in MatchName()
131 OUStringBuffer sBuffer( nLength ); in MatchNumber()
132 while( nPos < nLength && '0' <= sInput[nPos] && sInput[nPos] <= '9' ) in MatchNumber()
149 nLength( rInp.getLength() ) in SwXMLConditionParser_Impl()
162 bOK &= nPos == nLength; in SwXMLConditionParser_Impl()
/trunk/main/xmloff/source/core/
H A Dunointerfacetouniqueidentifiermapper.cxx81 sal_Int32 nLength = rIdentifier.getLength(); in registerReference() local
84 if( nLength < 2 || p[0] != 'i' || p[1] != 'd' ) in registerReference()
87 nLength -= 2; in registerReference()
90 while(nLength--) in registerReference()
/trunk/main/tools/bootstrp/
H A Dprj.cxx111 int nLength = aTmpStr.Len(); in GetNextLine() local
114 for ( sal_uInt16 i = 0; i<= nLength; i++) in GetNextLine()
142 int nLength = aTmpStr.Len(); in GetCleanedNextLine() local
145 for ( sal_uInt16 i = 0; i<= nLength; i++) in GetCleanedNextLine()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx226 sal_Int32 nLength = sText.getLength(); in implGetParagraphBoundary() local
227 rBoundary.endPos = nLength; in implGetParagraphBoundary()
1550 sal_Int32 nLength = aRes.getLength(); in getCharacterAttributes() local
1552 sal_Int32* pIndices = new sal_Int32[nLength]; in getCharacterAttributes()
1554 for( i = 0; i < nLength; i++ ) in getCharacterAttributes()
1560 for( i = 0; i < nLength; i++ ) in getCharacterAttributes()
2268 sal_Int32 nLength = sText.getLength(); in getTextBeforeIndex() local
2401 sal_Int32 nLength = sText.getLength(); in getTextBehindIndex() local
2728 for(i=0; i<nLength; ++i) in setAttributes()
2828 for (sal_Int32 i = 0; i < nLength; ++i) in getDefaultAttributes()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx149 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in startElement() local
153 for(sal_Int16 i = 0; i < nLength; ++i) in startElement()
198 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in startElement() local
204 for(sal_Int16 i = 0; i < nLength; ++i) in startElement()
245 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in startElement() local
247 for(sal_Int16 i = 0; i < nLength; ++i) in startElement()
/trunk/main/sal/rtl/source/
H A Dcipher.c254 sal_Size nLength);
263 sal_Size nLength);
788 sal_Size nLength) in __rtl_cipherBF_updateECB() argument
796 RTL_CIPHER_NTOHL64(pData, DL, DR, nLength); in __rtl_cipherBF_updateECB()
810 RTL_CIPHER_HTONL64(DL, DR, pBuffer, nLength); in __rtl_cipherBF_updateECB()
823 sal_Size nLength) in __rtl_cipherBF_updateCBC() argument
831 RTL_CIPHER_NTOHL64(pData, DL, DR, nLength); in __rtl_cipherBF_updateCBC()
862 RTL_CIPHER_HTONL64(DL, DR, pBuffer, nLength); in __rtl_cipherBF_updateCBC()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx406 sal_uInt16 nLength; in ReadRecordParams() local
407 *pWMF >> nLength; in ReadRecordParams()
408 if ( nLength ) in ReadRecordParams()
410 char* pChar = new char[ ( nLength + 1 ) &~ 1 ]; in ReadRecordParams()
411 pWMF->Read( pChar, ( nLength + 1 ) &~ 1 ); in ReadRecordParams()
412 String aText( pChar, nLength, pOut->GetCharSet() ); in ReadRecordParams()
1339 sal_uInt16 nLength; in GetPlaceableBound() local
1340 *pStm >> nLength; in GetPlaceableBound()
1342 if ( nLength ) in GetPlaceableBound()
1344 pStm->SeekRel( ( nLength + 1 ) &~ 1 ); in GetPlaceableBound()
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx38 sal_Int32 nLength; member
47 const rtl::OUString aSource(rTest.aSource, rTest.nLength); in testConvertToString()
56 for (sal_Int32 i = 0; i < rTest.nLength; ++i) in testConvertToString()
60 if (i + 1 < rTest.nLength) in testConvertToString()
/trunk/main/sw/source/core/unocore/
H A DXMLRangeHelper.cxx133 sal_Int32 nLength = aCellStr.getLength(); in lcl_getSingleCellAddressFromXMLString() local
134 sal_Int32 i = nLength - 1, nColumn = 0; in lcl_getSingleCellAddressFromXMLString()
314 const sal_Int32 nLength = rXMLString.getLength(); in getCellRangeFromXMLString() local
321 nEndPos < nLength; in getCellRangeFromXMLString()
332 while( nEndPos < nLength && in getCellRangeFromXMLString()
/trunk/main/chart2/source/tools/
H A DXMLRangeHelper.cxx133 sal_Int32 nLength = aCellStr.getLength(); in lcl_getSingleCellAddressFromXMLString() local
134 sal_Int32 i = nLength - 1, nColumn = 0; in lcl_getSingleCellAddressFromXMLString()
320 const sal_Int32 nLength = rXMLString.getLength(); in getCellRangeFromXMLString() local
327 nEndPos < nLength; in getCellRangeFromXMLString()
338 while( nEndPos < nLength && in getCellRangeFromXMLString()
/trunk/main/sc/source/ui/vba/
H A Dvbacharacters.cxx32 …ASE( xParent, xContext ), m_xSimpleText(xRange), m_aPalette( dPalette), nLength(-1), nStart(1), b… in ScVbaCharacters()
38 Length >>=nLength; in ScVbaCharacters()
48 if ( nLength < 0 ) // expand to end in ScVbaCharacters()
51 xTextCursor->goRight( nLength, sal_True ); in ScVbaCharacters()
/trunk/main/framework/source/services/
H A Ddispatchhelper.cxx144 sal_Int32 nLength = lArguments.getLength(); in executeDispatch() local
145 aArguments.realloc( nLength + 1 ); in executeDispatch()
146 aArguments[ nLength ].Name = ::rtl::OUString::createFromAscii("SynchronMode"); in executeDispatch()
147 aArguments[ nLength ].Value <<= (sal_Bool) sal_True; in executeDispatch()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx547 sal_Int32 nLength; in saveChild() local
551 nLength = xStream->readBytes( aSeq, n_ConstBufferSize ); in saveChild()
552 rZipOut.rawWrite(aSeq, 0, nLength); in saveChild()
554 while ( nLength == n_ConstBufferSize ); in saveChild()
602 sal_Int32 nLength; in saveChild() local
606 nLength = xStream->readBytes(aSeq, n_ConstBufferSize); in saveChild()
607 rZipOut.write(aSeq, 0, nLength); in saveChild()
609 while ( nLength == n_ConstBufferSize ); in saveChild()
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx234 const xub_StrLen nLength = STRING_LEN ) in SwTxtSizeInfo() argument
235 { CtorInitTxtSizeInfo( pTxtFrm, pTxtFnt, nIndex, nLength ); } in SwTxtSizeInfo()
851 const xub_StrLen nStart, const xub_StrLen nLength, in DrawText() argument
854 ((SwTxtPaintInfo*)this)->_DrawText( rText, rPor, nStart, nLength, bKern ); in DrawText()
858 const xub_StrLen nLength, const sal_Bool bKern ) const in DrawText() argument
860 ((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern ); in DrawText()
864 const xub_StrLen nLength, in DrawMarkedText() argument
870 …((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern, bWrong, bSmartTags, bGramma… in DrawMarkedText()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx743 ::sal_Int32 nLength = sText.getLength(); in implGetParagraphBoundary()
745 if ( implIsValidIndex( nIndex, nLength ) ) in implGetParagraphBoundary()
748 rBoundary.endPos = nLength; in implGetParagraphBoundary()
762 ::sal_Int32 nLength = sText.getLength(); in implGetLineBoundary()
764 if ( implIsValidIndex( nIndex, nLength ) || nIndex == nLength ) in implGetLineBoundary()
958 if (nIndex < 0 || nIndex > nLength) in retrieveCharacterBounds()
966 if ( nIndex == nLength ) in retrieveCharacterBounds()
1157 sal_Int32 nLength = aRes.getLength(); in retrieveCharacterAttributes() local
1159 sal_Int32* pIndices = new sal_Int32[nLength]; in retrieveCharacterAttributes()
1160 for( i = 0; i < nLength; i++ ) in retrieveCharacterAttributes()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewClipboard.cxx171 sal_uInt16 nLength = sLayoutSuffix.Len(); in AssignMasterPage() local
173 if (String(sLayoutName, sLayoutName.Len()-nLength, nLength).Equals ( in AssignMasterPage()
175 sLayoutName = String(sLayoutName, 0, sLayoutName.Len()-nLength); in AssignMasterPage()
/trunk/main/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx142 sal_Int16 nLength = static_cast< sal_Int16 >( sList.getLength() ); in List() local
148 if( nIndex < 0 || nIndex >= nLength ) in List()
158 uno::Sequence< uno::Sequence< rtl::OUString > > sReturnArray( nLength ); in List()
159 for ( sal_Int32 i = 0; i < nLength; ++i ) in List()
/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java105 long nLength = aAccess.length(); in checkDocument() local
106 System.out.println("File length: " + nLength); in checkDocument()
107 assertTrue("File length wrong", nLength > 0); in checkDocument()
112 … assertTrue("File length not near equal to string length", sLine.length() + 2 >= nLength); in checkDocument()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx84 for( sal_Int32 nIndex = 0, nLength = aPropsInfo.getLength(); nIndex < nLength; ++nIndex ) in lclGetRelatedStreams() local
128 for( sal_Int32 nIndex = 0, nLength = aServiceNames.getLength(); nIndex < nLength; ++nIndex ) in supportsService() local
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5973 sal_uInt32 nLength; in GetCtrlData() local
5987 nPos += nLength; in GetCtrlData()
6028 sal_uInt32 nLength; in GetDrawingGroupContainerData() local
6041 rSt.SeekRel( nLength ); in GetDrawingGroupContainerData()
6063 nLenFBSE = nLength; in GetDrawingGroupContainerData()
6127 rSt.SeekRel( nLength ); in GetDrawingGroupContainerData()
6162 rSt.SeekRel( nLength ); in GetDrawingContainerData()
6163 nReadDg += nLength; in GetDrawingContainerData()
6201 rSt.SeekRel( nLength ); in GetShapeGroupContainerData()
6253 nReadSpCont += nLength; in GetShapeContainerData()
[all …]
/trunk/main/forms/source/xforms/
H A Dcomputedexpression.cxx108 xub_StrLen nLength = in _checkExpression() local
111 xub_StrLen nEnd = nLength; in _checkExpression()
116 return ( nLength == 0 || nSearch != 0 ) in _checkExpression()
117 && ( nStart == 0 && nEnd == nLength ); in _checkExpression()

Completed in 252 milliseconds

12345678910>>...18