Home
last modified time | relevance | path

Searched refs:isPasteAllowed (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryViewSwitch.cxx174 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 DQueryTextView.cxx152 sal_Bool OQueryTextView::isPasteAllowed() in isPasteAllowed() function in OQueryTextView
H A DSelectionBrowseBox.hxx153 sal_Bool isPasteAllowed();
/trunk/main/dbaccess/source/ui/inc/
H A Dquerycontainerwindow.hxx92 sal_Bool isPasteAllowed() { return m_pViewSwitch->isPasteAllowed(); } in isPasteAllowed() function in dbaui::OQueryContainerWindow
H A DIClipBoardTest.hxx36 virtual sal_Bool isPasteAllowed() = 0;
H A DTableDesignHelpBar.hxx68 virtual sal_Bool isPasteAllowed();
H A Dqueryview.hxx40 virtual sal_Bool isPasteAllowed() = 0;
H A DQueryTextView.hxx48 virtual sal_Bool isPasteAllowed();
H A DQueryViewSwitch.hxx49 virtual sal_Bool isPasteAllowed();
H A DTableDesignView.hxx111 virtual sal_Bool isPasteAllowed();
H A DQueryDesignView.hxx106 virtual sal_Bool isPasteAllowed();
H A DFieldDescControl.hxx215 sal_Bool isPasteAllowed();
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescGenWin.cxx172 sal_Bool OFieldDescGenWin::isPasteAllowed() in isPasteAllowed() function in OFieldDescGenWin
174 return (m_pFieldControl && m_pFieldControl->isPasteAllowed()); in isPasteAllowed()
H A DTableFieldDescWin.cxx282 sal_Bool OTableFieldDescWin::isPasteAllowed() in isPasteAllowed() function in OTableFieldDescWin
284 return (getGenPage() && getGenPage()->HasChildPathFocus() && getGenPage()->isPasteAllowed()); in isPasteAllowed()
H A DTableDesignView.cxx347 sal_Bool OTableDesignView::isPasteAllowed() in isPasteAllowed() function in OTableDesignView
350 return pTest && pTest->isPasteAllowed(); in isPasteAllowed()
H A DFieldDescGenWin.hxx73 virtual sal_Bool isPasteAllowed();
H A DTableFieldDescWin.hxx95 virtual sal_Bool isPasteAllowed();
H A DTableDesignHelpBar.cxx109 sal_Bool OTableDesignHelpBar::isPasteAllowed() in isPasteAllowed() function in OTableDesignHelpBar
H A DTEditControl.hxx185 virtual sal_Bool isPasteAllowed() { return IsPasteAllowed(); } in isPasteAllowed() function in dbaui::OTableEditorCtrl
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx397 sal_Bool OApplicationView::isPasteAllowed() in isPasteAllowed() function in OApplicationView
400 return pTest && pTest->isPasteAllowed(); in isPasteAllowed()
H A DAppSwapWindow.hxx65 inline sal_Bool isPasteAllowed() { return sal_False; } in isPasteAllowed() function in dbaui::OApplicationSwapWindow
H A DAppDetailView.cxx940 …ol OApplicationDetailView::isPasteAllowed() { DBG_CHKTHIS(OApplicationDetailView,NULL);return m_pC… in isPasteAllowed() function in OApplicationDetailView
H A DAppView.hxx149 virtual sal_Bool isPasteAllowed();
H A DAppDetailPageHelper.hxx216 sal_Bool isPasteAllowed();
H A DAppDetailView.hxx227 sal_Bool isPasteAllowed();

Completed in 95 milliseconds

12