Home
last modified time | relevance | path

Searched defs:aAgg (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunodraw.cxx825 uno::Any aAgg = xPage->queryInterface(cppu::UnoType<uno::XAggregation>::get()); in GetSvxPage() local
862 uno::Any aAgg = xShapeAgg->queryAggregation( rTunnelType ); in getSomething() local
897 uno::Any aAgg = xShape->queryInterface(rAggType); in SwXShape() local
2126 uno::Any aAgg(xShapeAgg->queryAggregation( cppu::UnoType<XComponent>::get())); in dispose() local
2717 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in add() local
2772 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in remove() local
2787 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getCount() local
2802 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getByIndex() local
2817 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getElementType() local
2832 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in hasElements() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunodraw.cxx866 uno::Any aAgg = m_xShapeAgg->queryAggregation( rTunnelType ); in getSomething() local
901 uno::Any aAgg = xShape->queryInterface(rAggType); in SwXShape() local
2147 uno::Any aAgg(m_xShapeAgg->queryAggregation( cppu::UnoType<XComponent>::get())); in dispose() local
2737 uno::Any aAgg = m_xShapeAgg->queryAggregation( rType ); in add() local
2792 uno::Any aAgg = m_xShapeAgg->queryAggregation( rType ); in remove() local
2807 uno::Any aAgg = m_xShapeAgg->queryAggregation( rType ); in getCount() local
2822 uno::Any aAgg = m_xShapeAgg->queryAggregation( rType ); in getByIndex() local
2837 uno::Any aAgg = m_xShapeAgg->queryAggregation( rType ); in getElementType() local
2852 uno::Any aAgg = m_xShapeAgg->queryAggregation( rType ); in hasElements() local
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1529 AggExpr *aAgg = sqliteRealloc(pParse->aAgg, amt*sizeof(pParse->aAgg[0])); in appendAggInfo() local
1552 AggExpr *aAgg; in sqliteExprAnalyzeAggregates() local
H A DsqliteInt.h930 AggExpr *aAgg; /* An array of aggregate expressions */ member
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dexpr.c1529 AggExpr *aAgg = sqliteRealloc(pParse->aAgg, amt*sizeof(pParse->aAgg[0])); in appendAggInfo() local
1552 AggExpr *aAgg; in sqliteExprAnalyzeAggregates() local
H A DsqliteInt.h930 AggExpr *aAgg; /* An array of aggregate expressions */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Dgeopoly.c1784 } aAgg[] = { in sqlite3_geopoly_init() local
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Dgeopoly.c1786 } aAgg[] = { in sqlite3_geopoly_init() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Dgeopoly.c1786 } aAgg[] = { in sqlite3_geopoly_init() local
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Djson1.c2380 } aAgg[] = { in sqlite3Json1Init() local
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Djson1.c2576 } aAgg[] = { in sqlite3Json1Init() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Djson1.c2570 } aAgg[] = { in sqlite3Json1Init() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Djson1.c2576 } aAgg[] = { in sqlite3Json1Init() local
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h926 AggExpr *aAgg; /* An array of aggregate expressions */ member