AppController.hxx (07a3d7f1) AppController.hxx (6e9cccf4)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 390 unchanged lines hidden (view full) ---

399
400 /** verifies the object type denotes a valid DatabaseObject, and the object name denotes an existing
401 object of this type. Throws if not.
402 */
403 void impl_validateObjectTypeAndName_throw( const sal_Int32 _nObjectType, const ::boost::optional< ::rtl::OUString >& i_rObjectName );
404
405 protected:
406 // ----------------------------------------------------------------
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 390 unchanged lines hidden (view full) ---

399
400 /** verifies the object type denotes a valid DatabaseObject, and the object name denotes an existing
401 object of this type. Throws if not.
402 */
403 void impl_validateObjectTypeAndName_throw( const sal_Int32 _nObjectType, const ::boost::optional< ::rtl::OUString >& i_rObjectName );
404
405 protected:
406 // ----------------------------------------------------------------
407 // initalizing members
407 // initializing members
408 /** forces usage of a connection which we do not own
409 <p>To be used from within XInitialization::initialize only.</p>
410 */
411 void initializeConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxForeignConn );
412
413 // state of a feature. 'feature' may be the handle of a ::com::sun::star::util::URL somebody requested a dispatch interface for OR a toolbar slot.
414 virtual FeatureState GetState(sal_uInt16 nId) const;
415 // execute a feature

--- 157 unchanged lines hidden ---
408 /** forces usage of a connection which we do not own
409 <p>To be used from within XInitialization::initialize only.</p>
410 */
411 void initializeConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxForeignConn );
412
413 // state of a feature. 'feature' may be the handle of a ::com::sun::star::util::URL somebody requested a dispatch interface for OR a toolbar slot.
414 virtual FeatureState GetState(sal_uInt16 nId) const;
415 // execute a feature

--- 157 unchanged lines hidden ---