Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/doc/
H A Ddocinsert.cxx78 , m_pURLList ( NULL ) in DocumentInserter()
92 DELETEZ( m_pURLList ); in StartExecuteModal()
105 if ( !m_nError && m_pItemSet && m_pURLList && m_pURLList->Count() > 0 ) in CreateMedium()
107 …DBG_ASSERT( m_pURLList->Count() == 1, "DocumentInserter::CreateMedium(): invalid URL list count" ); in CreateMedium()
108 String sURL = *( m_pURLList->GetObject(0) ); in CreateMedium()
138 if ( !m_nError && m_pItemSet && m_pURLList && m_pURLList->Count() > 0 ) in CreateMediumList()
141 sal_Int32 nCount = m_pURLList->Count(); in CreateMediumList()
144 String sURL = *( m_pURLList->GetObject( static_cast< sal_uInt16 >(i) ) ); in CreateMediumList()
194 impl_FillURLList( m_pFileDlg, m_pURLList ); in IMPL_LINK()
/aoo41x/main/sfx2/inc/sfx2/
H A Ddocinsert.hxx62 SvStringsDtor* m_pURLList; member in sfx2::DocumentInserter

Completed in 44 milliseconds