Home
last modified time | relevance | path

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

/dports/science/shelxle/shelxle-1.0.1352/
H A DWhatsThisAndWhere.cpp60 selectPart->setWhatsThis(
437 selectPart->setWhatsThis(
H A Dwindow.h453 QCheckBox *selectPart; variable
H A Dwindow.cpp121 selectPart = new QCheckBox("Select Part",navibox); in Window()
122 selectPart->setChecked(false); in Window()
144 nlt->addWidget(selectPart); in Window()
147 connect(selectPart,SIGNAL(toggled(bool)),spinSelectPart,SLOT(setVisible(bool))); in Window()
148 connect(selectPart,SIGNAL(toggled(bool)),inculdePartNull,SLOT(setVisible(bool))); in Window()
149 connect(selectPart,SIGNAL(stateChanged(int)),this,SLOT(selectParts())); in Window()
5647 if (selectPart->isChecked()){ in selectParts()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A DITiledRenderable.hxx279 virtual void selectPart(int /*nPart*/, int /*nSelect*/) {} in selectPart() function in vcl::ITiledRenderable
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DITiledRenderable.hxx301 virtual void selectPart(int /*nPart*/, int /*nSelect*/) {} in selectPart() function in vcl::ITiledRenderable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/LibreOfficeKit/
H A DLibreOfficeKit.hxx720 void selectPart(int nPart, int nSelect) in selectPart() function in lok::Document
722 mpDoc->pClass->selectPart(mpDoc, nPart, nSelect); in selectPart()
H A DLibreOfficeKit.h382 void (*selectPart) (LibreOfficeKitDocument* pThis, int nPart, int nSelect); member
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlFeatureDbi.h165 …QSharedPointer<U2SqlQuery> createFeatureQuery(const QString &selectPart, const FeatureQuery &fq, b…
H A DMysqlFeatureDbi.cpp290 QSharedPointer<U2SqlQuery> MysqlFeatureDbi::createFeatureQuery(const QString &selectPart, const Fea… in createFeatureQuery() argument
385 QString fullQuery = selectPart + " FROM " + tablesPart; in createFeatureQuery()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/
H A DSQLiteFeatureDbi.h162 …QSharedPointer<SQLiteQuery> createFeatureQuery(const QString &selectPart, const FeatureQuery &fq, …
H A DSQLiteFeatureDbi.cpp273 QSharedPointer<SQLiteQuery> SQLiteFeatureDbi::createFeatureQuery(const QString &selectPart, const F… in createFeatureQuery() argument
364 QString fullQuery = selectPart + " FROM " + tablesPart; in createFeatureQuery()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/LibreOfficeKit/
H A DLibreOfficeKit.hxx717 void selectPart(int nPart, int nSelect) in selectPart() function in lok::Document
719 mpDoc->pClass->selectPart(mpDoc, nPart, nSelect); in selectPart()
H A DLibreOfficeKit.h390 void (*selectPart) (LibreOfficeKitDocument* pThis, int nPart, int nSelect); member
/dports/x11/luit/luit-20210218/
H A Dcharset.c924 selectPart(const LocaleCharsetRec * data, unsigned g) in selectPart() function
957 if ((part_name = selectPart(lc, g)) != 0) { in getCompositePart()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php6800 * @param string $selectPart Select part
6806 protected function sanitizeSelectPart($selectPart, $table) argument
6815 …tchStart . '\\*' . $matchEnd, $selectPart) && !preg_match('/(count|max|min|avg|sum)\\([^\\)]+\\)|d…
6818 if (!preg_match($match, $selectPart)) {
6819 …$selectPart .= ', ' . $connection->quoteIdentifier($table . '.' . $field) . ' AS ' . $connection->…
6825 if (!preg_match($match, $selectPart)) {
6826 …$selectPart .= ', ' . $connection->quoteIdentifier($table . '.' . $field) . ' AS ' . $connection->…
6831 return $selectPart;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php6404 * @param string $selectPart Select part
6410 protected function sanitizeSelectPart($selectPart, $table) argument
6419 …tchStart . '\\*' . $matchEnd, $selectPart) && !preg_match('/(count|max|min|avg|sum)\\([^\\)]+\\)|d…
6422 if (!preg_match($match, $selectPart)) {
6423 …$selectPart .= ', ' . $connection->quoteIdentifier($table . '.' . $field) . ' AS ' . $connection->…
6429 if (!preg_match($match, $selectPart)) {
6430 …$selectPart .= ', ' . $connection->quoteIdentifier($table . '.' . $field) . ' AS ' . $connection->…
6435 return $selectPart;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php7112 * @param string $selectPart Select part
7118 protected function sanitizeSelectPart($selectPart, $table) argument
7127 …tchStart . '\\*' . $matchEnd, $selectPart) && !preg_match('/(count|max|min|avg|sum)\\([^\\)]+\\)|d…
7130 if (!preg_match($match, $selectPart)) {
7131 …$selectPart .= ', ' . $connection->quoteIdentifier($table . '.' . $field) . ' AS ' . $connection->…
7137 if (!preg_match($match, $selectPart)) {
7138 …$selectPart .= ', ' . $connection->quoteIdentifier($table . '.' . $field) . ' AS ' . $connection->…
7143 return $selectPart;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dunomodel.hxx267 virtual void selectPart(int nPart, int nSelect) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dunomodel.hxx268 virtual void selectPart(int nPart, int nSelect) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/lib/
H A Dinit.cxx979 m_pDocumentClass->selectPart = doc_selectPart; in LibLODocument_Impl()
2600 pDoc->selectPart( nPart, nSelect ); in doc_selectPart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx1284 m_pDocumentClass->selectPart = doc_selectPart; in LibLODocument_Impl()
3084 pDoc->selectPart( nPart, nSelect ); in doc_selectPart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunomodel.cxx2241 void SdXImpressDocument::selectPart(int nPart, int nSelect) in selectPart() function in SdXImpressDocument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunomodel.cxx2257 void SdXImpressDocument::selectPart(int nPart, int nSelect) in selectPart() function in SdXImpressDocument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/qa/desktop_lib/
H A Dtest_desktop_lib.cxx2740 …T_ASSERT_EQUAL(documentClassOffset(49), offsetof(struct _LibreOfficeKitDocumentClass, selectPart)); in testABI()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/qa/desktop_lib/
H A Dtest_desktop_lib.cxx3190 …T_ASSERT_EQUAL(documentClassOffset(49), offsetof(struct _LibreOfficeKitDocumentClass, selectPart)); in testABI()