Home
last modified time | relevance | path

Searched refs:rDatabase (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupstore/
H A DBackupStoreAccounts.cpp76 BackupStoreAccounts::BackupStoreAccounts(BackupStoreAccountDatabase &rDatabase) in BackupStoreAccounts() argument
77 : mrDatabase(rDatabase) in BackupStoreAccounts()
H A DBackupStoreAccounts.h70 BackupStoreAccounts(BackupStoreAccountDatabase &rDatabase);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfmpgeimp.hxx74 …const css::uno::Reference< css::sdbc::XDataSource>& rDatabase = css::uno::Reference< css::sdbc::XD…
102 const css::uno::Reference< css::sdbc::XDataSource>& rDatabase,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfmpgeimp.hxx77 …const css::uno::Reference< css::sdbc::XDataSource>& rDatabase = css::uno::Reference< css::sdbc::XD…
105 const css::uno::Reference< css::sdbc::XDataSource>& rDatabase,
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmpgeimp.cxx444 const Reference< XFormComponent > & rContent, const Reference< XDataSource > & rDatabase, in findPlaceInFormComponentHierarchy()
455 if (rDatabase.is() && !rCursorSource.isEmpty()) in findPlaceInFormComponentHierarchy()
460 xForm = findFormForDataSource( xCurrentForm, rDatabase, rCursorSource, nCommandType ); in findPlaceInFormComponentHierarchy()
469 xForm = findFormForDataSource( xToSearch, rDatabase, rCursorSource, nCommandType ); in findPlaceInFormComponentHierarchy()
496 Reference< css::beans::XPropertySet > xDatabaseProps(rDatabase, UNO_QUERY); in findPlaceInFormComponentHierarchy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmpgeimp.cxx447 const Reference< XFormComponent > & rContent, const Reference< XDataSource > & rDatabase, in findPlaceInFormComponentHierarchy()
458 if (rDatabase.is() && !rCursorSource.isEmpty()) in findPlaceInFormComponentHierarchy()
463 xForm = findFormForDataSource( xCurrentForm, rDatabase, rCursorSource, nCommandType ); in findPlaceInFormComponentHierarchy()
472 xForm = findFormForDataSource( xToSearch, rDatabase, rCursorSource, nCommandType ); in findPlaceInFormComponentHierarchy()
499 Reference< css::beans::XPropertySet > xDatabaseProps(rDatabase, UNO_QUERY); in findPlaceInFormComponentHierarchy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx371 [&nSkip](const ScRange& rDatabase) { return rDatabase.aStart.Tab() == nSkip; }); in SkipTable() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx368 [&nSkip](const ScRange& rDatabase) { return rDatabase.aStart.Tab() == nSkip; }); in SkipTable() argument