Home
last modified time | relevance | path

Searched refs:nLen (Results 501 – 525 of 867) sorted by relevance

1...<<21222324252627282930>>...35

/trunk/main/sc/source/core/data/
H A Ddpglobal.cxx49 int nLen = sprintf( szTemp, bEndWithDigital ? DATA_RENAME_SEPARATOR"%hu" : "%hu", nIndex ); in GetFuncString() local
51 strRet.Append( String::CreateFromAscii( szTemp, static_cast<sal_uInt16>(nLen) )); in GetFuncString()
/trunk/main/filter/source/graphicfilter/epbm/
H A Depbm.cxx192 for( sal_Int16 n = 0, nLen = aNum.Len(); n < nLen; n++ ) in ImplWriteNumber() local
/trunk/main/sc/source/ui/vba/
H A Dvbacharts.cxx71 sal_Int32 nLen = SheetNames.getLength(); in getCount() local
72 for (sal_Int32 i = 0; i < nLen; i++) in getCount()
/trunk/main/sw/source/core/inc/
H A DUndoInsert.hxx47 xub_StrLen nCntnt, nLen; member in SwUndoInsert
63 SwUndoInsert( const SwNodeIndex& rNode, xub_StrLen nCntnt, xub_StrLen nLen,
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx92 size_t nLen = 0; in SetName() local
93 while( pszNameFromOutside[nLen] != 0 ) in SetName()
94 nLen++; in SetName()
102 pOwnName = new wchar_t[nLen+1]; in SetName()
103 for ( size_t nInd = 0; nInd < nLen; nInd++ ) in SetName()
105 pOwnName[nLen] = 0; in SetName()
/trunk/main/sw/inc/
H A Dhints.hxx88 xub_StrLen nLen; member in SwInsTxt
105 xub_StrLen nLen; member in SwDelTxt
/trunk/main/editeng/inc/editeng/
H A Dtstpitem.hxx142 void Remove( const sal_uInt16 nPos, const sal_uInt16 nLen = 1 ) in Remove() argument
143 { SvxTabStopArr::Remove( nPos, nLen ); } in Remove()
/trunk/main/sw/source/core/undo/
H A Dundel.cxx375 xub_StrLen nLen = bOneNode ? nEndCntnt - nSttCntnt in SaveCntnt() local
386 nLen = ( bOneNode ? pEnd->nContent.GetIndex() : pSttTxtNd->GetTxt().Len() ) in SaveCntnt()
392 pSttStr = (String*)new String( pSttTxtNd->GetTxt().Copy( nSttCntnt, nLen )); in SaveCntnt()
393 pSttTxtNd->EraseText( pStt->nContent, nLen ); in SaveCntnt()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx512 sal_Int32 nLen = 0; in executeBatch() local
513 …::list< ::rtl::OUString>::const_iterator i=m_aBatchList.begin();i != m_aBatchList.end();++i,++nLen) in executeBatch()
522 Sequence< sal_Int32 > aRet(nLen); in executeBatch()
524 for(sal_Int32 j=0;j<nLen;++j) in executeBatch()
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx47 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int&,
472 int ATSLayout::GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int& nStart, in GetNextGlyphs() argument
481 if( nLen > 1 ) in GetNextGlyphs()
528 while( nCount < nLen ) in GetNextGlyphs()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx526 const sal_Int32 nLen = aPortion.getLength(); in Search() local
532 …rtPos == aEndSel.nStartPos) || ( (aStartSel.nStartPos == (aEndSel.nStartPos - 1)) && (nLen > 1) ) ) in Search()
534 for( sal_Int32 i = 0; i < nLen; i++ ) in Search()
555 for( sal_Int32 i = 0; i < nLen; i++ ) in Search()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1067 sal_uInt16 nLen = pPortion->GetLen(); in CreateLines() local
1071 pLine->GetCharPosArray().Insert( pBuf, nLen, nPos ); in CreateLines()
1461 sal_uInt16 nLen = pLine->GetLen(); in CreateLines() local
1463 if ( nCount > nLen ) in CreateLines()
1464 pLine->GetCharPosArray().Remove( nLen, nCount-nLen ); in CreateLines()
2330 …if ( mpIMEInfos && mpIMEInfos->nLen && mpIMEInfos->pAttribs && ( mpIMEInfos->aPos.GetNode() == pNo… in CreateTextPortions()
2333 for( sal_uInt16 n = 0; n < mpIMEInfos->nLen; n++ ) in CreateTextPortions()
2341 aPositions.Insert( mpIMEInfos->aPos.GetIndex() + mpIMEInfos->nLen ); in CreateTextPortions()
2744 …> mpIMEInfos->aPos.GetIndex() ) && ( nPos <= ( mpIMEInfos->aPos.GetIndex() + mpIMEInfos->nLen ) ) ) in SeekCursor()
4484 const xub_StrLen nEnd = nStt + nLen; in ImplInitDigitMode()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dexcform.hxx65 … virtual sal_Bool GetAbsRefs( ScRangeList& rRangeList, XclImpStream& rStrm, sal_Size nLen );
143 … virtual sal_Bool GetAbsRefs( ScRangeList& rRangeList, XclImpStream& rStrm, sal_Size nLen );
H A Dxestring.hxx263 …void CharsToBuffer( const sal_Unicode* pcSource, sal_Int32 nBegin, sal_Int32 nLen );
267 void CharsToBuffer( const sal_Char* pcSource, sal_Int32 nBegin, sal_Int32 nLen );
/trunk/main/filter/source/graphicfilter/epgm/
H A Depgm.cxx217 for( sal_Int16 n = 0UL, nLen = aNum.Len(); n < nLen; n++ ) in ImplWriteNumber() local
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx177 const sal_uLong nLen = 3UL * nCount; in ReadPaletteEntries() local
178 sal_uInt8* pBuf = new sal_uInt8[ nLen ]; in ReadPaletteEntries()
180 rIStm.Read( pBuf, nLen ); in ReadPaletteEntries()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx596 xub_StrLen nLen = rClass.Len(); in GetScriptFromClass() local
597 xub_StrLen nPos = nLen > 4 ? rClass.SearchBackward( '-' ) : STRING_NOTFOUND; in GetScriptFromClass()
608 nLen = nLen - nPos; in GetScriptFromClass()
611 switch( nLen ) in GetScriptFromClass()
1784 xub_StrLen nLen = aStream.Tell() < STRING_MAXLEN in FileDownload() local
1788 rStr = String( (const sal_Char *)aStream.GetData(), nLen, in FileDownload()
H A Dhtmlftn.cxx64 xub_StrLen nLen = rContent.Len(); in lcl_html_getNextPart() local
65 if( nPos >= nLen ) in lcl_html_getNextPart()
72 for( ; nPos < nLen && !bDone; nPos++ ) in lcl_html_getNextPart()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx265 void TextEngine::SetMaxTextLen( sal_uLong nLen ) in SetMaxTextLen() argument
267 mnMaxTextLen = nLen; in SetMaxTextLen()
1314 sal_uLong TextEngine::CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nLen, co… in CalcTextWidth() argument
1317 …bject( nPara )->GetText().Search( '\t', nPortionStart ) >= (nPortionStart+nLen), "CalcTextWidth: T… in CalcTextWidth()
1322 nWidth = (sal_uLong)nLen*mnFixCharWidth100/100; in CalcTextWidth()
1338 nWidth = (sal_uLong)mpRefDev->GetTextWidth( pNode->GetText(), nPortionStart, nLen ); in CalcTextWidth()
1528 …> mpIMEInfos->aPos.GetIndex() ) && ( nPos <= ( mpIMEInfos->aPos.GetIndex() + mpIMEInfos->nLen ) ) ) in SeekCursor()
1648 …TEParaPortion* pTEParaPortion = mpTEParaPortions->GetObject( nPortion ); sal_uInt16 nLen = pTEPar… in FormatFullDoc() local
1649 pTEParaPortion->MarkSelectionInvalid( 0, nLen ); in FormatFullDoc()
1897 for( sal_uInt16 n = 0; n < mpIMEInfos->nLen; n++ ) in CreateTextPortions()
/trunk/main/rsc/inc/
H A Drsctools.hxx90 sal_uInt32 nLen; member in RscWriteRc
130 sal_uInt32 Size(){ return( nLen ); }; in Size()
/trunk/main/forms/source/component/
H A DListBox.cxx1600 sal_Int32 nLen = rSelection.getLength(); in itemStateChanged() local
1601 if (nLen != rOldSelection.getLength()) in itemStateChanged()
1608 while (nLen-- && !bModified) in itemStateChanged()
1609 bModified = pVal[nLen] != pCompVal[nLen]; in itemStateChanged()
/trunk/main/filter/source/graphicfilter/eppm/
H A Deppm.cxx225 for( sal_Int16 n = 0, nLen = aNum.Len(); n < nLen; n++ ) in ImplWriteNumber() local
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx86 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
174 static rtl::OString OutHex(sal_uLong nHex, sal_uInt8 nLen);
/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx393 sal_Int32 nLen = rMarkups.getLength(); in commitMultiTextMarkup() local
404 for( i = 0; i < nLen; ++i ) in commitMultiTextMarkup()
453 for( i = 0; i < nLen; ++i ) in commitMultiTextMarkup()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx580 const sal_uInt16 nLen = aActText.Len(); in UpdateRange() local
581 if( !nLen ) in UpdateRange()
612 while( nEndPos < nLen ) in UpdateRange()

Completed in 150 milliseconds

1...<<21222324252627282930>>...35