Home
last modified time | relevance | path

Searched refs:pShapes (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1408 const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetPageBoundContents(); in exportPageFrames() local
1421 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() local
1451 if(pShapes) in exportFrameFrames()
1452 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportFrameFrames()
1453 it != pShapes->getEnd(); in exportFrameFrames()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx62 ScVbaShapes* pShapes = dynamic_cast< ScVbaShapes* >(m_xParent.get()); in nextElement() local
63 if ( pShapes && hasMoreElements() ) in nextElement()
64 … return pShapes->createCollectionObject( m_xIndexAccess->getByIndex( nIndex++ ) ); in nextElement()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx267 SwAccessibleObjShape_Impl *pShapes = 0; in Copy() local
275 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() local
1445 SwAccessibleObjShape_Impl *pShapes = 0; in DoInvalidateShapeSelection() local
1467 if( pShapes ) in DoInvalidateShapeSelection()
1476 SwAccessibleObjShape_Impl *pShape = pShapes; in DoInvalidateShapeSelection()
1506 pShape = pShapes; in DoInvalidateShapeSelection()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx918 SvxShapeCollection* pShapes = new SvxShapeCollection(); in getSelection() local
919 uno::Reference<uno::XInterface> xRet(static_cast<cppu::OWeakObject*>(pShapes)); in getSelection()
928 pShapes->add(xShape); in getSelection()
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx649 : 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()
H A DXMLExportIterator.hxx360 ScMyShapesContainer* pShapes; member in ScMyNotEmptyCellsIterator
387 { pShapes = pNewShapes; } in SetShapes()

Completed in 58 milliseconds