Home
last modified time | relevance | path

Searched refs:xRes (Results 1 – 25 of 47) sorted by last modified time

12

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx83 uno::Reference< XLinguServiceManager > xRes; in GetLngSvcMgr_Impl() local
91 return xRes; in GetLngSvcMgr_Impl()
708 uno::Reference< linguistic2::XSpellAlternatives > xRes; in spell() local
710 xRes = xSpell->spell( rWord, nLanguage, rProperties ); in spell()
711 return xRes; in spell()
816 uno::Reference< linguistic2::XHyphenatedWord > xRes; in hyphenate() local
819 return xRes; in hyphenate()
833 uno::Reference< linguistic2::XHyphenatedWord > xRes; in queryAlternativeSpelling() local
836 return xRes; in queryAlternativeSpelling()
849 uno::Reference< linguistic2::XPossibleHyphens > xRes; in createPossibleHyphens() local
[all …]
/trunk/main/linguistic/source/
H A Dmisc.cxx641 uno::Reference< XHyphenatedWord > xRes; in RebuildHyphensAndControlChars() local
693 xRes = new HyphenatedWord( in RebuildHyphensAndControlChars()
699 return xRes; in RebuildHyphensAndControlChars()
921 uno::Reference< XDictionary > xRes; in GetIgnoreAllList() local
924 xRes = xDL->getDictionaryByName( A2OU("IgnoreAllList") ); in GetIgnoreAllList()
925 return xRes; in GetIgnoreAllList()
H A Dlngsvcmgr.cxx1308 uno::Reference< linguistic2::XSpellChecker > xRes; in getSpellChecker() local
1313 xRes = xSpellDsp; in getSpellChecker()
1315 return xRes; in getSpellChecker()
1328 uno::Reference< linguistic2::XHyphenator > xRes; in getHyphenator() local
1333 xRes = xHyphDsp; in getHyphenator()
1335 return xRes; in getHyphenator()
1348 uno::Reference< linguistic2::XThesaurus > xRes; in getThesaurus() local
1353 xRes = xThesDsp; in getThesaurus()
1355 return xRes; in getThesaurus()
H A Dspelldsp.cxx291 if (!xRes.is()) in lcl_GetRulingDictionaryEntry()
297 xRes = xNegEntry; in lcl_GetRulingDictionaryEntry()
303 xRes = xPosEntry; in lcl_GetRulingDictionaryEntry()
307 return xRes; in lcl_GetRulingDictionaryEntry()
491 return xRes; in spell_Impl()
560 xRes = xTmpRes; in spell_Impl()
673 xRes = NULL; in spell_Impl()
680 if (xRes.is()) in spell_Impl()
712 xRes = NULL; in spell_Impl()
740 if (xRes.is()) in spell_Impl()
[all …]
H A Dhyphdsp.cxx163 return xRes; in buildHyphWord()
224 return xRes; in buildPossHyphens()
267 return xRes; in hyphenate()
385 xRes = RebuildHyphensAndControlChars( rWord, xRes ); in hyphenate()
387 if (xRes.is() && xRes->getWord() != rWord) in hyphenate()
394 return xRes; in hyphenate()
524 xRes = RebuildHyphensAndControlChars( rWord, xRes ); in queryAlternativeSpelling()
526 if (xRes.is() && xRes->getWord() != rWord) in queryAlternativeSpelling()
533 return xRes; in queryAlternativeSpelling()
657 if (xRes.is() && xRes->getWord() != rWord) in createPossibleHyphens()
[all …]
H A Dconvdiclist.cxx203 uno::Reference< XConversionDictionary > xRes; in GetByName() local
206 xRes = aConvDics.getArray()[nIdx]; in GetByName()
207 return xRes; in GetByName()
232 if (!xRes.is()) in getByName()
234 return makeAny( xRes ); in getByName()
506 uno::Reference< XConversionDictionary > xRes; in addNewDictionary() local
511 xRes = new HHConvDic( rName, aDicMainURL ); in addNewDictionary()
519 if (!xRes.is()) in addNewDictionary()
523 xRes->setActive( sal_True ); in addNewDictionary()
525 aAny <<= xRes; in addNewDictionary()
[all …]
H A Dgciterator.cxx459 uno::Reference< linguistic2::XProofreader > xRes; in GetGrammarChecker() local
481 xRes = aImplNameIt->second; in GetGrammarChecker()
496 xRes = xGC; in GetGrammarChecker()
515 return xRes; in GetGrammarChecker()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx77 uno::Reference< XLinguServiceManager > xRes; in GetLngSvcMgr_Impl() local
81 xRes = uno::Reference< XLinguServiceManager > ( xMgr->createInstance( in GetLngSvcMgr_Impl()
85 return xRes; in GetLngSvcMgr_Impl()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx913 Reference<XResultSet> xRes = _xMetaData->getCatalogs(); in createDefaultName() local
914 Reference<XRow> xRow(xRes,UNO_QUERY); in createDefaultName()
915 while(xRes.is() && xRes->next()) in createDefaultName()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx798 Reference< XResultSet > xRes = xGRes->getGeneratedValues(); in executeInsert() local
799 Reference< XRow > xRow(xRes,UNO_QUERY); in executeInsert()
800 if ( xRow.is() && xRes->next() ) in executeInsert()
802 Reference< XResultSetMetaDataSupplier > xMdSup(xRes,UNO_QUERY); in executeInsert()
864 Reference<XResultSet> xRes = xStatement->executeQuery(sStmt); in executeInsert() local
865 Reference<XRow> xRow(xRes,UNO_QUERY); in executeInsert()
866 if(xRow.is() && xRes->next()) in executeInsert()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1851 ScTokenRef xRes = new ScRefListToken; in ScIntersect() local
1893 PushTempToken( xRes); in ScIntersect()
1961 if (!xRes) in ScRangeFunc()
1964 PushTempToken( xRes); in ScRangeFunc()
1993 ScTokenRef xRes; in ScUnionFunc() local
1997 xRes = x1; in ScUnionFunc()
2002 xRes = x2; in ScUnionFunc()
2006 xRes = new ScRefListToken; in ScUnionFunc()
2007 ScRefList* pRes = xRes->GetRefList(); in ScUnionFunc()
2012 if (pt[i] == xRes) in ScUnionFunc()
[all …]
H A Dtoken.cxx583 ScTokenRef xRes; in ExtendRangeReference() local
617 xRes = new ScExternalDoubleRefToken( p1->GetIndex(), p1->GetString(), aRef); in ExtendRangeReference()
619 xRes = new ScDoubleRefToken( aRef); in ExtendRangeReference()
627 xRes = (bReuseDoubleRef && p1->GetRef() == 1 ? p1 : static_cast<ScToken*>(p1->Clone())); in ExtendRangeReference()
632 xRes = (bReuseDoubleRef && p2->GetRef() == 1 ? p2 : static_cast<ScToken*>(p2->Clone())); in ExtendRangeReference()
645 xRes = new ScDoubleRefToken( (*pRefList)[0] ); in ExtendRangeReference()
647 if (!xRes) in ExtendRangeReference()
651 ScComplexRefData& rRef = xRes->GetDoubleRef(); in ExtendRangeReference()
692 return FormulaTokenRef(xRes.get()); in ExtendRangeReference()
H A Dinterpr4.cxx2655 uno::Reference<sheet::XVolatileResult> xRes = aCall.GetVarRes(); in ScExternal() local
2656 ScAddInListener* pLis = ScAddInListener::Get( xRes ); in ScExternal()
2659 pLis = ScAddInListener::CreateListener( xRes, pDok ); in ScExternal()
3966 FormulaTokenRef xRes = new FormulaDoubleToken( 0.0); in Interpret() local
3967 PushTempToken( new ScMatrixCellResultToken( xMat, xRes)); in Interpret()
3973 FormulaTokenRef xRes = new FormulaStringToken( aStr); in Interpret() local
3974 PushTempToken( new ScMatrixCellResultToken( xMat, xRes)); in Interpret()
3981 FormulaTokenRef xRes; in Interpret() local
3983 xRes = new FormulaErrorToken( nErr); in Interpret()
3985 xRes = new FormulaDoubleToken( pMatVal->fVal); in Interpret()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java230 XHyphenatedWord xRes = null; in hyphenate() local
279 xRes = new XHyphenatedWord_impl(aWord, aLocale, in hyphenate()
283 return xRes; in hyphenate()
311 XHyphenatedWord xRes = null; in queryAlternativeSpelling() local
323 xRes = new XHyphenatedWord_impl(aWord, aLocale, in queryAlternativeSpelling()
332 return xRes; in queryAlternativeSpelling()
360 XPossibleHyphens xRes = null; in createPossibleHyphens() local
369 xRes = new XPossibleHyphens_impl(aWord, aLocale, in createPossibleHyphens()
375 xRes = new XPossibleHyphens_impl(aWord, aLocale, in createPossibleHyphens()
385 xRes = new XPossibleHyphens_impl(aWord, aLocale, in createPossibleHyphens()
[all …]
H A DSampleSpellChecker.java335 XSpellAlternatives xRes = null; in spell()
338 xRes = GetProposals( aWord, aLocale, aProperties ); in spell()
340 return xRes; in spell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DORowSet.java313 XResultSet xRes = UnoRuntime.queryInterface( XResultSet.class, m_rowSet ); in createTestEnvironment() local
314 xRes.first(); in createTestEnvironment()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx437 Reference< XSpellAlternatives > xRes; in GetProposals() local
500xRes = SpellAlternatives::CreateSpellAlternatives( aTmp, nLang, SpellFailure::SPELLING_ERROR, aStr… in GetProposals()
501 return xRes; in GetProposals()
503 return xRes; in GetProposals()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx93 uno::Reference< frame::XModel > xRes; in DoUpdateAllCharts() local
173 uno::Reference< frame::XModel > xRes; in LockUnlockAllCharts() local
189 if (xRes.is()) in LockUnlockAllCharts()
613 uno::Reference< chart2::data::XDataSource > xRes; in Impl_createDataSource() local
628 return xRes; in Impl_createDataSource()
1016 xRes = new SwChartDataSource( aLDS ); in Impl_createDataSource()
1020 return xRes; in Impl_createDataSource()
2399 return xRes; in getPropertySetInfo()
2982 uno::Reference< util::XCloneable > xRes; in createClone() local
2998 xRes = pRes; in createClone()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx789 uno::Reference< XResultSet > xRes(xRowLocate,UNO_QUERY); in ExecQryShell() local
798 *pBegin <<= xRes->getRow(); in ExecQryShell()
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx1458 rtl::Reference<OGLTransitionerImpl> xRes( in createWindow() local
1461 if( !xRes->initWindowFromSlideShowView(view)) in createWindow()
1463 xRes->setSlides(leavingBitmap,enteringBitmap); in createWindow()
1466 return uno::Reference<presentation::XTransition>(xRes.get()); in createWindow()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java163 xRes.last(); in showRowSetRowCount()
201 xRes.beforeFirst(); in showRowSetEvents()
207 xRes.next(); in showRowSetEvents()
209 xRes.next(); in showRowSetEvents()
211 xRes.last(); in showRowSetEvents()
213 xRes.next(); in showRowSetEvents()
214 System.out.println("We stand after the last row: " + xRes.isAfterLast()); in showRowSetEvents()
216 xRes.first(); in showRowSetEvents()
218 xRes.previous(); in showRowSetEvents()
221 xRes.afterLast(); in showRowSetEvents()
[all …]
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx223 Reference< XSpellAlternatives > xRes; in GetProposals() local
233 xRes = new SpellAlternatives( aTmp, nLang, in GetProposals()
255 xRes = pAlt; in GetProposals()
265 xRes = new SpellAlternatives( aTmp, nLang, in GetProposals()
271 return xRes; in GetProposals()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx344 Reference< XSpellAlternatives > xRes; in GetProposals() local
399 xRes = pAlt; in GetProposals()
400 return xRes; in GetProposals()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx300 Reference< XHyphenatedWord > xRes; in hyphenate() local
461 xRes = NULL; in hyphenate()
503xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate()
509 xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), in hyphenate()
526 return xRes; in hyphenate()
564 Reference< XPossibleHyphens > xRes; in createPossibleHyphens() local
712 xRes = PossibleHyphens::CreatePossibleHyphens( aWord, LocaleToLanguage( aLocale ), in createPossibleHyphens()
729 return xRes; in createPossibleHyphens()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx213 Reference< XResultSet > xRes = (xMetaData.get()->*_GetAll)(); in lcl_fillComboList() local
214 Reference< XRow > xRow( xRes, UNO_QUERY_THROW ); in lcl_fillComboList()
216 while ( xRes->next() ) in lcl_fillComboList()

Completed in 225 milliseconds

12