/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 38 private XDatabaseMetaData impl; field in PostgresqlDatabaseMetadata 43 this.impl = impl; in PostgresqlDatabaseMetadata() 81 return impl.getCatalogTerm(); in getCatalogTerm() 175 return impl.getDriverName(); in getDriverName() 179 return impl.getDriverVersion(); in getDriverVersion() 255 return impl.getMaxRowSize(); in getMaxRowSize() 303 return impl.getSQLKeywords(); in getSQLKeywords() 307 return impl.getSchemaTerm(); in getSchemaTerm() 414 return impl.getUserName(); in getUserName() 430 return impl.isReadOnly(); in isReadOnly() [all …]
|
H A D | PostgresqlResultSetMetaData.java | 31 private XResultSetMetaData impl; field in PostgresqlResultSetMetaData 34 this.impl = impl; in PostgresqlResultSetMetaData() 42 return impl.getColumnCount(); in getColumnCount() 54 return impl.getColumnName(arg0); in getColumnName() 77 return impl.getPrecision(arg0); in getPrecision() 81 return impl.getScale(arg0); in getScale() 101 return impl.isCurrency(arg0); in isCurrency() 109 return impl.isNullable(arg0); in isNullable() 113 return impl.isReadOnly(arg0); in isReadOnly() 121 return impl.isSigned(arg0); in isSigned() [all …]
|
H A D | PostgresqlConnection.java | 41 private XConnection impl; field in PostgresqlConnection 48 this.impl = impl; in PostgresqlConnection() 93 impl.commit(); in commit() 111 return impl.getCatalog(); in getCatalog() 126 return impl.getTypeMap(); in getTypeMap() 131 return impl.isClosed(); in isClosed() 136 return impl.isReadOnly(); in isReadOnly() 162 impl.rollback(); in rollback() 172 impl.setCatalog(arg0); in setCatalog() 177 impl.setReadOnly(arg0); in setReadOnly() [all …]
|
H A D | PostgresqlResultSet.java | 59 private XResultSet impl; field in PostgresqlResultSet 72 this.impl = impl; in PostgresqlResultSet() 108 impl.afterLast(); in afterLast() 112 impl.beforeFirst(); in beforeFirst() 116 return impl.first(); in first() 120 return impl.getRow(); in getRow() 136 return impl.isFirst(); in isFirst() 140 return impl.isLast(); in isLast() 144 return impl.last(); in last() 148 return impl.next(); in next() [all …]
|
H A D | PostgresqlPreparedStatement.java | 59 private XPreparedStatement impl; field in PostgresqlPreparedStatement 70 public PostgresqlPreparedStatement(XPreparedStatement impl, XConnection connection) { in PostgresqlPreparedStatement() argument 71 this.impl = impl; in PostgresqlPreparedStatement() 72 this.implCloseable = UnoRuntime.queryInterface(XCloseable.class, impl); in PostgresqlPreparedStatement() 73 this.implPropertySet = UnoRuntime.queryInterface(XPropertySet.class, impl); in PostgresqlPreparedStatement() 74 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlPreparedStatement() 76 this.implParameters = UnoRuntime.queryInterface(XParameters.class, impl); in PostgresqlPreparedStatement() 79 this.implMultipleResults = UnoRuntime.queryInterface(XMultipleResults.class, impl); in PostgresqlPreparedStatement() 96 return impl.execute(); in execute() 100 return new PostgresqlResultSet(impl.executeQuery(), this); in executeQuery() [all …]
|
H A D | PostgresqlStatement.java | 46 private XStatement impl; field in PostgresqlStatement 54 public PostgresqlStatement(XStatement impl, XConnection connection) { in PostgresqlStatement() argument 55 this.impl = impl; in PostgresqlStatement() 56 this.implCloseable = UnoRuntime.queryInterface(XCloseable.class, impl); in PostgresqlStatement() 57 this.implPropertySet = UnoRuntime.queryInterface(XPropertySet.class, impl); in PostgresqlStatement() 58 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlStatement() 59 this.implWarningsSupplier = UnoRuntime.queryInterface(XWarningsSupplier.class, impl); in PostgresqlStatement() 60 this.implMultipleResults = UnoRuntime.queryInterface(XMultipleResults.class, impl); in PostgresqlStatement() 78 return impl.execute(arg0); in execute() 82 XResultSet results = impl.executeQuery(arg0); in executeQuery() [all …]
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ |
H A D | PropertySet.java | 42 private final PropertySetAdapter impl; field in PropertySet 45 impl = new PropertySetAdapter(this, this); in PropertySet() 50 impl.dispose(); in postDisposing() 85 return impl.getPropertySetInfo(); in getPropertySetInfo() 90 return impl.getPropertyValue(propertyName); in getPropertyValue() 96 return impl.getFastPropertyValue(handle); in getFastPropertyValue() 101 return impl.getPropertyValues(propertyNames); in getPropertyValues() 123 impl.removePropertiesChangeListener(listener); in removePropertiesChangeListener() 130 impl.setPropertyValue(propertyName, value); in setPropertyValue() 136 impl.setFastPropertyValue(handle, value); in setFastPropertyValue() [all …]
|
/trunk/main/pyuno/source/module/ |
H A D | pyuno_runtime.cxx | 335 if( runtime.is() && impl->cargo->valid ) in initialize() 366 impl->cargo->valid = false; in finalize() 367 impl->cargo->xInvocation.clear(); in finalize() 368 impl->cargo->xContext.clear(); in finalize() 369 impl->cargo->xTypeConverter.clear(); in finalize() 373 : impl( 0 ) in Runtime() 390 impl = r.impl; in Runtime() 404 impl = r.impl; in operator =() 413 if( ! impl->cargo->valid ) in any2PyObject() 659 if( ! impl->cargo->valid ) in pyObject2Any() [all …]
|
/trunk/main/chart2/source/inc/ |
H A D | EventListenerHelper.hxx | 39 namespace impl namespace 130 impl::addListenerFunctor< InterfaceRef > aFunctor( xListener ); in addListener() 143 impl::addListenerFunctor< typename Container::value_type >( xListener )); in addListenerToAllElements() 154 … impl::addListenerToMappedElementFunctor< typename Container::value_type >( xListener )); in addListenerToAllMapElements() 165 impl::addListenerFunctor< T >( xListener )); in addListenerToAllSequenceElements() 176 impl::removeListenerFunctor< InterfaceRef > aFunctor( xListener ); in removeListener() 189 … impl::removeListenerFunctor< typename Container::value_type >( xListener )); in removeListenerFromAllElements() 200 … impl::removeListenerFromMappedElementFunctor< typename Container::value_type >( xListener )); in removeListenerFromAllMapElements() 211 impl::removeListenerFunctor< T >( xListener )); in removeListenerFromAllSequenceElements()
|
H A D | ModifyListenerHelper.hxx | 123 namespace impl namespace 215 impl::addListenerFunctor< InterfaceRef > aFunctor( xListener ); in addListener() 228 impl::addListenerFunctor< typename Container::value_type >( xListener )); in addListenerToAllElements() 239 … impl::addListenerToMappedElementFunctor< typename Container::value_type >( xListener )); in addListenerToAllMapElements() 250 impl::addListenerFunctor< T >( xListener )); in addListenerToAllSequenceElements() 261 impl::removeListenerFunctor< InterfaceRef > aFunctor( xListener ); in removeListener() 274 … impl::removeListenerFunctor< typename Container::value_type >( xListener )); in removeListenerFromAllElements() 285 … impl::removeListenerFromMappedElementFunctor< typename Container::value_type >( xListener )); in removeListenerFromAllMapElements() 296 impl::removeListenerFunctor< T >( xListener )); in removeListenerFromAllSequenceElements()
|
/trunk/main/boost/prj/ |
H A D | d.lst | 18 mkdir: %_DEST%\inc%_EXT%\boost\archive\impl 23 mkdir: %_DEST%\inc%_EXT%\boost\asio\impl 767 ..\%__SRC%\inc\boost\archive\impl\* %_DEST%\inc%_EXT%\boost\archive\impl 771 ..\%__SRC%\inc\boost\asio\detail\impl\* %_DEST%\inc%_EXT%\boost\asio\detail\impl 772 ..\%__SRC%\inc\boost\asio\impl\* %_DEST%\inc%_EXT%\boost\asio\impl 775 ..\%__SRC%\inc\boost\asio\ip\detail\impl\* %_DEST%\inc%_EXT%\boost\asio\ip\detail\impl 776 ..\%__SRC%\inc\boost\asio\ip\impl\* %_DEST%\inc%_EXT%\boost\asio\ip\impl 779 ..\%__SRC%\inc\boost\asio\local\detail\impl\* %_DEST%\inc%_EXT%\boost\asio\local\detail\impl 783 ..\%__SRC%\inc\boost\asio\ssl\detail\impl\* %_DEST%\inc%_EXT%\boost\asio\ssl\detail\impl 1214 ..\%__SRC%\inc\boost\property_map\parallel\impl\* %_DEST%\inc%_EXT%\boost\property_map\parallel\impl [all …]
|
/trunk/main/svl/inc/svl/ |
H A D | undo.hxx | 337 namespace svl { namespace undo { namespace impl namespace 421 size_t ImplLeaveListAction( const bool i_merge, ::svl::undo::impl::UndoManagerGuard& i_guard ); 422 …fy( SfxUndoAction* pAction, bool bTryMerge, bool bClearRedo, ::svl::undo::impl::UndoManagerGuard& … 423 … void ImplClearRedo( ::svl::undo::impl::UndoManagerGuard& i_guard, bool const i_currentLevel ); 424 void ImplClearUndo( ::svl::undo::impl::UndoManagerGuard& i_guard ); 425 void ImplClearCurrentLevel_NoNotify( ::svl::undo::impl::UndoManagerGuard& i_guard ); 434 friend class ::svl::undo::impl::LockGuard;
|
/trunk/main/boost/ |
H A D | boost_1_55_0.patch | 1 diff -ur misc/boost_1_55_0/boost/asio/ssl/impl/context.ipp misc/build/boost_1_55_0/boost/asio/ssl/i… 2 --- misc/boost_1_55_0/boost/asio/ssl/impl/context.ipp 2013-10-26 16:25:53.000000000 -0700 3 +++ misc/build/boost_1_55_0/boost/asio/ssl/impl/context.ipp 2016-03-23 01:11:12.425434000 -0700 31 impl = ::SSL_CTX_new(::SSLv2_server_method()); 42 impl = ::SSL_CTX_new(::SSLv3_method()); 46 impl = ::SSL_CTX_new(::SSLv3_server_method()); 50 impl = ::SSL_CTX_new(::TLSv1_method()); 157 apply<cons<HT, TT> > impl; 158 - typedef BOOST_DEDUCED_TYPENAME impl::type cons_element; 159 return impl::call(c).head;
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 118 namespace impl namespace 458 const ::std::vector< ::boost::shared_ptr< ::chart::impl::SeriesHeader > > & rSeriesHeader, in lcl_SeriesHeaderHasFocus() 462 …for( ::std::vector< ::boost::shared_ptr< ::chart::impl::SeriesHeader > >::const_iterator aIt( rSer… in lcl_SeriesHeaderHasFocus() 476 …sal_uInt16 nCol, const ::std::vector< ::boost::shared_ptr< ::chart::impl::SeriesHeader > > & rSeri… in lcl_getColumnInDataOrHeader() 573 ::std::for_each( m_aSeriesHeaders.begin(), m_aSeriesHeaders.end(), impl::applyChangesFunctor()); in clearHeaders() 603 …+ GetDataWindow().LogicToPixel( Point( 4 + impl::SeriesHeader::GetRelativeAppFontXPosForNameField(… in RenewTable() 630 ::boost::shared_ptr< impl::SeriesHeader > spHeader( new impl::SeriesHeader( pWin )); in RenewTable() 1242 ::std::for_each( m_aSeriesHeaders.begin(), m_aSeriesHeaders.end(), impl::applyChangesFunctor()); in EndEditing() 1293 ::boost::shared_ptr< impl::SeriesHeader > spHeader( new impl::SeriesHeader( pWin )); in RenewSeriesHeaders() 1350 IMPL_LINK( DataBrowser, SeriesHeaderGotFocus, impl::SeriesHeaderEdit*, pEdit ) in IMPL_LINK() [all …]
|
H A D | DataBrowser.hxx | 48 namespace impl namespace 163 typedef ::std::vector< ::boost::shared_ptr< impl::SeriesHeader > > tSeriesHeaderContainer; 193 DECL_LINK( SeriesHeaderGotFocus, impl::SeriesHeaderEdit* ); 194 DECL_LINK( SeriesHeaderChanged, impl::SeriesHeaderEdit* );
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/registry/ |
H A D | _XImplementationRegistration.java | 111 String[] impl = oObj.getImplementations(loader, url) ; in _getImplementations() local 113 if (impl.length == 0) log.println("getImplementations() "+ in _getImplementations() 117 for (int i = 0; i < impl.length; i++) { in _getImplementations() 118 log.println(" '" + impl[i] + "'") ; in _getImplementations() 120 equals(impl[i])) { in _getImplementations()
|
/trunk/main/chart2/source/tools/ |
H A D | ImplOPropertySet.cxx | 47 const ::property::impl::ImplOPropertySet::tPropertyMap & rMap ) in lcl_getPropertyStateByHandle() 59 const ::property::impl::ImplOPropertySet::tPropertyMap & m_rMap; 80 … public ::std::unary_function< ::property::impl::ImplOPropertySet::tPropertyMap::value_type, void > 82 inline void operator() ( ::property::impl::ImplOPropertySet::tPropertyMap::value_type & rProp ) in operator ()() 98 namespace impl namespace
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DatabaseMetaDataResultSet.java | 74 public DatabaseMetaDataResultSet(XResultSet impl, ArrayList<ORowSetValue[]> rows) { in DatabaseMetaDataResultSet() argument 75 implCloseable = UnoRuntime.queryInterface(XCloseable.class, impl); in DatabaseMetaDataResultSet() 76 implPropertySet = UnoRuntime.queryInterface(XPropertySet.class, impl); in DatabaseMetaDataResultSet() 77 implColumnSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, impl); in DatabaseMetaDataResultSet() 78 implColumnLocate = UnoRuntime.queryInterface(XColumnLocate.class, impl); in DatabaseMetaDataResultSet() 79 … implResultSetMetaDataSupplier = UnoRuntime.queryInterface(XResultSetMetaDataSupplier.class, impl); in DatabaseMetaDataResultSet()
|
/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/ |
H A D | genfiles.properties | 26 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.… 28 nbproject/build-impl.xml.data.CRC32=8071b819 29 nbproject/build-impl.xml.script.CRC32=21d1be7e 30 nbproject/build-impl.xml.stylesheet.CRC32=5c621a33@1.26.2.45
|
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/ |
H A D | genfiles.properties | 25 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.… 27 nbproject/build-impl.xml.data.CRC32=d17eccb2 28 nbproject/build-impl.xml.script.CRC32=ea0e5dc9 29 nbproject/build-impl.xml.stylesheet.CRC32=576378a2@1.32.1.45
|
/trunk/main/chart2/source/controller/main/ |
H A D | ControllerCommandDispatch.hxx | 40 namespace impl namespace 60 class ControllerCommandDispatch : public impl::ControllerCommandDispatch_Base 120 ::std::auto_ptr< impl::ModelState > m_apModelState; 121 ::std::auto_ptr< impl::ControllerState > m_apControllerState;
|
/trunk/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 95 CollatorImpl::loadCollatorAlgorithm(const OUString& impl, const lang::Locale& rLocale, sal_Int32 co… in loadCollatorAlgorithm() argument 98 if (! cachedItem || ! cachedItem->equals(rLocale, impl)) in loadCollatorAlgorithm() 99 loadCachedCollator(rLocale, impl); in loadCollatorAlgorithm() 110 CollatorImpl::loadCollatorAlgorithmWithEndUserOption(const OUString& impl, const lang::Locale& rLoc… in loadCollatorAlgorithmWithEndUserOption() argument 116 loadCollatorAlgorithm(impl, rLocale, options); in loadCollatorAlgorithmWithEndUserOption()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/ |
H A D | _XLocaleData.java | 240 Implementation[] impl = new Implementation[1]; in _getCollatorImplementations() local 243 impl = oObj.getCollatorImplementations(getLocale(i)); in _getCollatorImplementations() 244 for (int j=0;j<impl.length;j++) { in _getCollatorImplementations() 245 if ((impl[j].unoID.equals(""))) { in _getCollatorImplementations() 248 res &= (!impl[j].unoID.equals("")); in _getCollatorImplementations()
|
/trunk/main/sal/osl/unx/ |
H A D | security.c | 81 oslSecurityImpl * impl, size_t * bufSize) in growSecurityImpl() argument 85 if (impl == NULL) { in growSecurityImpl() 102 p = realloc(impl, n); in growSecurityImpl() 105 free(impl); in growSecurityImpl() 110 static void deleteSecurityImpl(oslSecurityImpl * impl) { in deleteSecurityImpl() argument 111 free(impl); in deleteSecurityImpl()
|
H A D | thread.c | 356 Thread_Impl * impl = (Thread_Impl *) Thread; in osl_destroyThread() local 358 pthread_mutex_lock(&impl->m_Lock); in osl_destroyThread() 359 active = (impl->m_Flags & THREADIMPL_FLAGS_ACTIVE) != 0; in osl_destroyThread() 360 impl->m_Flags |= THREADIMPL_FLAGS_DESTROYED; in osl_destroyThread() 361 pthread_mutex_unlock(&impl->m_Lock); in osl_destroyThread() 363 osl_thread_destruct_Impl(&impl); in osl_destroyThread()
|