Home
last modified time | relevance | path

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

12345678910>>...23

/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Dmsocximex.cxx115 uno::Reference< uno::XInterface > xCreate = in GetFormComps() local
118 if( xCreate.is() ) in GetFormComps()
120 uno::Reference< beans::XPropertySet > xFormPropSet( xCreate, in GetFormComps()
126 uno::Reference< form::XForm > xForm( xCreate, uno::UNO_QUERY ); in GetFormComps()
137 (xCreate, uno::UNO_QUERY); in GetFormComps()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Dmsocximex.cxx114 uno::Reference< uno::XInterface > xCreate = in GetFormComps() local
117 if( xCreate.is() ) in GetFormComps()
119 uno::Reference< beans::XPropertySet > xFormPropSet( xCreate, in GetFormComps()
125 uno::Reference< form::XForm > xForm( xCreate, uno::UNO_QUERY ); in GetFormComps()
136 (xCreate, uno::UNO_QUERY); in GetFormComps()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts2/
H A Dfts2_tokenizer.h76 int (*xCreate)( member
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts2/
H A Dfts2_tokenizer.h76 int (*xCreate)( member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.h76 int (*xCreate)( member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.h76 int (*xCreate)( member
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/fts3/
H A Dfts3_tokenizer.h75 int (*xCreate)(int argc, /* Size of argv array */ member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts2/
H A Dfts2_tokenizer.h76 int (*xCreate)( member
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts1/
H A Dtokenizer.h43 int (*xCreate)(int argc, const char **argv, member
H A Dfts1_tokenizer.h43 int (*xCreate)(int argc, const char *const*argv, member
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts1/
H A Dtokenizer.h43 int (*xCreate)(int argc, const char **argv, member
H A Dfts1_tokenizer.h43 int (*xCreate)(int argc, const char *const*argv, member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts1/
H A Dtokenizer.h43 int (*xCreate)(int argc, const char **argv, member
H A Dfts1_tokenizer.h43 int (*xCreate)(int argc, const char *const*argv, member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts1/
H A Dtokenizer.h43 int (*xCreate)(int argc, const char **argv, member
H A Dfts1_tokenizer.h43 int (*xCreate)(int argc, const char *const*argv, member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts1/
H A Dtokenizer.h43 int (*xCreate)(int argc, const char **argv, member
H A Dfts1_tokenizer.h43 int (*xCreate)(int argc, const char *const*argv, member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_tokenizer.h76 int (*xCreate)( member
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_tokenizer.h76 int (*xCreate)( member
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_tokenizer.h76 int (*xCreate)( member
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dfts3_tokenizer.h77 int (*xCreate)( member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.h76 int (*xCreate)( member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.h76 int (*xCreate)( member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par3.cxx2365 …uno::Reference<uno::XInterface> xCreate = rServiceFactory->createInstance("com.sun.star.form.compo… in Import() local
2366 if( !xCreate.is() ) in Import()
2369 rFComp.set(xCreate, uno::UNO_QUERY); in Import()
2373 uno::Reference<beans::XPropertySet> xPropSet(xCreate, uno::UNO_QUERY); in Import()
2455 if( !xCreate.is() ) in Import()
2458 rFComp.set( xCreate, uno::UNO_QUERY ); in Import()
2462 uno::Reference< beans::XPropertySet > xPropSet( xCreate, uno::UNO_QUERY ); in Import()
2506 uno::Reference< uno::XInterface > xCreate = rServiceFactory->createInstance( in InsertControl() local
2508 if( !xCreate.is() ) in InsertControl()
2511 uno::Reference< drawing::XShape > xShape(xCreate, uno::UNO_QUERY); in InsertControl()
[all …]

12345678910>>...23