Home
last modified time | relevance | path

Searched refs:nLen (Results 551 – 575 of 867) sorted by relevance

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

/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx97 sal_Int32 nLen = sItems.getLength(); in getListIndex() local
98 for ( sal_Int32 index = 0; sText.getLength() && index < nLen; ++index ) in getListIndex()
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx164 xub_StrLen nLen = sShortcut.Len(); in MakeEntries() local
167 sShortcut.Erase( nLen ) += in MakeEntries()
/trunk/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx156 const sal_Int32 nLen(aContent.getLength()); in parseAttribute() local
158 if(nLen) in parseAttribute()
H A Dsvgpatternnode.cxx196 const sal_Int32 nLen(aContent.getLength()); in parseAttribute() local
198 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
H A Dsvggradientnode.cxx242 const sal_Int32 nLen(aContent.getLength()); in parseAttribute() local
244 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
/trunk/main/vcl/inc/
H A Doutfont.hxx363 ImplTextLineInfo( long nWidth, xub_StrLen nIndex, xub_StrLen nLen ) in ImplTextLineInfo() argument
367 mnLen = nLen; in ImplTextLineInfo()
/trunk/main/sw/source/core/text/
H A Dporlin.hxx88 inline void SetLen( const xub_StrLen nLen ) { nLineLength = nLen; } in SetLen() argument
/trunk/main/sc/source/filter/excel/
H A Dxilink.cxx292 sal_uInt8 nLen; in XclImpExtName() local
294 rStrm >> nFlags >> mnStorageId >> nLen ; in XclImpExtName()
295 maName = rStrm.ReadUniString( nLen ); in XclImpExtName()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx585 int nLen = aRet.getLength(); in getElementNames() local
586 if(nLen == nRealNameCount) in getElementNames()
587 aRet.realloc(nLen + 10); in getElementNames()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx351 sal_Int32 nLen = 0; \
355 nLen += m_aListeners.getContainer(*pContained)->getLength(); \
356 return nLen; \
/trunk/main/svtools/source/control/
H A Dinettbc.cxx775 sal_uInt16 nLen = (sal_uInt16)aSelection.Min(); in TryAutoComplete() local
776 aCurText.Erase( nLen ); in TryAutoComplete()
1061 sal_uInt16 nLen = (sal_uInt16)aSelection.Min(); in PreNotify() local
1063 SetSelection( Selection( nLen, GetText().Len() ) ); in PreNotify()
/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx628 xub_StrLen nLen = pCNd->Len(); in Sort() local
629 if( nLen > nCntStt ) in Sort()
630 nLen = nCntStt; in Sort()
631 pPam->GetPoint()->nContent.Assign(pCNd, nLen ); in Sort()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx984 sal_Int32 nLen = rPropertyNames.getLength(); in firePropertiesChangeEvent() local
985 sal_Int32 * pHandles = new sal_Int32[nLen]; in firePropertiesChangeEvent()
993 for( i = 0; i < nLen; i++ ) in firePropertiesChangeEvent()
1005 for( i = 0; i < nLen; i++ ) in firePropertiesChangeEvent()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1149 sal_uInt16 nLen = 0; in StepINPUT() local
1150 if( !pVar->Scan( s, &nLen ) ) in StepINPUT()
1156 else if( nLen != s.Len() && !pVar->PutString( s ) ) in StepINPUT()
1161 else if( nLen != s.Len() && pVar->IsNumeric() ) in StepINPUT()
/trunk/main/starmath/source/
H A Ddocument.cxx890 xub_StrLen nLen = aEngTxt.Len(); in ReplaceBadChars() local
891 for (xub_StrLen i = 0; i < nLen && !bReplace; ++i) in ReplaceBadChars()
900 for (xub_StrLen i = 0; i < nLen; ++i) in ReplaceBadChars()
906 aEngTxt.ReleaseBufferAccess( nLen ); in ReplaceBadChars()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx115 xub_StrLen nLen = rTmpName.Len(); in ReplacePoint() local
116 sal_Unicode *pStr = rTmpName.GetBufferAccess(), *pBackStr = pStr + nLen; in ReplacePoint()
121 for( i = nLen; i; --i, pBackStr-- ) in ReplacePoint()
128 for( i = 0; i < nLen; ++i, ++pStr ) in ReplacePoint()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx222 sal_Int32 nLen = sAddresses.getLength(); in lcl_makeXRangeFromSheetCellRanges() local
223 if ( nLen ) in lcl_makeXRangeFromSheetCellRanges()
3753 sal_Int32 nLen = m_Areas->getCount(); in getColumnWidth() local
3754 if ( nLen > 1 ) in getColumnWidth()
3791 sal_Int32 nLen = m_Areas->getCount(); in setColumnWidth() local
3792 if ( nLen > 1 ) in setColumnWidth()
3920 sal_Int32 nLen = m_Areas->getCount(); in getRowHeight() local
3921 if ( nLen > 1 ) in getRowHeight()
3960 if ( nLen > 1 ) in setRowHeight()
4688 if ( nLen > 1 ) in Autofit()
[all …]
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx231 const xub_StrLen nLen = aToken.Len(); in ParseData() local
236 for( xub_StrLen n = 0UL; n < nLen; n++ ) in ParseData()
/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx73 const sal_Int32 nLen = rStr.getLength(); in escapeDoubleQuotes() local
85 rBuffer.append( pFrom, nLen - nPrev ); in escapeDoubleQuotes()
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx153 void VBA_Impl::Output( int nLen, const sal_uInt8 *pData) in Output() argument
155 sVBAString += String( (const sal_Char *)pData, nLen ); in Output()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx757 const sal_Int32 nLen = static_cast<sal_Int32>(m_pTokenArray->GetLen()); in UpdateTokenArray() local
759 if ( pTokens && nLen == m_aTokenList.getLength() ) in UpdateTokenArray()
761 for (sal_Int32 nPos=0; nPos<nLen; nPos++) in UpdateTokenArray()
1651 xub_StrLen nLen = aFormula.Len(); in CheckMatrix() local
1652 sal_Bool bMatrix = nLen > 3 // Matrix-Formel ? in CheckMatrix()
1655 && aFormula.GetChar(nLen-1) == '}'; in CheckMatrix()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx792 sal_Int32 nLen = rText.Len(), i; in ImplWriteText() local
820 apTmpArray.reset( new sal_Int32[ nLen ] ); in ImplWriteText()
854 if( nLen > 1 ) in ImplWriteText()
897 aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteText()
903 for( i = 0; i < ( nLen - 1 ); i++ ) in ImplWriteText()
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx1836 sal_uInt16 nLen = 0; in HasUserContents() local
1843 nLen = ( sal_uInt16 )pRegion->GetCount(); in HasUserContents()
1845 if ( nLen == 0 ) in HasUserContents()
1852 nLen = 1; in HasUserContents()
1856 for ( sal_uInt16 nInd = nStartInd; nInd < nStartInd + nLen; nInd++ ) in HasUserContents()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx1720 sal_uInt16 nLen; in GetInputRanges() local
1721 for( nLen = 0; *pIter; ++nLen, ++pIter ) in GetInputRanges()
1723 aUS.Insert( pTmpRanges, nLen, aUS.Count() ); in GetInputRanges()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx1159 int nLen = aPureEntry.getLength(); in implGetLanguageVectorFromPackage() local
1161 bool bStartCanBeLanguage = ( nLen >= 2 && isLetter( pc[0] ) && isLetter( pc[1] ) ); in implGetLanguageVectorFromPackage()
1163 ( nLen == 2 || (nLen == 5 && pc[2] == '-' && isLetter( pc[3] ) && isLetter( pc[4] )) ); in implGetLanguageVectorFromPackage()

Completed in 223 milliseconds

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