Searched refs:m_xHatchTable (Results 1 – 3 of 3) sorted by relevance
596 uno::Reference< container::XNameAccess> m_xHatchTable; member853 m_pImpl->m_xHatchTable.clear(); in disposing()2350 if ( !m_pImpl->m_xHatchTable.is() ) in createInstance()2351 …m_pImpl->m_xHatchTable.set(SvxUnoHatchTable_createInstance(m_pImpl->m_pReportModel.get()),uno::UNO… in createInstance()2353 return m_pImpl->m_xHatchTable; in createInstance()
221 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xHatchTable;
3040 if ( !m_xHatchTable.is() ) in createInstance()3042 m_xHatchTable = SvxUnoHatchTable_createInstance( pModel ); in createInstance()3044 return m_xHatchTable; in createInstance()
Completed in 67 milliseconds