Home
last modified time | relevance | path

Searched refs:nLastPasteDestination (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dview.cxx757 nLastPasteDestination( 0xFFFF ), in SwView()
1798 if( nLastPasteDestination != nPasteDestination ) in IsPasteAllowed()
1812 if( 0xFFFF == nLastPasteDestination ) // the init value in IsPasteAllowed()
1814 nLastPasteDestination = nPasteDestination; in IsPasteAllowed()
1825 if( nLastPasteDestination != nPasteDestination ) in IsPasteSpecialAllowed()
1839 if( 0xFFFF == nLastPasteDestination ) // the init value in IsPasteSpecialAllowed()
H A Duivwimp.cxx321 pView->nLastPasteDestination = SwTransferable::GetSotDestination( rSh ); in changedContents()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx256 sal_uInt16 nLastPasteDestination; member in SwView