Home
last modified time | relevance | path

Searched refs:nCharIndex (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx286 int nCharIndex = 0; in GetIndexFromChar() local
293 nCharIndex += cLast - cFirst; in GetIndexFromChar()
295 return nCharIndex + (cChar - cFirst); in GetIndexFromChar()
305 sal_UCS4 ImplFontCharMap::GetCharFromIndex( int nCharIndex ) const in GetCharFromIndex()
313 nCharIndex -= cLast - cFirst; in GetCharFromIndex()
314 if( nCharIndex < 0 ) in GetCharFromIndex()
315 return (cLast + nCharIndex); in GetCharFromIndex()
/trunk/main/sw/source/core/access/
H A Dtextmarkuphelper.cxx169 SwTextMarkupHelper::getTextMarkupAtIndex( const sal_Int32 nCharIndex, in getTextMarkupAtIndex() argument
178 const sal_uInt16 nCoreCharIndex = mrPortionData.GetModelPosition( nCharIndex ); in getTextMarkupAtIndex()
181 if ( mrPortionData.GetAccessiblePosition( nCoreCharIndex ) > nCharIndex ) in getTextMarkupAtIndex()
H A Dtextmarkuphelper.hxx65 getTextMarkupAtIndex( const sal_Int32 nCharIndex,
H A Daccpara.hxx412 virtual sal_Int32 SAL_CALL getHyperLinkIndex( sal_Int32 nCharIndex )
430 getTextMarkupAtIndex( sal_Int32 nCharIndex,
H A Daccpara.cxx3631 sal_Int32 SAL_CALL SwAccessibleParagraph::getHyperLinkIndex( sal_Int32 nCharIndex ) in getHyperLinkIndex() argument
3639 if ( ! IsValidPosition( nCharIndex, nLength ) ) in getHyperLinkIndex()
3652 xub_StrLen nIdx = GetPortionData().GetModelPosition( nCharIndex ); in getHyperLinkIndex()
3924 SwAccessibleParagraph::getTextMarkupAtIndex( sal_Int32 nCharIndex, in getTextMarkupAtIndex() argument
3932 if ( ! IsValidPosition( nCharIndex, nLength ) ) in getTextMarkupAtIndex()
3955 return pTextMarkupHelper->getTextMarkupAtIndex( nCharIndex, nTextMarkupType ); in getTextMarkupAtIndex()
H A Daccnotextframe.hxx144 virtual sal_Int32 SAL_CALL getHyperLinkIndex( sal_Int32 nCharIndex )
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1048 size_t nCharIndex = mvGlyph2Char[i]; in expandOrCondense() local
1049 mvCharDxs[nCharIndex] += nOffset; in expandOrCondense()
1051 while (++nCharIndex < mvGlyph2Char.size()) in expandOrCondense()
1053 …int nChar2Base = (mvChar2BaseGlyph[nCharIndex] == -1)? -1 : (int)(mvChar2BaseGlyph[nCharIndex] & G… in expandOrCondense()
1055 mvCharDxs[nCharIndex] += nOffset; in expandOrCondense()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHypertext.idl93 @param nCharIndex
108 long getHyperLinkIndex ([in] long nCharIndex)
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2516 sal_uInt16 nCharIndex = 0; in ScArabic() local
2520 while( bValid && (nCharIndex < nCharCount) ) in ScArabic()
2526 bValid = lcl_GetArabicValue( aRoman.GetChar( nCharIndex ), nDigit1, bIsDec1 ); in ScArabic()
2527 if( bValid && (nCharIndex + 1 < nCharCount) ) in ScArabic()
2528 bValid = lcl_GetArabicValue( aRoman.GetChar( nCharIndex + 1 ), nDigit2, bIsDec2 ); in ScArabic()
2538 nCharIndex++; in ScArabic()
2547 nCharIndex += 2; in ScArabic()
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx393 virtual sal_Int32 SAL_CALL getHyperLinkIndex( sal_Int32 nCharIndex )
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx166 …virtual ::sal_Int32 SAL_CALL getHyperLinkIndex( ::sal_Int32 nCharIndex ) throw (::com::sun::star::…
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2999 …::sal_Int32 SAL_CALL AccessibleEditableTextPara::getHyperLinkIndex( ::sal_Int32 nCharIndex ) throw… in getHyperLinkIndex() argument
3008 const sal_uInt16 nEEIndex = rT.CalcEditEngineIndex( nPara, nCharIndex ); in getHyperLinkIndex()

Completed in 134 milliseconds