Home
last modified time | relevance | path

Searched refs:m_pItemSet (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/sfx2/source/doc/
H A Ddocinsert.cxx77 , m_pItemSet ( NULL ) in DocumentInserter()
105 if ( !m_nError && m_pItemSet && m_pURLList && m_pURLList->Count() > 0 ) in CreateMedium()
111 SFX_APP()->GetFilterMatcher().GetFilter4FilterName( m_sFilter ), m_pItemSet ); in CreateMedium()
138 if ( !m_nError && m_pItemSet && m_pURLList && m_pURLList->Count() > 0 ) in CreateMediumList()
201 m_pItemSet = new SfxAllItemSet( SFX_APP()->GetPool() ); in IMPL_LINK()
224 m_pItemSet->Put( SfxStringItem( SID_PASSWORD, aPasswd ) ); in IMPL_LINK()
228 DELETEZ( m_pItemSet ); in IMPL_LINK()
243 m_pItemSet->Put( SfxBoolItem( SID_SELECTION, bSelection ) ); in IMPL_LINK()
254 m_pItemSet->Put( SfxBoolItem( SID_DOC_READONLY, sal_True ) ); in IMPL_LINK()
264 m_pItemSet->Put( SfxBoolItem( SID_DOC_READONLY, bReadOnly ) ); in IMPL_LINK()
[all …]
/aoo42x/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx300 , m_pItemSet(0) in SwFormatClipboard()
307 if(m_pItemSet) in ~SwFormatClipboard()
308 delete m_pItemSet; in ~SwFormatClipboard()
315 return m_pItemSet!=0 in HasContent()
433 m_pItemSet = pItemSet; in Copy()
527 if(m_pItemSet) in Paste()
535 pDrawView->SetAttrToMarked(*m_pItemSet, bReplaceAll); in Paste()
545 pTemplateItemSet->Put( *m_pItemSet ); in Paste()
597 if(m_pItemSet) in Erase()
599 delete m_pItemSet; in Erase()
[all …]
/aoo42x/main/dbaccess/source/ui/dlg/
H A DUserAdminDlg.cxx68 ,m_pItemSet(_pItems) in DBG_NAME()
148 return m_pItemSet; in getOutputSet()
153 return m_pItemSet; in getWriteOutputSet()
H A Dadvancedsettings.cxx465 ,m_pItemSet(_pItems) in AdvancedSettingsDialog()
/aoo42x/main/sw/source/ui/inc/
H A Dformatclipboard.hxx55 SfxItemSet* m_pItemSet; member in SwFormatClipboard
/aoo42x/main/sfx2/inc/sfx2/
H A Ddocinsert.hxx61 SfxItemSet* m_pItemSet; member in sfx2::DocumentInserter
/aoo42x/main/dbaccess/source/ui/inc/
H A Dadvancedsettingsdlg.hxx54 SfxItemSet* m_pItemSet; member in dbaui::AdvancedSettingsDialog
H A DUserAdminDlg.hxx63 SfxItemSet* m_pItemSet; member in dbaui::OUserAdminDlg

Completed in 811 milliseconds