Searched refs:xDrawing (Results 1 – 4 of 4) sorted by relevance
105 css::uno::Reference< css::lang::XComponent > xDrawing; in PutValue() local134 bAllConverted &= ( pProp->Value >>= xDrawing ); in PutValue()151 m_xDrawing = xDrawing; in PutValue()
410 … uno::Reference< lang::XComponent > xDrawing( new GalleryDrawingModel( pModel ) ); in _getPropertyValues() local412 pModel->setUnoModel( uno::Reference< uno::XInterface >::query( xDrawing ) ); in _getPropertyValues()413 *pValue <<= xDrawing; in _getPropertyValues()
332 … uno::Reference< lang::XComponent > xDrawing( new GalleryDrawingModel( pTmpModel ) ); in insertDrawingByIndex() local333 pTmpModel->setUnoModel( uno::Reference< uno::XInterface >::query( xDrawing ) ); in insertDrawingByIndex()335 nRet = insertDrawingByIndex( xDrawing, nIndex ); in insertDrawingByIndex()
1206 css::uno::Reference< css::lang::XComponent > xDrawing; in Dispatch() local1253 aSeq[4].Value <<= xDrawing; in Dispatch()