Searched refs:pCellColorHandler (Results 1 – 2 of 2) sorted by relevance
192 CellColorHandlerPtr pCellColorHandler( new CellColorHandler); in sprm() local193 pProperties->resolve( *pCellColorHandler ); in sprm()195 insertTableProps( pCellColorHandler->getProperties() ); in sprm()215 CellColorHandlerPtr pCellColorHandler( new CellColorHandler ); in sprm() local216 pProperties->resolve( *pCellColorHandler ); in sprm()217 cellProps( pCellColorHandler->getProperties()); in sprm()
2620 CellColorHandlerPtr pCellColorHandler( new CellColorHandler ); in sprmWithProps() local2621 pCellColorHandler->setType(CellColorHandler::P); in sprmWithProps()2622 pProperties->resolve(*pCellColorHandler); in sprmWithProps()2623 rContext->insert( pCellColorHandler->getProperties(), true ); in sprmWithProps()3194 CellColorHandlerPtr pCellColorHandler( new CellColorHandler ); in sprmWithProps() local3195 pCellColorHandler->setType(CellColorHandler::C); in sprmWithProps()3196 pProperties->resolve(*pCellColorHandler); in sprmWithProps()3197 rContext->insert( pCellColorHandler->getProperties(), true ); in sprmWithProps()
Completed in 33 milliseconds