/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | QueryViewSwitch.cxx | 174 sal_Bool OQueryViewSwitch::isPasteAllowed() in isPasteAllowed() function in OQueryViewSwitch 177 return m_pTextView->isPasteAllowed(); in isPasteAllowed() 178 return m_pDesignView->isPasteAllowed(); in isPasteAllowed()
|
H A D | QueryTextView.cxx | 152 sal_Bool OQueryTextView::isPasteAllowed() in isPasteAllowed() function in OQueryTextView
|
H A D | SelectionBrowseBox.hxx | 153 sal_Bool isPasteAllowed();
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | querycontainerwindow.hxx | 92 sal_Bool isPasteAllowed() { return m_pViewSwitch->isPasteAllowed(); } in isPasteAllowed() function in dbaui::OQueryContainerWindow
|
H A D | IClipBoardTest.hxx | 36 virtual sal_Bool isPasteAllowed() = 0;
|
H A D | TableDesignHelpBar.hxx | 68 virtual sal_Bool isPasteAllowed();
|
H A D | queryview.hxx | 40 virtual sal_Bool isPasteAllowed() = 0;
|
H A D | QueryTextView.hxx | 48 virtual sal_Bool isPasteAllowed();
|
H A D | QueryViewSwitch.hxx | 49 virtual sal_Bool isPasteAllowed();
|
H A D | TableDesignView.hxx | 111 virtual sal_Bool isPasteAllowed();
|
H A D | QueryDesignView.hxx | 106 virtual sal_Bool isPasteAllowed();
|
H A D | FieldDescControl.hxx | 215 sal_Bool isPasteAllowed();
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescGenWin.cxx | 172 sal_Bool OFieldDescGenWin::isPasteAllowed() in isPasteAllowed() function in OFieldDescGenWin 174 return (m_pFieldControl && m_pFieldControl->isPasteAllowed()); in isPasteAllowed()
|
H A D | TableFieldDescWin.cxx | 282 sal_Bool OTableFieldDescWin::isPasteAllowed() in isPasteAllowed() function in OTableFieldDescWin 284 return (getGenPage() && getGenPage()->HasChildPathFocus() && getGenPage()->isPasteAllowed()); in isPasteAllowed()
|
H A D | TableDesignView.cxx | 347 sal_Bool OTableDesignView::isPasteAllowed() in isPasteAllowed() function in OTableDesignView 350 return pTest && pTest->isPasteAllowed(); in isPasteAllowed()
|
H A D | FieldDescGenWin.hxx | 73 virtual sal_Bool isPasteAllowed();
|
H A D | TableFieldDescWin.hxx | 95 virtual sal_Bool isPasteAllowed();
|
H A D | TableDesignHelpBar.cxx | 109 sal_Bool OTableDesignHelpBar::isPasteAllowed() in isPasteAllowed() function in OTableDesignHelpBar
|
H A D | TEditControl.hxx | 185 virtual sal_Bool isPasteAllowed() { return IsPasteAllowed(); } in isPasteAllowed() function in dbaui::OTableEditorCtrl
|
/aoo4110/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 397 sal_Bool OApplicationView::isPasteAllowed() in isPasteAllowed() function in OApplicationView 400 return pTest && pTest->isPasteAllowed(); in isPasteAllowed()
|
H A D | AppSwapWindow.hxx | 65 inline sal_Bool isPasteAllowed() { return sal_False; } in isPasteAllowed() function in dbaui::OApplicationSwapWindow
|
H A D | AppView.hxx | 149 virtual sal_Bool isPasteAllowed();
|
H A D | AppDetailView.cxx | 940 …ol OApplicationDetailView::isPasteAllowed() { DBG_CHKTHIS(OApplicationDetailView,NULL);return m_pC… in isPasteAllowed() function in OApplicationDetailView
|
H A D | AppDetailPageHelper.hxx | 216 sal_Bool isPasteAllowed();
|
H A D | AppDetailView.hxx | 227 sal_Bool isPasteAllowed();
|