Home
last modified time | relevance | path

Searched refs:nCharacters (Results 1 – 10 of 10) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp250 STDMETHODIMP CAccTextBase::get_characterCount(long * nCharacters) in get_characterCount() argument
257 if (nCharacters == NULL) in get_characterCount()
262 *nCharacters = 0; in get_characterCount()
266 *nCharacters = GetXInterface()->getCharacterCount(); in get_characterCount()
879 STDMETHODIMP CAccTextBase::get_nCharacters(long * nCharacters) in get_nCharacters() argument
886 if (nCharacters == NULL) in get_nCharacters()
891 *nCharacters = 0; in get_nCharacters()
895 *nCharacters = GetXInterface()->getCharacterCount(); in get_nCharacters()
H A DAccText.cpp72 STDMETHODIMP CAccText::get_characterCount(long * nCharacters) in get_characterCount() argument
75 return CAccTextBase::get_characterCount(nCharacters); in get_characterCount()
238 STDMETHODIMP CAccText::get_nCharacters(long * nCharacters) in get_nCharacters() argument
241 return CAccTextBase::get_nCharacters(nCharacters); in get_nCharacters()
H A DAccHypertext.cpp77 STDMETHODIMP CAccHypertext::get_characterCount(long * nCharacters) in get_characterCount() argument
80 return CAccTextBase::get_characterCount(nCharacters); in get_characterCount()
240 STDMETHODIMP CAccHypertext::get_nCharacters(long * nCharacters) in get_nCharacters() argument
243 return CAccTextBase::get_nCharacters(nCharacters); in get_nCharacters()
H A DAccTextBase.h59 STDMETHOD(get_characterCount)(long * nCharacters);
99 STDMETHOD(get_nCharacters)(long * nCharacters);
H A DAccText.h85 STDMETHOD(get_characterCount)(long * nCharacters);
125 STDMETHOD(get_nCharacters)(long * nCharacters);
H A DAccHypertext.h89 STDMETHOD(get_characterCount)(long * nCharacters);
129 STDMETHOD(get_nCharacters)(long * nCharacters);
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx435 int nCharacters = nPage < 255 ? 256 : 254; in queryMetricPage() local
436 MapString( pTTFont, table, nCharacters, NULL, 0 ); in queryMetricPage()
437 … TTSimpleGlyphMetrics* pMetrics = GetTTSimpleCharMetrics( pTTFont, nPage*256, nCharacters, 0 ); in queryMetricPage()
440 for( i = 0; i < nCharacters; i++ ) in queryMetricPage()
455 MapString( pTTFont, table_vert, nCharacters, NULL, 1 ); in queryMetricPage()
456 pMetrics = GetTTSimpleCharMetrics( pTTFont, nPage*256, nCharacters, 1 ); in queryMetricPage()
459 for( i = 0; i < nCharacters; i++ ) in queryMetricPage()
2997 const sal_Unicode* pCharacters, int nCharacters, bool* pHasSubst ) const in hasVerticalSubstitutions() argument
3008 memset( pHasSubst, 0, sizeof(bool)*nCharacters ); in hasVerticalSubstitutions()
3011 for( int i = 0; i < nCharacters; i++ ) in hasVerticalSubstitutions()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx582 int nCharacters, bool* pHasSubst ) const;
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl216 the need to call IAccessibleText::nCharacters. */
2388 returned by IAccessibleText::nCharacters. All methods that operate
2619 IAccessibleText::nCharacters. If both indices have the same value, an empty
2809 insertion goes before the first character. An index of IAccessibleText::nCharacters
2846 @param [out] nCharacters
2849 [propget] HRESULT nCharacters
2851 [out, retval] long *nCharacters
3125 the indices zero and IAccessibleText::nCharacters. If both indices have the
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2437 sal_uInt32 nCharacters = pPortion->Count(); in ApplyTextObj() local
2448 for ( i = 0; i < nCharacters; i++ ) in ApplyTextObj()
2457 memcpy( pDest, pSource, nCharacters << 1 ); in ApplyTextObj()
2458 nCurrentIndex += nCharacters; in ApplyTextObj()

Completed in 121 milliseconds