Home
last modified time | relevance | path

Searched refs:nNewLen (Results 26 – 36 of 36) sorted by relevance

12

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1021 int nNewLen = aNewProperties.getLength(); in TransferFormComponentProperties() local
1050 …Property* pResult = ::std::lower_bound(pNewProps, pNewProps + nNewLen,pOldProps[i].Name, ::comphel… in TransferFormComponentProperties()
1052 && ( pResult != pNewProps + nNewLen && pResult->Name == pOldProps[i].Name ) in TransferFormComponentProperties()
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx1754 …sal_uInt32 nNewLen = GetCaseCorrectPathName( reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pItemI… in osl_getFileStatus() local
1759 if ( nNewLen ) in osl_getFileStatus()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx286 const xub_StrLen nNewIdx, const xub_StrLen nNewLen ) in CtorInitTxtSizeInfo() argument
366 nLen = nNewLen; in CtorInitTxtSizeInfo()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx2056 sal_uInt32 nNewLen = rNewText.getLength(); in ImplTruncateNewText() local
2057 if ( nCurLen + nNewLen > nMaxLen ) in ImplTruncateNewText()
2061 if ( nCurLen + nNewLen - nSelLen > nMaxLen ) in ImplTruncateNewText()
H A Dtexteng.cxx797 sal_Int32 nNewLen = aNewText.getLength(); in ImpInsertText() local
801 while ( nChgPos < nOldLen && nChgPos < nNewLen && in ImpInsertText()
805 xub_StrLen nChgLen = static_cast< xub_StrLen >(nNewLen - nChgPos); in ImpInsertText()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx3753 xub_StrLen nNewLen = rStr.Len(); in InputReplaceSelection() local
3756 if (nNewLen) in InputReplaceSelection()
3758 nFormSelEnd = nFormSelStart + nNewLen; in InputReplaceSelection()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2718 sal_Int32 nNewLen = aNewText.getLength(); in InsertText() local
2722 while ( nChgPos < nOldLen && nChgPos < nNewLen && in InsertText()
2726 xub_StrLen nChgLen = static_cast< xub_StrLen >( nNewLen - nChgPos ); in InsertText()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx781 sal_Int32 nNewLen = aNewText.getLength(); in FlushInBuffer() local
785 while ( nChgPos < nOldLen && nChgPos < nNewLen && in FlushInBuffer()
789 xub_StrLen nChgLen = static_cast< xub_StrLen >(nNewLen - nChgPos); in FlushInBuffer()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx6959 sal_Int32 nNewLen = nIndexOfNextPortion - nCharIdx; in PPTTextObj() local
6960 sal_Int32 nOldLen = pSet->maString.Len() - nNewLen; in PPTTextObj()
6962 if ( ( nNewLen > 0 ) && ( nOldLen > 0 ) ) in PPTTextObj()
6967 pNew->maString = String( aString, (sal_uInt16)nOldLen, (sal_uInt16)nNewLen ); in PPTTextObj()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5990 const int nNewLen = (int)rOrigStr.Len() - nMinIndex; in ImplLayout() local
5991 if( nNewLen <= 0 ) in ImplLayout()
5993 nLen = static_cast<xub_StrLen>(nNewLen); in ImplLayout()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx8146 xub_StrLen nNewLen = sNewStr.Len(); in ScSubstitute() local
8160 nPos = sal::static_int_cast<xub_StrLen>( nPos + nNewLen ); in ScSubstitute()

Completed in 457 milliseconds

12