Home
last modified time | relevance | path

Searched refs:m_pTableItemSet (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx301 , m_pTableItemSet(0) in SwFormatClipboard()
309 if(m_pTableItemSet) in ~SwFormatClipboard()
310 delete m_pTableItemSet; in ~SwFormatClipboard()
316 || m_pTableItemSet != 0 in HasContent()
428 m_pTableItemSet = lcl_CreateEmptyItemSet( nsSelectionType::SEL_TBL, rPool ); in Copy()
429 lcl_getTableAttributes( *m_pTableItemSet, rWrtShell ); in Copy()
584 …if( m_pTableItemSet && nSelectionType & (nsSelectionType::SEL_TBL | nsSelectionType::SEL_TBL_CELLS… in Paste()
585 lcl_setTableAttributes( *m_pTableItemSet, rWrtShell ); in Paste()
602 if(m_pTableItemSet) in Erase()
604 delete m_pTableItemSet; in Erase()
[all …]
/aoo4110/main/sw/source/ui/inc/
H A Dformatclipboard.hxx56 SfxItemSet* m_pTableItemSet; member in SwFormatClipboard

Completed in 18 milliseconds