Home
last modified time | relevance | path

Searched refs:aAlt (Results 1 – 9 of 9) sorted by path

/trunk/main/editeng/source/editeng/
H A Deditview.cxx1121 Sequence< OUString > aAlt; in ExecuteSpellPopup() local
1123 aAlt = xSpellAlt->getAlternatives(); in ExecuteSpellPopup()
1124 const OUString *pAlt = aAlt.getConstArray(); in ExecuteSpellPopup()
1125 sal_uInt16 nWords = (sal_uInt16) aAlt.getLength(); in ExecuteSpellPopup()
1287 DBG_ASSERT(nId - MN_AUTOSTART < aAlt.getLength(), "index out of range"); in ExecuteSpellPopup()
1296 DBG_ASSERT(nId - MN_ALTSTART < aAlt.getLength(), "index out of range"); in ExecuteSpellPopup()
H A Dimpedit3.cxx1886 String aAlt( xHyphWord->getHyphenatedWord() ); in ImpBreakLine() local
1903 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImpBreakLine()
1909 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImpBreakLine()
1910 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImpBreakLine()
1918 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImpBreakLine()
1928 cAlternateReplChar = aAlt.GetChar( nAltStart ); in ImpBreakLine()
1930 cAlternateExtraChar = aAlt.GetChar( nAltStart ); in ImpBreakLine()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx483 OUString aAlt( cTerm + catst); in queryMeanings() local
484 pStr[i] = aAlt; in queryMeanings()
/trunk/main/linguistic/inc/linguistic/
H A Dspelldta.hxx90 ::com::sun::star::uno::Sequence< ::rtl::OUString > aAlt; // list of alternatives, may be empty.
/trunk/main/linguistic/source/
H A Dspelldta.cxx253 aAlt ( Sequence< OUString >(1) ), in SpellAlternatives()
259 aAlt.getArray()[ 0 ] = rRplcWord; in SpellAlternatives()
261 aAlt.realloc( 0 ); in SpellAlternatives()
268 aAlt (rAlternatives), in SpellAlternatives()
309 return (sal_Int16) aAlt.getLength(); in getAlternativesCount()
317 return aAlt; in getAlternatives()
325 aAlt = rAlternatives; in setAlternatives()
355 aAlt = rAlt; in SetAlternatives()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DXSpellAlternatives_impl.java32 String[] aAlt; // list of alternatives, may be empty. field in XSpellAlternatives_impl
39 String[] aAlt ) in XSpellAlternatives_impl() argument
43 this.aAlt = aAlt; in XSpellAlternatives_impl()
55 if (this.aAlt == null) in XSpellAlternatives_impl()
56 this.aAlt = new String[]{}; in XSpellAlternatives_impl()
74 return (short) aAlt.length; in getAlternativesCount()
78 return aAlt; in getAlternatives()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx132 String aName, aHRef, aAlt, aTarget, sEmpty; in ParseAreaOptions() local
159 aAlt = pOption->GetString(); in ParseAreaOptions()
202 IMapRectangleObject aMapRObj( aRec, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions()
213 IMapCircleObject aMapCObj( aPoint, aCoords[2],aHRef, aAlt, String(), in ParseAreaOptions()
227 IMapPolygonObject aMapPObj( aPoly, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions()
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx305 String aURL, aType, aName, aAlt, aId, aStyle, aClass; in InsertEmbed() local
340 aAlt = pOption->GetString(); in InsertEmbed()
483 pNoTxtNd->SetTitle( aAlt ); in InsertEmbed()
671 String aCodeBase, aCode, aName, aAlt, aId, aStyle, aClass; in InsertApplet() local
708 aAlt = pOption->GetString(); in InsertApplet()
748 pAppletImpl->SetAltText( aAlt ); in InsertApplet()
835 String aAlt, aId, aStyle, aClass; in InsertFloatingFrame() local
861 aAlt = pOption->GetString(); in InsertFloatingFrame()
967 pNoTxtNd->SetTitle( aAlt ); in InsertFloatingFrame()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4887 String aAlt( xHyphWord->getHyphenatedWord() ); in ImplGetTextLines() local
4904 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImplGetTextLines()
4910 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImplGetTextLines()
4911 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()
4919 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()
4929 cAlternateReplChar = aAlt.GetChar( nAltStart ); in ImplGetTextLines()
4931 cAlternateExtraChar = aAlt.GetChar( nAltStart ); in ImplGetTextLines()

Completed in 141 milliseconds