Home
last modified time | relevance | path

Searched refs:IsPasteAllowed (Results 1 – 22 of 22) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.hxx175 sal_Bool IsPasteAllowed( long nRow = -1 );
185 virtual sal_Bool isPasteAllowed() { return IsPasteAllowed(); } in isPasteAllowed()
H A DTEditControl.cxx1451 sal_Bool OTableEditorCtrl::IsPasteAllowed( long /*nRow*/ ) in IsPasteAllowed() function in OTableEditorCtrl
1699 aContextMenu.EnableItem( SID_PASTE, IsPasteAllowed(nRow) ); in Command()
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx257 sal_Bool OScrollWindowHelper::IsPasteAllowed() const in IsPasteAllowed() function in rptui::OScrollWindowHelper
259 return m_aReportWindow.IsPasteAllowed(); in IsPasteAllowed()
H A DReportWindow.cxx288 sal_Bool OReportWindow::IsPasteAllowed() const in IsPasteAllowed() function in rptui::OReportWindow
290 return m_aViewsWindow.IsPasteAllowed(); in IsPasteAllowed()
H A DDesignView.cxx411 sal_Bool ODesignView::IsPasteAllowed() const in IsPasteAllowed() function in rptui::ODesignView
413 return m_aScrollWindow.IsPasteAllowed(); in IsPasteAllowed()
H A DViewsWindow.cxx506 sal_Bool OViewsWindow::IsPasteAllowed() const in IsPasteAllowed() function in rptui::OViewsWindow
H A DReportController.cxx553 …bled = isEditable() && !getDesignView()->isHandleEvent(_nId) && getDesignView()->IsPasteAllowed(); in GetState()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx322 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 Dbaside2.hxx421 virtual sal_Bool IsPasteAllowed();
H A Dbaside2.cxx1174 if ( !IsPasteAllowed() ) in GetState()
1453 sal_Bool ModulWindow::IsPasteAllowed() in IsPasteAllowed() function in ModulWindow
H A Dbastypes.cxx249 sal_Bool __EXPORT IDEBaseWindow::IsPasteAllowed() in IsPasteAllowed() function in IDEBaseWindow
/trunk/main/basctl/source/inc/
H A Dbaside3.hxx103 virtual sal_Bool IsPasteAllowed();
H A Ddlged.hxx192 sal_Bool IsPasteAllowed();
H A Dbastypes.hxx217 virtual sal_Bool IsPasteAllowed();
/trunk/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx105 sal_Bool IsPasteAllowed() const;
H A DScrollHelper.hxx110 sal_Bool IsPasteAllowed() const;
H A DDesignView.hxx141 sal_Bool IsPasteAllowed() const;
H A DViewsWindow.hxx222 sal_Bool IsPasteAllowed() const;
/trunk/main/sw/source/ui/inc/
H A Dview.hxx631 sal_Bool IsPasteAllowed();
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1174 sal_Bool DlgEditor::IsPasteAllowed() in IsPasteAllowed() function in DlgEditor
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1803 sal_Bool SwView::IsPasteAllowed() in IsPasteAllowed() function in SwView
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx454 if( !GetView().IsPasteAllowed() in StateClpbrd()

Completed in 130 milliseconds