Home
last modified time | relevance | path

Searched refs:nLen (Results 326 – 350 of 867) sorted by relevance

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

/trunk/main/oox/source/helper/
H A Dbinarystreambase.cxx46 sal_Int64 nLen = size(); in getRemaining() local
47 return ((nPos >= 0) && (nLen >= 0)) ? ::std::max< sal_Int64 >( nLen - nPos, 0 ) : -1; in getRemaining()
H A Dpropertyset.cxx91 sal_Int32 nLen = rPropNames.getLength(); in getProperties() local
93 const OUString* pPropNameEnd = pPropName + nLen; in getProperties()
94 orValues.realloc( nLen ); in getProperties()
/trunk/main/sw/source/core/text/
H A Dpordrop.hxx47 xub_StrLen nLen; member in SwDropPortionPart
52 : pFollow( 0 ), pFnt( &rFont ), nLen( nL ), nWidth( 0 ) {}; in SwDropPortionPart()
58 inline xub_StrLen GetLen() const { return nLen; } in GetLen()
H A Dinftxt.cxx263 nLen(rNew.GetLen()), in SwTxtSizeInfo()
366 nLen = nNewLen; in CtorInitTxtSizeInfo()
388 nLen(nLength), in SwTxtSizeInfo()
475 SwDrawTextInfo aDrawInf( pVsh, *pOut, &rSI, *pTxt, nIdx, nLen ); in GetTxtSize()
1358 sal_Int32 nLen = rVals.getLength(); in lcl_InitHyphValues() local
1360 if (0 == nLen) // yet to be initialized? in lcl_InitHyphValues()
1373 else if (2 == nLen) // already initialized once? in lcl_InitHyphValues()
1791 nLen = pInf->GetLen(); in SwTxtSlot()
1846 pInf->SetLen( nLen ); in ~SwTxtSlot()
/trunk/main/editeng/source/editeng/
H A Deeobj.cxx73 sal_uLong nLen = pStream->Tell(); in getTransferData() local
76 uno::Sequence< sal_Int8 > aSeq( nLen ); in getTransferData()
77 memcpy( aSeq.getArray(), pStream->GetData(), nLen ); in getTransferData()
/trunk/main/connectivity/source/inc/java/
H A Dtools.hxx57 jsize nLen = pEnv->GetArrayLength(_Array); in copyArrayAndDelete() local
58 xOut.realloc(nLen); in copyArrayAndDelete()
59 for(jsize i=0;i<nLen;++i) in copyArrayAndDelete()
/trunk/main/tools/source/ref/
H A Dpstm.cxx561 sal_uInt32 nLen = nPos - nObjPos; in WriteLen() local
565 *this << nLen; in WriteLen()
582 sal_uInt32 nLen; in ReadLen() local
583 *this >> nLen; in ReadLen()
586 return nLen; in ReadLen()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx465 sal_Int32 nLen = aRubyValues.getLength(); in Update() local
466 aScrollSB.Enable(nLen > 4); in Update()
467 aScrollSB.SetRange( Range(0, nLen > 4 ? nLen - 4 : 0)); in Update()
476 for(sal_Int32 nRuby = 0; nRuby < nLen; nRuby++) in Update()
512 if(!nLen) in Update()
524 if(!nLen || (bCharStyleEqual && !sCharStyleName.getLength())) in Update()
/trunk/main/sal/workben/
H A Dtestfile.cxx93 sal_Bool testLineBreak( sal_Char *pCount , sal_uInt64 nLen , sal_uInt32 *cLineBreak ) in testLineBreak() argument
98 if (nLen==0) in testLineBreak()
103 if (nLen>=1 && *(pCount+1)==10) in testLineBreak()
108 if (nLen>=2 && *(pCount+2)==10) in testLineBreak()
805 sal_uInt64 nLen=strlen( pWriteBuffer ); in FileWriteAndReadTest() local
833 rc=pFile->write( pWriteBuffer , nLen , uWritten ); in FileWriteAndReadTest()
836 if(uWritten==nLen) in FileWriteAndReadTest()
856 pReadBuffer=(sal_Char*) rtl_allocateMemory( (sal_uInt32)(nLen+1)*sizeof(sal_Char) ); in FileWriteAndReadTest()
857 rtl_zeroMemory( pReadBuffer, (sal_uInt32)(nLen+1)*sizeof(sal_Char) ); in FileWriteAndReadTest()
858 rc=pFile->read( pReadBuffer , nLen,uRead ); in FileWriteAndReadTest()
/trunk/main/svgio/source/svgreader/
H A Dsvgmarkernode.cxx159 const sal_Int32 nLen(aContent.getLength()); in parseAttribute() local
161 if(nLen) in parseAttribute()
174 if(readAngle(aContent, nPos, fAngle, nLen)) in parseAttribute()
/trunk/main/basctl/source/basicide/
H A Dunomodel.cxx81 sal_Int32 nLen = aTypes.getLength(); in getTypes() local
82 aTypes.realloc(nLen + 1); in getTypes()
84 pTypes[nLen++] = ::getCppuType((Reference<XServiceInfo>*)0); in getTypes()
/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx196 sal_Int32 nLen = maText.getLength(); in CalculateBreaks() local
197 if( nLen ) in CalculateBreaks()
250 while( (0 <= nThisPos) && (nThisPos < nLen) ); in CalculateBreaks()
260 maPosVec.push_back( nLen ); in CalculateBreaks()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx75 sal_Int32 nLen = url.indexOf(':'); in construct() local
76 nLen = url.indexOf(':',nLen+1); in construct()
78 aDSN += url.copy(nLen+1); in construct()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java144 int nLen = aWord.length(); in HasDigits() local
145 for (int i = 0; i < nLen; ++i) in HasDigits()
383 int nLen = aArguments.length; in initialize() local
384 if (2 == nLen) in initialize()
/trunk/main/svtools/source/misc/
H A Dlangtab.cxx50 const sal_uInt16 nLen = rText.Len(); in ApplyLreOrRleEmbedding() local
51 if (nLen == 0) in ApplyLreOrRleEmbedding()
76 for (sal_uInt16 i = 0; i < nLen && !bFound; ++i) in ApplyLreOrRleEmbedding()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx394 sal_Int32 nLen = sTemplateNames.getLength(); in resolveVBAMacro()
395 for ( sal_Int32 index = 0; ( bSearchGlobalTemplates && index < nLen ); ++index ) in resolveVBAMacro()
443 sal_Int32 nLen = aOutArgs.getLength(); in executeMacro() local
445 if ( nLen ) in executeMacro()
447 for ( sal_Int32 index=0; index < nLen; ++index ) in executeMacro()
/trunk/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx109 const sal_Int32 nLen( aStr.getLength() ); in write() local
110 m_aBuf.realloc( nLen ); in write()
112 std::copy(pStr,pStr+nLen,m_aBuf.getArray()); in write()
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx133 const sal_Int32 nLen(rEntry.getLength()); in writeBase64EncodedStream() local
135 std::find_if(pAry,pAry+nLen, in writeBase64EncodedStream()
139 OSL_ENSURE( pValue != pAry+nLen, in writeBase64EncodedStream()
/trunk/main/sc/source/core/tool/
H A Dreffind.cxx90 xub_StrLen nLen = aFormula.Len(); in ToggleRel() local
91 if (!nLen) in ToggleRel()
105 while (nEndPos+1 < nLen && IsText(pSource[nEndPos + 1]) ) in ToggleRel()
/trunk/main/forms/source/component/
H A DGrid.cxx895 sal_Int32 nLen = getCount(); in write() local
896 _rxOutStream->writeLong(nLen); in write()
898 for (sal_Int32 i = 0; i < nLen; i++) in write()
1013 sal_Int32 nLen = _rxInStream->readLong(); in read() local
1014 if (nLen) in read()
1016 for (sal_Int32 i = 0; i < nLen; i++) in read()
1060 for (sal_Int32 i = 0; i < nLen; i++) in read()
/trunk/main/xmloff/source/draw/
H A DEnhancedCustomShapeToken.cxx189 int i, nLen = rShapeType.getLength(); in EASGet() local
190 char* pBuf = new char[ nLen + 1 ]; in EASGet()
191 for ( i = 0; i < nLen; i++ ) in EASGet()
/trunk/main/xml2cmp/source/xcd/
H A Dcr_html.cxx128 unsigned nLen = strlen(i_rElement.Data()); in Write_SglTextElement() local
132 nLen = (unsigned)( pEnd - i_rElement.Data() ); in Write_SglTextElement()
134 aFile.write( i_rElement.Data(), (int) nLen ); in Write_SglTextElement()
/trunk/main/shell/source/backends/macbe/
H A Dmacbackend.cxx198 int nLen = [pStr length]; in GetOUString() local
199 if( nLen == 0 ) in GetOUString()
202 rtl::OUStringBuffer aBuf( nLen+1 ); in GetOUString()
203 aBuf.setLength( nLen ); in GetOUString()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx121 INT32 nLen = aSuppLocales.getLength(); in hasLocale() local
122 for (INT32 i = 0; i < nLen; ++i) in hasLocale()
360 INT32 nLen = rArguments.getLength(); in initialize() local
361 if (2 == nLen) in initialize()
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.cxx148 sal_Int32 nLen = aArguments.getLength(); in initialize() local
149 if ( nLen < 2 || nLen > 3 ) in initialize()
176 if ( nLen == 3 && !( aArguments[2] >>= xApproval ) ) in initialize()

Completed in 150 milliseconds

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