Searched refs:m_pGeometryResources (Results 1 – 2 of 2) sorted by relevance
45 , m_pGeometryResources(0) in SchLayoutTabPage()49 m_pGeometryResources = new BarGeometryResources( this ); in SchLayoutTabPage()50 m_pGeometryResources->SetPosPixel( aPos ); in SchLayoutTabPage()55 if( m_pGeometryResources ) in ~SchLayoutTabPage()56 delete m_pGeometryResources; in ~SchLayoutTabPage()68 if(m_pGeometryResources && m_pGeometryResources->GetSelectEntryCount()) in FillItemSet()73 nShape = m_pGeometryResources->GetSelectEntryPos(); in FillItemSet()90 if(m_pGeometryResources) in Reset()92 m_pGeometryResources->SelectEntryPos(static_cast<sal_uInt16>(nVal)); in Reset()93 m_pGeometryResources->Show( true ); in Reset()
46 BarGeometryResources* m_pGeometryResources; member in chart::SchLayoutTabPage
Completed in 12 milliseconds