Home
last modified time | relevance | path

Searched refs:OTableWindowData (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/dbaccess/source/ui/querydesign/
H A DTableWindowData.cxx51 DBG_NAME(OTableWindowData) in DBG_NAME() argument
53 OTableWindowData::OTableWindowData( const Reference< XPropertySet>& _xTable in DBG_NAME()
67 DBG_CTOR(OTableWindowData,NULL); in DBG_NAME()
75 OTableWindowData::~OTableWindowData() in ~OTableWindowData()
77 DBG_DTOR(OTableWindowData,NULL); in ~OTableWindowData()
84 sal_Bool OTableWindowData::HasPosition() const in HasPosition()
90 sal_Bool OTableWindowData::HasSize() const in HasSize()
95 void OTableWindowData::_disposing( const ::com::sun::star::lang::EventObject& /*_rSource*/ ) in _disposing()
104 bool OTableWindowData::init(const Reference< XConnection >& _xConnection,bool _bAllowQueries) in init()
134 void OTableWindowData::listen() in listen()
H A DQTableWindowData.hxx43 class OQueryTableWindowData : public OTableWindowData
H A DQTableWindowData.cxx44 :OTableWindowData(NULL,_rComposedName, rTableName, rTableAlias) in DBG_NAME()
H A DJoinTableView.cxx373 OTableWindowData* OJoinTableView::CreateImpl(const ::rtl::OUString& _rComposedName in CreateImpl()
377 return new OTableWindowData( NULL,_rComposedName,_sTableName, _rWinName ); in CreateImpl()
H A DQueryTableView.cxx463 OTableWindowData* OQueryTableView::CreateImpl(const ::rtl::OUString& _rComposedName in CreateImpl()
/aoo4110/main/dbaccess/source/ui/inc/
H A DTableWindowData.hxx39 class OTableWindowData : public ::utl::OEventListenerAdapter class
60 …explicit OTableWindowData( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XProp…
64 virtual ~OTableWindowData();
99 typedef ::std::vector< ::boost::shared_ptr<OTableWindowData> > TTableWindowData;
H A DJoinTableView.hxx62 class OTableWindowData;
290 virtual OTableWindowData* CreateImpl(const ::rtl::OUString& _rComposedName
H A DJoinController.hxx47 class OTableWindowData;
H A DQueryTableView.hxx129 virtual OTableWindowData* CreateImpl(const ::rtl::OUString& _rComposedName
H A DRelationController.hxx38 class OTableWindowData;
H A Dquerycontroller.hxx63 class OTableWindowData;
/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx287 …DECLARE_STL_MAP(::rtl::OUString,::boost::shared_ptr<OTableWindowData>,::comphelper::UStringMixLess…
368 …leDataHelper::value_type(sSourceName,::boost::shared_ptr<OTableWindowData>(new OTableWindowData(xT… in loadTableData()
403 …aHelper::value_type(sReferencedTable,::boost::shared_ptr<OTableWindowData>(new OTableWindowData(xR… in loadTableData()

Completed in 35 milliseconds