Searched refs:pShapes (Results 1 – 6 of 6) sorted by relevance
649 : pShapes(NULL), in ScMyNotEmptyCellsIterator()677 pShapes = NULL; in Clear()816 if( pShapes ) in SkipTable()817 pShapes->SkipTable(nSkip); in SkipTable()837 if( pShapes ) in GetNext()838 pShapes->UpdateAddress( aAddress ); in GetNext()856 if( pShapes ) in GetNext()857 pShapes->SetCellData( aCell ); in GetNext()
360 ScMyShapesContainer* pShapes; member in ScMyNotEmptyCellsIterator387 { pShapes = pNewShapes; } in SetShapes()
276 SwAccessibleObjShape_Impl *pShapes = 0; in Copy() local284 pShapes = in Copy()290 SwAccessibleObjShape_Impl *pShape = pShapes; in Copy()291 pSelShape = &(pShapes[rSize]); in Copy()322 return pShapes; in Copy()1143 SwAccessibleObjShape_Impl *pShapes = 0; in InvalidateShapeInParaSelection() local1454 SwAccessibleObjShape_Impl *pShapes = 0; in DoInvalidateShapeSelection() local1476 if( pShapes ) in DoInvalidateShapeSelection()1485 SwAccessibleObjShape_Impl *pShape = pShapes; in DoInvalidateShapeSelection()1515 pShape = pShapes; in DoInvalidateShapeSelection()[all …]
62 ScVbaShapes* pShapes = dynamic_cast< ScVbaShapes* >(m_xParent.get()); in nextElement() local63 if ( pShapes && hasMoreElements() ) in nextElement()64 … return pShapes->createCollectionObject( m_xIndexAccess->getByIndex( nIndex++ ) ); in nextElement()
1406 const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetPageBoundContents(); in exportPageFrames() local1419 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportPageFrames()1420 it != pShapes->getEnd(); in exportPageFrames()1448 …const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetFrameBoundContents(*pParent… in exportFrameFrames() local1449 if(pShapes) in exportFrameFrames()1450 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportFrameFrames()1451 it != pShapes->getEnd(); in exportFrameFrames()
918 SvxShapeCollection* pShapes = new SvxShapeCollection(); in getSelection() local919 uno::Reference<uno::XInterface> xRet(static_cast<cppu::OWeakObject*>(pShapes)); in getSelection()928 pShapes->add(xShape); in getSelection()
Completed in 85 milliseconds