Searched refs:OTitleWindow (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppTitleWindow.cxx | 43 DBG_NAME(OTitleWindow) in DBG_NAME() argument 44 OTitleWindow::OTitleWindow(Window* _pParent,sal_uInt16 _nTitleId,WinBits _nBits,sal_Bool _bShift) in DBG_NAME() 52 DBG_CTOR(OTitleWindow,NULL); in DBG_NAME() 63 OTitleWindow::~OTitleWindow() in ~OTitleWindow() 72 DBG_DTOR(OTitleWindow,NULL); in ~OTitleWindow() 75 void OTitleWindow::setChildWindow(Window* _pChild) in setChildWindow() 81 void OTitleWindow::Resize() in Resize() 107 void OTitleWindow::setTitle(sal_uInt16 _nTitleId) in setTitle() 115 void OTitleWindow::GetFocus() in GetFocus() 122 long OTitleWindow::GetWidthPixel() const in GetWidthPixel() [all …]
|
H A D | AppTitleWindow.hxx | 32 class OTitleWindow : public Window class 43 OTitleWindow(Window* _pParent,sal_uInt16 _nTitleId,WinBits _nBits,sal_Bool _bShift = sal_True); 44 virtual ~OTitleWindow();
|
H A D | window_layout.txt | 27 +-OTitleWindow "Database" 35 +-OTitleWindow "Tasks" 41 +-OTitleWindow "Forms" "Tables" "Queries" "Reports"
|
H A D | AppView.hxx | 67 class OTitleWindow; 71 OTitleWindow* m_pPanel;
|
H A D | AppDetailView.hxx | 179 OTitleWindow m_aTasks; 180 OTitleWindow m_aContainer;
|
H A D | AppView.cxx | 133 m_pPanel = new OTitleWindow(this,STR_DATABASE,WB_BORDER | WB_DIALOGCONTROL ,sal_False); in DBG_NAME()
|
Completed in 16 milliseconds