Home
last modified time | relevance | path

Searched refs:nLen (Results 426 – 450 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1761 int nLen = seekIndexData( mnStringIdxBase, nStringID); in getString() local
1766 if( nLen < 0) { in getString()
1770 if( nLen >= nMaxLen) in getString()
1771 nLen = nMaxLen; in getString()
1772 for( int i = 0; i < nLen; ++i) in getString()
1774 aNameBuf[ nLen] = '\0'; in getString()
2086 const int nLen = psp::getValueOfDouble( pOut, fVal, nPrecision); in dbl2str() local
2087 return nLen; in dbl2str()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx99 sal_Int32 nLen = aProps.getLength(); in lcl_ImplGetPropertyNames() local
100 aNames = Sequence< ::rtl::OUString>( nLen ); in lcl_ImplGetPropertyNames()
103 for ( sal_Int32 n = 0; n < nLen; ++n, ++pProps, ++pNames) in lcl_ImplGetPropertyNames()
529 sal_Int32 nLen = rEvents.getLength(); in ImplModelPropertiesChanged() local
530 aPeerPropertiesToSet.reserve(nLen); in ImplModelPropertiesChanged()
532 for( sal_Int32 i = 0; i < nLen; ++i, ++pEvents ) in ImplModelPropertiesChanged()
573 if ( nPType && ( nLen > 1 ) && DoesDependOnOthers( nPType ) ) in ImplModelPropertiesChanged()
/trunk/main/starmath/source/
H A Dunomodel.cxx378 sal_Int32 nLen = aTypes.getLength(); in getTypes() local
379 aTypes.realloc(nLen + 4); in getTypes()
381 pTypes[nLen++] = ::getCppuType((Reference<XServiceInfo>*)0); in getTypes()
382 pTypes[nLen++] = ::getCppuType((Reference<XPropertySet>*)0); in getTypes()
383 pTypes[nLen++] = ::getCppuType((Reference<XMultiPropertySet>*)0); in getTypes()
384 pTypes[nLen++] = ::getCppuType((Reference<XRenderable>*)0); in getTypes()
/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx871 xub_StrLen nLen = sName.Len(); in IMPL_LINK() local
880 if( sName.Len() != nLen ) in IMPL_LINK()
882 nLen = sName.Len(); in IMPL_LINK()
895 if( nLen ) in IMPL_LINK()
911 if( nLen ) in IMPL_LINK()
972 if( !nLen && ( nTypeId == TYP_SETFLD || in IMPL_LINK()
/trunk/main/jvmfwk/source/
H A Dframework.cxx942 rtl_uString * * arOptions, sal_Int32 nLen) in jfw_setVMParameters() argument
951 if (arOptions == NULL && nLen != 0) in jfw_setVMParameters()
953 node.setVmParameters(arOptions, nLen); in jfw_setVMParameters()
1063 rtl_uString ** arLocations, sal_Int32 nLen) in jfw_setJRELocations() argument
1072 if (arLocations == NULL && nLen != 0) in jfw_setJRELocations()
1074 node.setJRELocations(arLocations, nLen); in jfw_setJRELocations()
/trunk/main/extensions/source/scanner/
H A Dsane.cxx703 SANE_Int nLen=0; in Start() local
733 nLen = 0; in Start()
734 nStatus = p_read( maHandle, pBuffer, BYTE_BUFFER_SIZE, &nLen ); in Start()
736 if( nLen && ( nStatus == SANE_STATUS_GOOD || in Start()
739 fwrite( pBuffer, 1, nLen, pFrame ); in Start()
/trunk/main/tools/source/generic/
H A Dconfig.cxx273 const sal_uInt8* pBuf, sal_uInt64 nLen ) in ImplMakeConfigList() argument
276 if ( !nLen ) in ImplMakeConfigList()
291 while ( i < nLen ) in ImplMakeConfigList()
306 while ( (i < nLen) && pBuf[i] && (pBuf[i] != '\r') && (pBuf[i] != '\n') && in ImplMakeConfigList()
313 if ( (i+1 < nLen) && in ImplMakeConfigList()
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx328 int nLen = strlen( line ); in getServerDirectories() local
329 if( line[nLen-1] == '\n' ) in getServerDirectories()
330 line[nLen-1] = 0; in getServerDirectories()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2820 const xub_StrLen nLen = aStr.Len(); in ScPropper() local
2823 if ( nLen > 0 ) in ScPropper()
2833 while( nPos < nLen ) in ScPropper()
2842 aStr.ReleaseBufferAccess( nLen ); in ScPropper()
4498 for (SCSIZE nLen = nLast-nFirst; nLen > 0; nLen = nLast-nFirst) in ScMatch() local
5908 for (SCSIZE nLen = nLast-nFirst; nLen > 0; nLen = nLast-nFirst) in ScLookup() local
7646 if (nPos > nLen + 1) in ScReplace()
7647 nPos = nLen + 1; in ScReplace()
7648 if (nCount > nLen - nPos + 1) in ScReplace()
7649 nCount = nLen - nPos + 1; in ScReplace()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx309 xub_StrLen nLen = aStream.Tell() < STRING_MAXLEN in FinishFileDownload() local
325 sal_Char* pBuffer = sBuffer.AllocBuffer(nLen); in FinishFileDownload()
327 aStream.Read((void*)pBuffer, nLen); in FinishFileDownload()
/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx214 sal_Int32 nLen = aPassword.getLength(); in setPasswordHash() local
215 mbEmptyPass = nLen <= 0 ? true : false; in setPasswordHash()
220 for (sal_Int32 i = 0; i < nLen; ++i) in setPasswordHash()
/trunk/main/comphelper/source/property/
H A Dpropstate.cxx133 sal_Int32 nLen = _rPropertyNames.getLength(); in getPropertyStates() local
134 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState> aRet(nLen); in getPropertyStates()
145 for (sal_Int32 i=0, j=0; i<nPropCount && j<nLen; ++i, ++pProps) in getPropertyStates()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx1495 sal_uInt16 nLen = (sal_uInt16)(aLineBuf.Tell() & 0xffff); in DetachChild() local
1496 if (nLen == aDelim.Len()) in DetachChild()
1498 if (aDelim.CompareTo ((const sal_Char *) aLineBuf.GetData(), nLen) in DetachChild()
1501 else if (nLen == aClose.Len()) in DetachChild()
1503 if (aClose.CompareTo ((const sal_Char *) aLineBuf.GetData(), nLen) in DetachChild()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1118 const xub_StrLen nLen = pLine->GetLen(); in PrepareVisualMove() local
1147 UBiDi* pBidi = ubidi_openSized( nLen, 0, &nError ); in PrepareVisualMove()
1148 …ubidi_setPara( pBidi, reinterpret_cast<const UChar *>(pLineString), nLen, nDefaultDir, NULL, &nErr… in PrepareVisualMove()
1153 if ( nPos < nStt + nLen ) in PrepareVisualMove()
1160 if ( nTmpPos + 1 < nStt + nLen ) in PrepareVisualMove()
1164 nPos = nDefaultDir == UBIDI_RTL ? 0 : nStt + nLen; in PrepareVisualMove()
1174 nPos = nDefaultDir == UBIDI_RTL ? nStt + nLen : 0; in PrepareVisualMove()
/trunk/main/automation/source/simplecm/
H A Dcommuniio.hxx46 virtual comm_USHORT TransferBytes( const void* pBuffer, comm_UINT32 nLen ) = 0;
58 virtual comm_USHORT ReceiveBytes( void* pBuffer, comm_UINT32 nLen ) = 0;
H A Dtcpio.hxx47 virtual comm_USHORT TransferBytes( const void* pBuffer, comm_UINT32 nLen );
50 virtual comm_USHORT ReceiveBytes( void* pBuffer, comm_UINT32 nLen );
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx154 size_t nLen = o_rOutputBuf.size() - nStart; in endChunk() local
155 sal_uInt32 nDataLen = sal_uInt32(nLen)-8; in endChunk()
159 sal_uInt32 nChunkCRC = getCRC( (sal_uInt8*)&o_rOutputBuf[nStart+4], nLen-4 ); in endChunk()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx99 xub_StrLen nLen ) in DrawTextArray() argument
101 ((PDFWriterImpl*)pImplementation)->drawTextArray( rStartPt, rStr, pDXAry, nIndex, nLen ); in DrawTextArray()
109 xub_StrLen nLen ) in DrawStretchText() argument
111 ((PDFWriterImpl*)pImplementation)->drawStretchText( rStartPt, nWidth, rStr, nIndex, nLen ); in DrawStretchText()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx842 sal_Int32 nLen = aURL.getLength(); in queryChildren() local
854 if ( ( aChildURL.getLength() > nLen ) && in queryChildren()
855 ( aChildURL.compareTo( aURL, nLen ) == 0 ) ) in queryChildren()
857 nPos = aChildURL.indexOf( '/', nLen ); in queryChildren()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx673 xub_StrLen nLen = aDataStr.Len(); in PasteDDE() local
674 if (nLen && aDataStr.GetChar(nLen-1) == '\n') in PasteDDE()
675 aDataStr.Erase(nLen-1); in PasteDDE()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx199 xub_StrLen nLen = rString.GetText().Len(); in lclCreateTextObject() local
200 for( sal_uInt16 nChar = 0; nChar < nLen; ++nChar ) in lclCreateTextObject()
731 xub_StrLen nLen = *++pChar; in DecodeUrl() local
732 for( xub_StrLen nChar = 0; (nChar < nLen) && *(pChar + 1); ++nChar ) in DecodeUrl()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx110 sal_Int32 nLen = url.indexOf(':'); in construct() local
111 nLen = url.indexOf(':',nLen+1); in construct()
112 ::rtl::OUString aDSN(url.copy(nLen+1)),aUID,aPWD; in construct()
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx223 int nLen = pOUString->getLength(); in setString() local
224 sal_Unicode* pBuffer = new sal_Unicode[nLen + 1]; in setString()
225 pBuffer[nLen] = 0; in setString()
229 for( i = 0 ; i < nLen ; ++i ) in setString()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx105 size_type nLen = strlen(strAdd); in StreamStr() local
106 ProvideAddingSize( nLen ); in StreamStr()
107 memcpy(pCur, strAdd, nLen); in StreamStr()
108 Advance(nLen); in StreamStr()
/trunk/main/svgio/source/svgreader/
H A Dsvgtrefnode.cxx70 const sal_Int32 nLen(aContent.getLength()); in parseAttribute() local
72 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()

Completed in 157 milliseconds

1...<<11121314151617181920>>...35