Home
last modified time | relevance | path

Searched refs:xRes (Results 1 – 25 of 47) sorted by relevance

12

/AOO41X/main/linguistic/source/
H A Dhyphdsp.cxx85 Reference< XHyphenatedWord > xRes; in buildHyphWord() local
157 xRes = new HyphenatedWord( aText, nLang, nHyphenationPos, in buildHyphWord()
163 return xRes; in buildHyphWord()
172 Reference<XPossibleHyphens> xRes; in buildPossHyphens() local
218 xRes = new PossibleHyphens( aTmp.makeStringAndClear(), nLanguage, in buildPossHyphens()
224 return xRes; in buildPossHyphens()
261 Reference< XHyphenatedWord > xRes; in hyphenate() local
267 return xRes; in hyphenate()
313 xRes = buildHyphWord( rWord, xEntry, nLanguage, nChkMaxLeading ); in hyphenate()
330 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
[all …]
H A Dspelldsp.cxx283 Reference< XDictionaryEntry > xRes; in lcl_GetRulingDictionaryEntry() local
290 xRes = xIgnoreAll->getEntry( rWord ); in lcl_GetRulingDictionaryEntry()
291 if (!xRes.is()) in lcl_GetRulingDictionaryEntry()
297 xRes = xNegEntry; in lcl_GetRulingDictionaryEntry()
303 xRes = xPosEntry; in lcl_GetRulingDictionaryEntry()
307 return xRes; in lcl_GetRulingDictionaryEntry()
488 Reference< XSpellAlternatives > xRes; in spell_Impl() local
491 return xRes; in spell_Impl()
558 if (!xRes.is() && bTmpResValid) in spell_Impl()
560 xRes = xTmpRes; in spell_Impl()
[all …]
H A Dconvdiclist.cxx203 uno::Reference< XConversionDictionary > xRes; in GetByName() local
206 xRes = aConvDics.getArray()[nIdx]; in GetByName()
207 return xRes; in GetByName()
231 uno::Reference< XConversionDictionary > xRes( GetByName( rName ) ); in getByName() local
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()
516 xRes = new ConvDic( rName, nLang, nConvDicType, sal_False, aDicMainURL ); in addNewDictionary()
519 if (!xRes.is()) in addNewDictionary()
[all …]
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()
/AOO41X/main/dbaccess/source/ui/dlg/
H A DAdabasStat.cxx116 Reference<XResultSet> xRes; in OAdabasStatistics() local
137 xRes = xStmt->executeQuery(aStmt); in OAdabasStatistics()
140 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics()
142 if(xRes.is() && xRes->next()) in OAdabasStatistics()
190 xRes = xStmt->executeQuery(aStmt); in OAdabasStatistics()
192 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics()
193 while(xRes.is() && xRes->next()) in OAdabasStatistics()
233 xRes = xStmt->executeQuery(aStmt); in OAdabasStatistics()
234 if(xRes.is() && xRes->next()) in OAdabasStatistics()
236 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java162 XResultSet xRes = (XResultSet)UnoRuntime.queryInterface(XResultSet.class,xRowRes); in showRowSetRowCount() local
163 xRes.last(); in showRowSetRowCount()
199 XResultSet xRes = (XResultSet)UnoRuntime.queryInterface(XResultSet.class,xRowRes); in showRowSetEvents() local
201 xRes.beforeFirst(); in showRowSetEvents()
204 System.out.println("We stand before the first row: " + xRes.isBeforeFirst()); 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()
[all …]
/AOO41X/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 …]
/AOO41X/main/basegfx/source/tools/
H A Dcanvastools.cxx151 uno::Reference< rendering::XPolyPolygon2D > xRes; in xPolyPolygonFromB2DPolygon() local
154 return xRes; in xPolyPolygonFromB2DPolygon()
161 xRes.set( xGraphicDevice->createCompatibleBezierPolyPolygon( outputSequence ), in xPolyPolygonFromB2DPolygon()
169 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( outputSequence ), in xPolyPolygonFromB2DPolygon()
173 if( xRes.is() && rPoly.isClosed() ) in xPolyPolygonFromB2DPolygon()
174 xRes->setClosed( 0, sal_True ); in xPolyPolygonFromB2DPolygon()
176 return xRes; in xPolyPolygonFromB2DPolygon()
184 uno::Reference< rendering::XPolyPolygon2D > xRes; in xPolyPolygonFromB2DPolyPolygon() local
187 return xRes; in xPolyPolygonFromB2DPolyPolygon()
194 xRes.set( xGraphicDevice->createCompatibleBezierPolyPolygon( in xPolyPolygonFromB2DPolyPolygon()
[all …]
/AOO41X/main/editeng/source/misc/
H A Dunolingu.cxx83 uno::Reference< XLinguServiceManager > xRes; in GetLngSvcMgr_Impl() local
87 xRes = uno::Reference< XLinguServiceManager > ( xMgr->createInstance( in GetLngSvcMgr_Impl()
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
818 xRes = xHyph->hyphenate( rWord, rLocale, nMaxLeading, rProperties ); in hyphenate()
819 return xRes; in hyphenate()
833 uno::Reference< linguistic2::XHyphenatedWord > xRes; in queryAlternativeSpelling() local
[all …]
/AOO41X/main/connectivity/workben/little/
H A Dmain.cxx82 … Reference<XResultSet> xRes = xStmt->executeQuery(OUString::createFromAscii("SELECT * FROM Tele")); in main() local
83 if(xRes.is()) in main()
86 Reference<XRow> xRow(xRes,UNO_QUERY); in main()
87 …ference<XResultSetMetaData> xMeta = Reference<XResultSetMetaDataSupplier>(xRes,UNO_QUERY)->getMeta… in main()
93 while(xRes->next()) in main()
/AOO41X/main/connectivity/source/drivers/mysql/
H A DYUser.cxx104 Reference<XResultSet> xRes; in findPrivilegesAndGrantPrivileges() local
113 xRes = xMeta->getTablePrivileges(aCatalog,sSchema,sTable); in findPrivilegesAndGrantPrivileges()
122xRes = xMeta->getColumnPrivileges(aCatalog,sSchema,sTable,::rtl::OUString(RTL_CONSTASCII_USTRINGPA… in findPrivilegesAndGrantPrivileges()
127 if ( xRes.is() ) in findPrivilegesAndGrantPrivileges()
142 Reference<XRow> xCurrentRow(xRes,UNO_QUERY); in findPrivilegesAndGrantPrivileges()
143 while( xCurrentRow.is() && xRes->next() ) in findPrivilegesAndGrantPrivileges()
207 ::comphelper::disposeComponent(xRes); in findPrivilegesAndGrantPrivileges()
/AOO41X/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx104 Reference<XResultSet> xRes; in findPrivilegesAndGrantPrivileges() local
113 xRes = xMeta->getTablePrivileges(aCatalog,sSchema,sTable); in findPrivilegesAndGrantPrivileges()
122xRes = xMeta->getColumnPrivileges(aCatalog,sSchema,sTable,::rtl::OUString(RTL_CONSTASCII_USTRINGPA… in findPrivilegesAndGrantPrivileges()
127 if ( xRes.is() ) in findPrivilegesAndGrantPrivileges()
142 Reference<XRow> xCurrentRow(xRes,UNO_QUERY); in findPrivilegesAndGrantPrivileges()
143 while( xCurrentRow.is() && xRes->next() ) in findPrivilegesAndGrantPrivileges()
207 ::comphelper::disposeComponent(xRes); in findPrivilegesAndGrantPrivileges()
H A DHCatalog.cxx86 Reference<XResultSet> xRes = m_xMetaData->getTableTypes(); in refreshViews() local
87 Reference<XRow> xRow(xRes,UNO_QUERY); in refreshViews()
88 while ( xRow.is() && xRes->next() ) in refreshViews()
/AOO41X/main/connectivity/source/drivers/adabas/
H A DBUsers.cxx97 Reference<XResultSet> xRes = xStmt->executeQuery(sUsers); in dropObject() local
98 Reference<XRow> xRow(xRes,UNO_QUERY); in dropObject()
99 if(xRes.is() && xRow.is() && xRes->next()) // there can only be one user with this name in dropObject()
H A DBDatabaseMetaData.cxx60 Reference< XResultSet > xRes = OAdabasDatabaseMetaData_BASE::impl_getTypeInfo_throw(); in impl_getTypeInfo_throw() local
62 if(xRes.is()) in impl_getTypeInfo_throw()
66 Reference< XRow> xRow(xRes,UNO_QUERY); in impl_getTypeInfo_throw()
67 while(xRes->next()) in impl_getTypeInfo_throw()
H A DBUser.cxx140 Reference<XResultSet> xRes = xStmt->executeQuery(sSql); in getAnyTablePrivileges() local
141 if(xRes.is()) in getAnyTablePrivileges()
143 Reference<XRow> xRow(xRes,UNO_QUERY); in getAnyTablePrivileges()
144 if(xRow.is() && xRes->next()) in getAnyTablePrivileges()
172 ::comphelper::disposeComponent(xRes); in getAnyTablePrivileges()
/AOO41X/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx300 Reference< XHyphenatedWord > xRes; in hyphenate() local
461 xRes = NULL; in hyphenate()
503 xRes = new HyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate()
509 xRes = new HyphenatedWord( aWord, LocaleToLanguage( aLocale ), in hyphenate()
526 return xRes; in hyphenate()
564 Reference< XPossibleHyphens > xRes; in createPossibleHyphens() local
712 xRes = new PossibleHyphens( aWord, LocaleToLanguage( aLocale ), in createPossibleHyphens()
729 return xRes; in createPossibleHyphens()
/AOO41X/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
188xRes = uno::Reference < frame::XModel >( xIP->getComponent(), uno::UNO_QUERY ); in LockUnlockAllCharts()
189 if (xRes.is()) in LockUnlockAllCharts()
192 xRes->lockControllers(); in LockUnlockAllCharts()
194 xRes->unlockControllers(); in LockUnlockAllCharts()
613 uno::Reference< chart2::data::XDataSource > xRes; in Impl_createDataSource() local
628 return xRes; in Impl_createDataSource()
700 return xRes; // we cant handle this thus returning an empty references in Impl_createDataSource()
705 return xRes; // we cant handle this thus returning an empty references in Impl_createDataSource()
[all …]
/AOO41X/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()
/AOO41X/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx233 …Reference< XResultSet > xRes = m_xMetaData.is() ? m_xMetaData->getTables(aCatalog,sSchema,sTable,… in createObject() local
234 if(xRes.is() && xRes->next()) in createObject()
236 Reference< XRow > xRow(xRes,UNO_QUERY); in createObject()
243 ::comphelper::disposeComponent(xRes); in createObject()
H A DOptimisticSet.cxx359 Reference<XResultSet> xRes = xPrep->executeQuery(); in insertRow() local
360 Reference<XRow> xRow(xRes,UNO_QUERY); in insertRow()
361 if ( xRow.is() && xRes->next() ) in insertRow()
738 Reference<XResultSet> xRes = xPrep->executeQuery(); in fillMissingValues() local
739 Reference<XRow> xRow(xRes,UNO_QUERY); in fillMissingValues()
740 if ( xRow.is() && xRes->next() ) in fillMissingValues()
/AOO41X/main/sc/source/core/tool/
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 Dinterpr2.cxx1849 ScTokenRef xRes = new ScRefListToken; in ScIntersect() local
1850 ScRefList* pRefList = xRes->GetRefList(); in ScIntersect()
1891 PushTempToken( xRes); in ScIntersect()
1958 FormulaTokenRef xRes = ScToken::ExtendRangeReference( *x1, *x2, aPos, false); in ScRangeFunc() local
1959 if (!xRes) in ScRangeFunc()
1962 PushTempToken( xRes); in ScRangeFunc()
1991 ScTokenRef xRes; in ScUnionFunc() local
1995 xRes = x1; in ScUnionFunc()
2000 xRes = x2; in ScUnionFunc()
2004 xRes = new ScRefListToken; in ScUnionFunc()
[all …]
/AOO41X/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx81 uno::Reference< rendering::XPolyPolygon2D > xRes( in rect2Poly() local
84 if( xRes.is() ) in rect2Poly()
85 xRes->setClosed( 0, sal_True ); in rect2Poly()
86 return xRes; in rect2Poly()

12