/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.hxx | 175 sal_Bool IsPasteAllowed( long nRow = -1 ); 185 virtual sal_Bool isPasteAllowed() { return IsPasteAllowed(); } in isPasteAllowed()
|
H A D | TEditControl.cxx | 1451 sal_Bool OTableEditorCtrl::IsPasteAllowed( long /*nRow*/ ) in IsPasteAllowed() function in OTableEditorCtrl 1699 aContextMenu.EnableItem( SID_PASTE, IsPasteAllowed(nRow) ); in Command()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 257 sal_Bool OScrollWindowHelper::IsPasteAllowed() const in IsPasteAllowed() function in rptui::OScrollWindowHelper 259 return m_aReportWindow.IsPasteAllowed(); in IsPasteAllowed()
|
H A D | ReportWindow.cxx | 288 sal_Bool OReportWindow::IsPasteAllowed() const in IsPasteAllowed() function in rptui::OReportWindow 290 return m_aViewsWindow.IsPasteAllowed(); in IsPasteAllowed()
|
H A D | DesignView.cxx | 411 sal_Bool ODesignView::IsPasteAllowed() const in IsPasteAllowed() function in rptui::ODesignView 413 return m_aScrollWindow.IsPasteAllowed(); in IsPasteAllowed()
|
H A D | ViewsWindow.cxx | 506 sal_Bool OViewsWindow::IsPasteAllowed() const in IsPasteAllowed() function in rptui::OViewsWindow
|
H A D | ReportController.cxx | 553 …bled = isEditable() && !getDesignView()->isHandleEvent(_nId) && getDesignView()->IsPasteAllowed(); in GetState()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside3.cxx | 322 if ( !IsPasteAllowed() ) in GetState() 1339 sal_Bool DialogWindow::IsPasteAllowed() in IsPasteAllowed() function in DialogWindow 1341 return pEditor ? pEditor->IsPasteAllowed() : sal_False; in IsPasteAllowed()
|
H A D | baside2.hxx | 421 virtual sal_Bool IsPasteAllowed();
|
H A D | baside2.cxx | 1174 if ( !IsPasteAllowed() ) in GetState() 1453 sal_Bool ModulWindow::IsPasteAllowed() in IsPasteAllowed() function in ModulWindow
|
H A D | bastypes.cxx | 249 sal_Bool __EXPORT IDEBaseWindow::IsPasteAllowed() in IsPasteAllowed() function in IDEBaseWindow
|
/aoo4110/main/basctl/source/inc/ |
H A D | baside3.hxx | 103 virtual sal_Bool IsPasteAllowed();
|
H A D | dlged.hxx | 192 sal_Bool IsPasteAllowed();
|
H A D | bastypes.hxx | 217 virtual sal_Bool IsPasteAllowed();
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | ReportWindow.hxx | 105 sal_Bool IsPasteAllowed() const;
|
H A D | ScrollHelper.hxx | 110 sal_Bool IsPasteAllowed() const;
|
H A D | DesignView.hxx | 141 sal_Bool IsPasteAllowed() const;
|
H A D | ViewsWindow.hxx | 222 sal_Bool IsPasteAllowed() const;
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | view.hxx | 631 sal_Bool IsPasteAllowed();
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1172 sal_Bool DlgEditor::IsPasteAllowed() in IsPasteAllowed() function in DlgEditor
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view.cxx | 1803 sal_Bool SwView::IsPasteAllowed() in IsPasteAllowed() function in SwView
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 456 if( !GetView().IsPasteAllowed() in StateClpbrd()
|