Searched refs:nCharIndex (Results 1 – 12 of 12) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | impfont.cxx | 286 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 D | textmarkuphelper.cxx | 169 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 D | textmarkuphelper.hxx | 65 getTextMarkupAtIndex( const sal_Int32 nCharIndex,
|
H A D | accpara.hxx | 412 virtual sal_Int32 SAL_CALL getHyperLinkIndex( sal_Int32 nCharIndex ) 430 getTextMarkupAtIndex( sal_Int32 nCharIndex,
|
H A D | accpara.cxx | 3631 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 D | accnotextframe.hxx | 144 virtual sal_Int32 SAL_CALL getHyperLinkIndex( sal_Int32 nCharIndex )
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 1048 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 D | XAccessibleHypertext.idl | 93 @param nCharIndex 108 long getHyperLinkIndex ([in] long nCharIndex)
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 2516 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 D | AccessibleShape.hxx | 393 virtual sal_Int32 SAL_CALL getHyperLinkIndex( sal_Int32 nCharIndex )
|
/trunk/main/editeng/inc/editeng/ |
H A D | AccessibleEditableTextPara.hxx | 166 …virtual ::sal_Int32 SAL_CALL getHyperLinkIndex( ::sal_Int32 nCharIndex ) throw (::com::sun::star::…
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 2999 …::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 146 milliseconds