Home
last modified time | relevance | path

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

12

/trunk/main/linguistic/source/
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 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 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 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()
/trunk/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()
193 while(xRes.is() && xRes->next()) in OAdabasStatistics()
233 xRes = xStmt->executeQuery(aStmt); in OAdabasStatistics()
234 if(xRes.is() && xRes->next()) in OAdabasStatistics()
246 if(xRes.is() && xRes->next()) in OAdabasStatistics()
297 if(xRes.is()) in checkSystemTable()
[all …]
/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/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 …]
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx151 uno::Reference< rendering::XPolyPolygon2D > xRes; in xPolyPolygonFromB2DPolygon() local
154 return xRes; 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()
200 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( in xPolyPolygonFromB2DPolyPolygon()
207 xRes->setClosed( i, rPolyPoly.getB2DPolygon(i).isClosed() ); in xPolyPolygonFromB2DPolyPolygon()
[all …]
/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/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 …Reference<XResultSetMetaData> xMeta = Reference<XResultSetMetaDataSupplier>(xRes,UNO_QUERY)->getMe… in main()
93 while(xRes->next()) in main()
/trunk/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()
/trunk/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()
/trunk/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()
/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/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/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/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()
/trunk/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.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 …]
/trunk/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()

Completed in 144 milliseconds

12