/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescGenWin.cxx | 164 return (m_pFieldControl && m_pFieldControl->isCutAllowed()); in isCopyAllowed() 167 sal_Bool OFieldDescGenWin::isCutAllowed() in isCutAllowed() function in OFieldDescGenWin 169 return (m_pFieldControl && m_pFieldControl->isCutAllowed()); in isCutAllowed()
|
H A D | TableFieldDescWin.cxx | 277 sal_Bool OTableFieldDescWin::isCutAllowed() in isCutAllowed() function in OTableFieldDescWin 279 return (getGenPage() && getGenPage()->HasChildPathFocus() && getGenPage()->isCutAllowed()); in isCutAllowed()
|
H A D | TableDesignView.cxx | 341 sal_Bool OTableDesignView::isCutAllowed() in isCutAllowed() function in OTableDesignView 344 return pTest && pTest->isCutAllowed(); in isCutAllowed()
|
H A D | FieldDescGenWin.hxx | 71 virtual sal_Bool isCutAllowed();
|
H A D | TableFieldDescWin.hxx | 93 virtual sal_Bool isCutAllowed();
|
H A D | TableDesignHelpBar.cxx | 104 sal_Bool OTableDesignHelpBar::isCutAllowed() in isCutAllowed() function in OTableDesignHelpBar
|
H A D | TEditControl.hxx | 183 virtual sal_Bool isCutAllowed() { return IsCutAllowed(); } in isCutAllowed() function in dbaui::OTableEditorCtrl
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | QueryViewSwitch.cxx | 160 sal_Bool OQueryViewSwitch::isCutAllowed() in isCutAllowed() function in OQueryViewSwitch 163 return m_pTextView->isCutAllowed(); in isCutAllowed() 164 return m_pDesignView->isCutAllowed(); in isCutAllowed()
|
H A D | QueryTextView.cxx | 147 sal_Bool OQueryTextView::isCutAllowed() in isCutAllowed() function in OQueryTextView
|
H A D | SelectionBrowseBox.hxx | 154 sal_Bool isCutAllowed();
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | querycontainerwindow.hxx | 91 sal_Bool isCutAllowed() { return m_pViewSwitch->isCutAllowed(); } in isCutAllowed() function in dbaui::OQueryContainerWindow
|
H A D | IClipBoardTest.hxx | 34 virtual sal_Bool isCutAllowed() = 0;
|
H A D | TableDesignHelpBar.hxx | 66 virtual sal_Bool isCutAllowed();
|
H A D | queryview.hxx | 39 virtual sal_Bool isCutAllowed() = 0;
|
H A D | QueryTextView.hxx | 47 virtual sal_Bool isCutAllowed();
|
H A D | QueryViewSwitch.hxx | 48 virtual sal_Bool isCutAllowed();
|
H A D | TableDesignView.hxx | 109 virtual sal_Bool isCutAllowed();
|
H A D | QueryDesignView.hxx | 105 virtual sal_Bool isCutAllowed();
|
H A D | FieldDescControl.hxx | 213 sal_Bool isCutAllowed();
|
/aoo4110/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 391 sal_Bool OApplicationView::isCutAllowed() in isCutAllowed() function in OApplicationView 394 return pTest && pTest->isCutAllowed(); in isCutAllowed()
|
H A D | AppSwapWindow.hxx | 63 inline sal_Bool isCutAllowed() { return sal_False; } in isCutAllowed() function in dbaui::OApplicationSwapWindow
|
H A D | AppView.hxx | 147 virtual sal_Bool isCutAllowed();
|
H A D | AppDetailView.cxx | 930 sal_Bool OApplicationDetailView::isCutAllowed() in isCutAllowed() function in OApplicationDetailView 933 return m_pControlHelper->isCutAllowed(); in isCutAllowed()
|
H A D | AppDetailPageHelper.hxx | 214 sal_Bool isCutAllowed();
|
H A D | AppDetailView.hxx | 225 sal_Bool isCutAllowed() ;
|