Home
last modified time | relevance | path

Searched refs:xUpdate (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/xforms/
H A DXFormsModelContext.cxx102 Reference<XUpdatable> xUpdate( mxModel, UNO_QUERY ); in endFastElement() local
103 if( xUpdate.is() ) in endFastElement()
104 xUpdate->update(); in endFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/xforms/
H A DXFormsModelContext.cxx127 Reference<XUpdatable> xUpdate( mxModel, UNO_QUERY ); in EndElement() local
128 if( xUpdate.is() ) in EndElement()
129 xUpdate->update(); in EndElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DGridFieldValidator.java75 XUpdateBroadcaster xUpdate = UnoRuntime.queryInterface( in enableColumnWatch()
79 xUpdate.addUpdateListener( this ); in enableColumnWatch()
81 xUpdate.removeUpdateListener( this ); in enableColumnWatch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DGridFieldValidator.java75 XUpdateBroadcaster xUpdate = UnoRuntime.queryInterface( in enableColumnWatch()
79 xUpdate.addUpdateListener( this ); in enableColumnWatch()
81 xUpdate.removeUpdateListener( this ); in enableColumnWatch()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/modules/
H A Dmodule2200_sprites.h226 void xUpdate();
238 void xUpdate();
253 void xUpdate();
261 void xUpdate();
269 void xUpdate();
H A Dmodule2200_sprites.cpp1033 void KmScene2205::xUpdate() { in xUpdate() function in Neverhood::KmScene2205
1085 void KmScene2206::xUpdate() { in xUpdate() function in Neverhood::KmScene2206
1263 void KmScene2242::xUpdate() { in xUpdate() function in Neverhood::KmScene2242
1329 void KmHallOfRecords::xUpdate() { in xUpdate() function in Neverhood::KmHallOfRecords
1382 void KmScene2247::xUpdate() { in xUpdate() function in Neverhood::KmScene2247
/dports/games/scummvm/scummvm-2.5.1/engines/neverhood/modules/
H A Dmodule2200_sprites.h226 void xUpdate() override;
238 void xUpdate() override;
253 void xUpdate() override;
261 void xUpdate() override;
269 void xUpdate() override;
H A Dmodule2200_sprites.cpp1064 void KmScene2205::xUpdate() { in xUpdate() function in Neverhood::KmScene2205
1118 void KmScene2206::xUpdate() { in xUpdate() function in Neverhood::KmScene2206
1300 void KmScene2242::xUpdate() { in xUpdate() function in Neverhood::KmScene2242
1368 void KmHallOfRecords::xUpdate() { in xUpdate() function in Neverhood::KmHallOfRecords
1423 void KmScene2247::xUpdate() { in xUpdate() function in Neverhood::KmScene2247
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx567 std::unique_ptr<PrintFont> xUpdate; in countFontconfigFonts() local
570 xUpdate = std::move(aFonts.front()); in countFontconfigFonts()
581 xUpdate = std::move(font); in countFontconfigFonts()
587 if (xUpdate) in countFontconfigFonts()
608 if (xUpdate) in countFontconfigFonts()
612 xUpdate->m_eWeight = convertWeight(weight); in countFontconfigFonts()
614 xUpdate->m_eWidth = convertWidth(width); in countFontconfigFonts()
616 xUpdate->m_ePitch = convertSpacing(spacing); in countFontconfigFonts()
618 xUpdate->m_eItalic = convertSlant(slant); in countFontconfigFonts()
622 xUpdate->m_nVariationEntry = GetVariationIndex(nEntryId); in countFontconfigFonts()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx654 std::optional<PrintFont> xUpdate; in countFontconfigFonts() local
657 xUpdate = aFonts.front(); in countFontconfigFonts()
668 xUpdate = font; in countFontconfigFonts()
674 if (xUpdate) in countFontconfigFonts()
695 if (xUpdate) in countFontconfigFonts()
699 xUpdate->m_eWeight = convertWeight(weight); in countFontconfigFonts()
701 xUpdate->m_eWidth = convertWidth(width); in countFontconfigFonts()
703 xUpdate->m_ePitch = convertSpacing(spacing); in countFontconfigFonts()
705 xUpdate->m_eItalic = convertSlant(slant); in countFontconfigFonts()
709 xUpdate->m_nVariationEntry = GetVariationIndex(nEntryId); in countFontconfigFonts()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DDatabaseForm.cxx3417 Reference<XResultSetUpdate> xUpdate; in insertRow() local
3419 xUpdate->insertRow(); in insertRow()
3437 Reference<XResultSetUpdate> xUpdate; in updateRow() local
3439 xUpdate->updateRow(); in updateRow()
3457 Reference<XResultSetUpdate> xUpdate; in deleteRow() local
3459 xUpdate->deleteRow(); in deleteRow()
3479 xUpdate->cancelRowUpdates(); in cancelRowUpdates()
3495 Reference<XResultSetUpdate> xUpdate; in moveToInsertRow() local
3521 xUpdate->moveToInsertRow(); in moveToInsertRow()
3530 Reference<XResultSetUpdate> xUpdate; in moveToCurrentRow() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DDatabaseForm.cxx3417 Reference<XResultSetUpdate> xUpdate; in insertRow() local
3419 xUpdate->insertRow(); in insertRow()
3437 Reference<XResultSetUpdate> xUpdate; in updateRow() local
3439 xUpdate->updateRow(); in updateRow()
3457 Reference<XResultSetUpdate> xUpdate; in deleteRow() local
3459 xUpdate->deleteRow(); in deleteRow()
3479 xUpdate->cancelRowUpdates(); in cancelRowUpdates()
3495 Reference<XResultSetUpdate> xUpdate; in moveToInsertRow() local
3520 xUpdate->moveToInsertRow(); in moveToInsertRow()
3530 Reference<XResultSetUpdate> xUpdate; in moveToCurrentRow() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx358 Reference< XResultSetUpdate > xUpdate(xMaster, UNO_QUERY); in Attach() local
361 if (bWasInsertRow && xUpdate.is()) in Attach()
362 xUpdate->moveToInsertRow(); in Attach()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx379 Reference< XResultSetUpdate > xUpdate(xMaster, UNO_QUERY); in Attach() local
382 if (bWasInsertRow && xUpdate.is()) in Attach()
383 xUpdate->moveToInsertRow(); in Attach()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dvtshim.c309 rc = pAux->pMod->xUpdate(pVtab->pChild, argc, argv, pRowid); in vtshimUpdate()
497 pAux->sSelf.xUpdate = p->xUpdate ? vtshimUpdate : 0; in sqlite3_create_disposable_module()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dvtshim.c309 rc = pAux->pMod->xUpdate(pVtab->pChild, argc, argv, pRowid); in vtshimUpdate()
497 pAux->sSelf.xUpdate = p->xUpdate ? vtshimUpdate : 0; in sqlite3_create_disposable_module()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dvtshim.c309 rc = pAux->pMod->xUpdate(pVtab->pChild, argc, argv, pRowid); in vtshimUpdate()
497 pAux->sSelf.xUpdate = p->xUpdate ? vtshimUpdate : 0; in sqlite3_create_disposable_module()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dvtshim.c309 rc = pAux->pMod->xUpdate(pVtab->pChild, argc, argv, pRowid); in vtshimUpdate()
497 pAux->sSelf.xUpdate = p->xUpdate ? vtshimUpdate : 0; in sqlite3_create_disposable_module()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dremote_updater.cpp526 void xUpdate(TOwnerSet& owners, COrg_ref& org_ref) in xUpdate() function
574 xUpdate(it.second.owner, (*reply_it)->SetData().SetOrg()); in UpdateOrgFromTaxon()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dremote_updater.cpp541 void xUpdate(TOwnerSet& owner, COrg_ref& org_ref) in xUpdate() function
584 xUpdate(it->second.owner, (*reply_it)->SetData().SetOrg()); in UpdateOrgFromTaxon()
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A DvtabC.test12 # focus of this file is is verifying that the xUpdate, xSync, xCommit
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A DvtabC.test12 # focus of this file is is verifying that the xUpdate, xSync, xCommit
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A DvtabC.test12 # focus of this file is is verifying that the xUpdate, xSync, xCommit
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A DvtabC.test12 # focus of this file is is verifying that the xUpdate, xSync, xCommit
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/
H A Dklaymen.h350 virtual void xUpdate();

12345678910>>...20