Lines Matching refs:vml

289     bool                operator()( const ::oox::vml::ShapeBase& rShape ) const;
304 bool VmlFindNoteFunc::operator()( const ::oox::vml::ShapeBase& rShape ) const in operator ()()
306 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in operator ()()
380 …::oox::vml::Drawing( rHelper.getOoxFilter(), rHelper.getDrawPage(), ::oox::vml::VMLDRAWING_EXCEL ), in VmlDrawing()
390 const ::oox::vml::ShapeBase* VmlDrawing::getNoteShape( const CellAddress& rPos ) const in getNoteShape()
395 bool VmlDrawing::isShapeSupported( const ::oox::vml::ShapeBase& rShape ) const in isShapeSupported()
397 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in isShapeSupported()
401 OUString VmlDrawing::getShapeBaseName( const ::oox::vml::ShapeBase& rShape ) const in getShapeBaseName()
403 if( const ::oox::vml::ClientData* pClientData = rShape.getClientData() ) in getShapeBaseName()
422 return ::oox::vml::Drawing::getShapeBaseName( rShape ); in getShapeBaseName()
435 Reference< XShape > VmlDrawing::createAndInsertClientXShape( const ::oox::vml::ShapeBase& rShape, in createAndInsertClientXShape()
440 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in createAndInsertClientXShape()
444 const ::oox::vml::TextBox* pTextBox = rShape.getTextBox(); in createAndInsertClientXShape()
470 …umeric = (pClientData->mnVTEdit == ::oox::vml::VML_CLIENTDATA_INTEGER) || (pClientData->mnVTEdit =… in createAndInsertClientXShape()
492 … if( const ::oox::vml::TextFontModel* pFontModel = pTextBox ? pTextBox->getFirstFont() : 0 ) in createAndInsertClientXShape()
510 …tate = (pClientData->mnChecked != ::oox::vml::VML_CLIENTDATA_UNCHECKED) && (pClientData->mnChecked… in createAndInsertClientXShape()
613 const Rectangle& rShapeRect, const ::oox::vml::ShapeBase& rShape, bool bGroupChild ) in notifyXShapeInserted()
620 if( const ::oox::vml::ClientData* pClientData = rShape.getClientData() ) in notifyXShapeInserted()
685 …ontData( AxFontData& rAxFontData, sal_uInt32& rnOleTextColor, const ::oox::vml::TextFontModel& rFo… in convertControlFontData()
707 OUString& rCaption, const ::oox::vml::TextBox* pTextBox, sal_Int32 nTextHAlign ) const in convertControlText()
712 if( const ::oox::vml::TextFontModel* pFontModel = pTextBox->getFirstFont() ) in convertControlText()
725 void VmlDrawing::convertControlBackground( AxMorphDataModelBase& rAxModel, const ::oox::vml::ShapeB… in convertControlBackground()
727 const ::oox::vml::FillModel& rFillModel = rShape.getTypeModel().maFillModel; in convertControlBackground()
734 …::oox::drawingml::Color aColor = ::oox::vml::ConversionHelper::decodeColor( rGraphicHelper, rFillM… in convertControlBackground()
743 ::oox::vml::DrawingFragment( rHelper.getOoxFilter(), rFragmentPath, rHelper.getVmlDrawing() ), in VmlDrawingFragment()
750 ::oox::vml::DrawingFragment::finalizeImport(); in finalizeImport()