Home
last modified time | relevance | path

Searched refs:Paste (Results 76 – 100 of 266) sorted by relevance

1234567891011

/trunk/main/basctl/source/inc/
H A Ddlged.hxx190 void Paste();
/trunk/main/reportdesign/source/ui/inc/
H A DDesignView.hxx145 void Paste();
H A DViewsWindow.hxx226 void Paste();
/trunk/main/editeng/inc/editeng/
H A Dunoedprx.hxx135 virtual sal_Bool Paste();
H A Dunoedsrc.hxx547 virtual sal_Bool Paste() = 0;
H A Deditview.hxx158 void Paste();
/trunk/main/svx/inc/svx/
H A Dsvdedxv.hxx257 sal_Bool Paste(Window* pWin=NULL, sal_uIntPtr nFormat=SDR_ANYFORMAT);
H A Dsvdpntv.hxx515 sal_Bool Paste(Window* /*pWin*/=NULL, sal_uIntPtr /*nFormat*/=SDR_ANYFORMAT) { return sal_False; } in Paste() function in SdrPaintView
/trunk/main/sw/source/ui/inc/
H A Dswdtflvr.hxx178 static int Paste( SwWrtShell&, TransferableDataHelper& );
/trunk/main/sd/source/ui/annotations/
H A Dannotations.src81 Text [ en-US ] = "~Paste" ;
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx208 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Dpagefrm.hxx255 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
/trunk/main/svx/inc/
H A Dgloblmn_tmpl.hrc417 Command = ".uno:Paste" ; \
418 Text [ en-US ] = "~Paste" ; \
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx1290 sal_Bool SvxAccessibleTextEditViewAdapter::Paste() in Paste() function in SvxAccessibleTextEditViewAdapter
1294 return mrViewForwarder->Paste(); in Paste()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXWorksheet.idl79 void Paste([in] any Destination,[in] any Link);
H A DXRange.idl130 void PasteSpecial([in] any Paste, [in] any Operation,[in] any SkipBlanks, [in] any Transpose);
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx206 virtual void Paste();
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1039 Paste( aClipBoard, pEditEngine->pImpEditEngine->GetStatus().AllowPasteSpecial() ); in PostKeyEvent()
1075 Paste( aClipBoard ); in MouseButtonUp()
1299 void ImpEditView::Paste( ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboar… in Paste() function in ImpEditView
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx644 pRowFrm->Paste( pFollowRow->GetUpper(), pFollowRow ); in lcl_PostprocessRowsInCells()
1366 pRow->Paste( pFoll, pPasteBefore ); in Split()
2284 pRowToMove->Paste( this ); in MakeAll()
3357 pHeadline->Paste( this, pLowerRow ); in _UpdateAttr()
3770 void SwTabFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste() function in SwTabFrm
H A Dcolfrm.cxx188 pTmp->Paste( pCont ); in lcl_AddColumns()
H A Dlayouter.cxx103 pCnt->Paste( pFtn ); in CollectEndnote()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx473 sal_Bool E3dView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOpti… in Paste() function in E3dView
518 bRetval = SdrView::Paste(rMod, rPos, pLst, nOptions); in Paste()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx207 virtual void Paste();
271 void HexColorControl::Paste() in Paste() function in cui::HexColorControl
/trunk/main/sc/source/ui/src/
H A Dmiscdlgs.src268 Text [ en-US ] = "Paste Special" ;
295 Text [ en-US ] = "~Paste all" ;
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx205 case KEYFUNC_PASTE : Paste(pWin); break; in KeyInput()
220 case KEY_PASTE: case KEY_INSERT+KEY_SHIFT: Paste(pWin); break; in KeyInput()

Completed in 156 milliseconds

1234567891011