objdlg.hxx (96821c26) | objdlg.hxx (d67f091b) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35class StarBASIC; 36 37class ObjectTreeListBox : public BasicTreeListBox 38{ 39private: 40 41 virtual void Command( const CommandEvent& rCEvt ); 42 virtual void MouseButtonDown( const MouseEvent& rMEvt ); | 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 --- 26 unchanged lines hidden (view full) --- 35class StarBASIC; 36 37class ObjectTreeListBox : public BasicTreeListBox 38{ 39private: 40 41 virtual void Command( const CommandEvent& rCEvt ); 42 virtual void MouseButtonDown( const MouseEvent& rMEvt ); |
43 virtual void KeyInput( const KeyEvent& rEvt ); |
|
43 | 44 |
45 bool OpenCurrent(); |
|
44public: 45 ObjectTreeListBox( Window* pParent, const ResId& rRes ); 46 ~ObjectTreeListBox(); 47}; 48 49class ObjectCatalogToolBox_Impl: public ToolBox 50{ 51public: --- 42 unchanged lines hidden --- | 46public: 47 ObjectTreeListBox( Window* pParent, const ResId& rRes ); 48 ~ObjectTreeListBox(); 49}; 50 51class ObjectCatalogToolBox_Impl: public ToolBox 52{ 53public: --- 42 unchanged lines hidden --- |