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()
267 SwAccessibleObjShape_Impl *pShapes = 0; in Copy() local275 pShapes = in Copy()281 SwAccessibleObjShape_Impl *pShape = pShapes; in Copy()282 pSelShape = &(pShapes[rSize]); in Copy()313 return pShapes; in Copy()1134 SwAccessibleObjShape_Impl *pShapes = 0; in InvalidateShapeInParaSelection() local1445 SwAccessibleObjShape_Impl *pShapes = 0; in DoInvalidateShapeSelection() local1467 if( pShapes ) in DoInvalidateShapeSelection()1476 SwAccessibleObjShape_Impl *pShape = pShapes; in DoInvalidateShapeSelection()1506 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()
1408 const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetPageBoundContents(); in exportPageFrames() local1421 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportPageFrames()1422 it != pShapes->getEnd(); in exportPageFrames()1450 …const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetFrameBoundContents(*pParent… in exportFrameFrames() local1451 if(pShapes) in exportFrameFrames()1452 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportFrameFrames()1453 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 63 milliseconds