| /trunk/main/svx/inc/svx/ |
| H A D | svdxcgv.hxx | 131 …l_Bool Paste(const GDIMetaFile& rMtf, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, s… in Paste() function in SdrExchangeView 132 …sal_Bool Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst=NULL, sal_u… 133 …sal_Bool Paste(const Bitmap& rBmp, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_… in Paste() function in SdrExchangeView 134 …sal_Bool Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32… 135 …sal_Bool Paste(const SdrModel& rMod, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sa… in Paste() function in SdrExchangeView 136 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt… 137 …sal_Bool Paste(const String& rStr, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_… in Paste() function in SdrExchangeView 138 …sal_Bool Paste(const String& rStr, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32… 140 …Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, SdrObjList* pLst=NULL, OutputD… in Paste() function in SdrExchangeView 141 …sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Poin… [all …]
|
| H A D | view3d.hxx | 109 using SdrView::Paste; 110 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 …
|
| H A D | fmview.hxx | 110 using E3dView::Paste; 111 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 …
|
| /trunk/main/sd/source/ui/view/ |
| H A D | sdview3.cxx | 635 bReturn = Paste( *pModel, maDropPos, pPage, nPasteOptions ); in InsertData() 674 bReturn = Paste( *pWorkModel, maDropPos, pPage, nPasteOptions ); in InsertData() 831 bReturn = Paste( *pModel, maDropPos, pPage, nPasteOptions ); in InsertData() 908 bReturn = Paste( *pModel, maDropPos, pPage, nPasteOptions ); in InsertData() 1400 … bReturn = SdrView::Paste( *xStm, String(), EE_FORMAT_HTML, maDropPos, pPage, nPasteOptions ); in InsertData() 1429 … bReturn = SdrView::Paste( *xStm, String(), EE_FORMAT_BIN, maDropPos, pPage, nPasteOptions ); in InsertData() 1464 … bReturn = SdrView::Paste( *xStm, String(), EE_FORMAT_RTF, maDropPos, pPage, nPasteOptions ); in InsertData() 1520 bReturn = SdrView::Paste( aOUString, maDropPos, pPage, nPasteOptions ); in InsertData() 1546 bool bRet = Paste( *pModel, maDropPos, pPage, nPasteOptions ); in PasteRTFTable()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdxcgv.cxx | 167 sal_Bool SdrExchangeView::Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst, sal_u… in Paste() function in SdrExchangeView 183 sal_Bool SdrExchangeView::Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst, sal_uInt32… in Paste() function in SdrExchangeView 199 sal_Bool SdrExchangeView::Paste(const XubString& rStr, const Point& rPos, SdrObjList* pLst, sal_uIn… in Paste() function in SdrExchangeView 239 sal_Bool SdrExchangeView::Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const… in Paste() function in SdrExchangeView 297 sal_Bool SdrExchangeView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt… in Paste() function in SdrExchangeView 928 sal_Bool SdrExchangeView::Paste(Window* /*pWin*/, sal_uIntPtr /*nFormat*/) in Paste() function in SdrExchangeView
|
| /trunk/main/sw/inc/ |
| H A D | fesh.hxx | 236 sal_Bool Paste( SwDoc* pClpDoc, sal_Bool bIncludingPageFrames = sal_False); 536 void Paste( SvStream& rStm, sal_uInt16 nAction, const Point* pPt = 0 ); 537 bool Paste( const Graphic &rGrf, const String& rURL ); 538 sal_Bool Paste( SotDataObject& rObj, const Point& rPt );
|
| /trunk/main/sw/source/core/layout/ |
| H A D | unusedf.cxx | 68 void SwRootFrm::Paste( SwFrm *, SwFrm * ) in Paste() function in SwRootFrm 73 void SwFlyFrm::Paste( SwFrm *, SwFrm * ) in Paste() function in SwFlyFrm
|
| H A D | pagechg.cxx | 244 pBodyFrm->Paste( this ); in SwPageFrm() 964 void SwPageFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste() function in SwPageFrm 1179 pTmp->Paste( pRoot, pPage ); in CheckPageDescs() 1338 pPage->Paste( pRoot, pSibling ); in InsertPage() 1358 pPage->Paste( pRoot, pSibling ); in InsertPage() 1619 pPage->Paste( this, pSibling ); in AssertFlyPages() 1627 pPage->Paste( this, pSibling ); in AssertFlyPages()
|
| H A D | hffrm.cxx | 730 pH->Paste( this, pLay ); in PrepareHeader() 778 pF->Paste( this ); in PrepareFooter()
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | node2lay.cxx | 323 pUpper->Paste( rpFrm->GetUpper(), in UpperFrm() 367 pNew->Paste( pUp, pNxt ); in RestoreUpperFrms() 383 pNew->Paste( pUp, pNxt ); in RestoreUpperFrms()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | editsh.cxx | 248 pTopView->Paste(); in Execute() 277 pTableView->Paste(); in Execute() 282 pTopView->Paste(); in Execute() 314 pTableView->Paste(); in Execute() 319 pTopView->Paste(); in Execute()
|
| /trunk/main/svtools/source/edit/ |
| H A D | svmedit.cxx | 151 void Paste(); 524 void ImpSvMEdit::Paste() in Paste() function in ImpSvMEdit 527 mpTextWindow->GetTextView()->Paste(); in Paste() 911 case SV_MENU_EDIT_PASTE: mpExtTextView->Paste(); in Command() 1218 void MultiLineEdit::Paste() in Paste() function in MultiLineEdit 1220 pImpSvMEdit->Paste(); in Paste()
|
| /trunk/main/editeng/source/uno/ |
| H A D | unoviwed.cxx | 129 sal_Bool SvxEditEngineViewForwarder::Paste() in Paste() function in SvxEditEngineViewForwarder 131 mrView.Paste(); in Paste()
|
| H A D | unoviwou.cxx | 160 sal_Bool SvxDrawOutlinerViewForwarder::Paste() in Paste() function in SvxDrawOutlinerViewForwarder 162 mrOutlinerView.Paste(); in Paste()
|
| /trunk/main/dbaccess/source/ui/tabledesign/ |
| H A D | TableDesignControl.cxx | 175 Paste( nRow ); in Command() 222 void OTableRowView::Paste( long nRow ) in Paste() function in OTableRowView
|
| H A D | TEditControl.cxx | 1530 pNameCell->Paste(); in paste() 1538 pHelpTextCell->Paste(); in paste() 1546 pDescrCell->Paste(); in paste() 1780 OTableRowView::Paste( nPastePosition );
|
| /trunk/main/sc/source/ui/src/ |
| H A D | hdrcont.src | 53 Text [ en-US ] = "~Paste" ; \ 193 Text [ en-US ] = "Paste ~Special..." ;
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | textview.hxx | 145 void Paste(); 148 …void Paste( ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipb…
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuformatpaintbrush.cxx | 203 Paste( bNoCharacterFormats, bNoParagraphFormats ); in MouseButtonUp() 253 void FuFormatPaintBrush::Paste( bool bNoCharacterFormats, bool bNoParagraphFormats ) in Paste() function in sd::FuFormatPaintBrush
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | View.hxx | 172 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_… 173 using SdrExchangeView::Paste;
|
| /trunk/main/reportdesign/source/ui/report/ |
| H A D | ScrollHelper.cxx | 252 void OScrollWindowHelper::Paste() in Paste() function in rptui::OScrollWindowHelper 254 m_aReportWindow.Paste(); in Paste()
|
| H A D | ReportWindow.cxx | 282 void OReportWindow::Paste() in Paste() function in rptui::OReportWindow 285 m_aViewsWindow.Paste(); in Paste()
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | fecopy.cxx | 702 sal_Bool SwFEShell::Paste( SwDoc* pClpDoc, sal_Bool bIncludingPageFrames ) in Paste() function in SwFEShell 1346 void SwFEShell::Paste( SvStream& rStrm, sal_uInt16 nAction, const Point* pPt ) in Paste() function in SwFEShell 1535 pView->Paste( *pModel, aPos ); in Paste() 1571 bool SwFEShell::Paste( const Graphic &rGrf, const String& rURL ) in Paste() function in SwFEShell
|
| /trunk/main/svx/source/form/ |
| H A D | fmview.cxx | 392 sal_Bool FmFormView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nO… in Paste() function in FmFormView 394 return E3dView::Paste(rMod, rPos, pLst, nOptions); in Paste()
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 1104 int SwTransferable::Paste( SwWrtShell& rSh, TransferableDataHelper& rData ) in Paste() function in SwTransferable 1376 if( aBkmk.Paste( rData ) ) in PasteData() 1988 rSh.Paste( aGrf, String() ); in _PasteTargetURL() 2245 rSh.Paste( *xStrm, nAction, pPt ); in _PasteSdrFormat() 2384 rSh.Paste( aGrf, sURL ); in _PasteGrf() 2416 rSh.Paste( aGrf, sURL ); in _PasteGrf() 3328 int nRet = rShell.Paste( pClpDocFac->GetDoc() ); in PrivatePaste()
|