Home
last modified time | relevance | path

Searched refs:nCurLen (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2802 sal_Int32 nCurLen = 0; in getDefaultAttributes() local
2814 pProperties[ nCurLen++ ] = aProp; in getDefaultAttributes()
2816 aProperties.realloc( nCurLen ); in getDefaultAttributes()
2904 sal_Int32 nCurLen = 0; in getRunAttributes() local
2916 pProperties[ nCurLen++ ] = aProp; in getRunAttributes()
2918 aProperties.realloc( nCurLen ); in getRunAttributes()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx2054 sal_uLong nCurLen = mpImpl->mpTextEngine->GetTextLen(); in ImplTruncateNewText() local
2057 if ( nCurLen + nNewLen > nMaxLen ) in ImplTruncateNewText()
2061 if ( nCurLen + nNewLen - nSelLen > nMaxLen ) in ImplTruncateNewText()
2063 sal_uInt32 nTruncatedLen = static_cast<sal_uInt32>(nMaxLen - (nCurLen - nSelLen)); in ImplTruncateNewText()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx827 sal_Int32 nCurLen = sCurString.Len(); in WriteTextWithCurrency_Impl() local
828 sal_Int32 nCont = nPos + nCurLen; in WriteTextWithCurrency_Impl()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx609 sal_Int32 nCurLen = _rOut.getLength(); in appendDigits() local
611 while ( _rOut.getLength() - nCurLen < nDigits ) in appendDigits()
612 _rOut.insert( nCurLen, (sal_Unicode)'0' ); in appendDigits()

Completed in 85 milliseconds