Home
last modified time | relevance | path

Searched refs:vml (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx304 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()
397 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in isShapeSupported()
403 if( const ::oox::vml::ClientData* pClientData = rShape.getClientData() ) in getShapeBaseName()
422 return ::oox::vml::Drawing::getShapeBaseName( rShape ); in getShapeBaseName()
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()
510 …tate = (pClientData->mnChecked != ::oox::vml::VML_CLIENTDATA_UNCHECKED) && (pClientData->mnChecked… in createAndInsertClientXShape()
[all …]
H A Dcommentsbuffer.cxx149 … if( const ::oox::vml::ShapeBase* pNoteShape = getVmlDrawing().getNoteShape( aNotePos ) ) in finalizeImport()
154 const ::oox::vml::ClientData* pClientData = pNoteShape->getClientData(); in finalizeImport()
H A Dworksheetfragment.cxx579 ::oox::vml::OleObjectInfo aInfo; in importOleObject()
597 ::oox::vml::ControlInfo aInfo; in importControl()
702 ::oox::vml::OleObjectInfo aInfo; in importOleObject()
720 ::oox::vml::ControlInfo aInfo; in importControl()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx159 class VmlDrawing : public ::oox::vml::Drawing, public WorksheetHelper
165 …const ::oox::vml::ShapeBase* getNoteShape( const ::com::sun::star::table::CellAddress& rPos ) cons…
168 virtual bool isShapeSupported( const ::oox::vml::ShapeBase& rShape ) const;
171 virtual ::rtl::OUString getShapeBaseName( const ::oox::vml::ShapeBase& rShape ) const;
181 const ::oox::vml::ShapeBase& rShape,
189 const ::oox::vml::ShapeBase& rShape, bool bGroupChild );
197 const ::oox::vml::TextFontModel& rFontModel ) const;
202 const ::oox::vml::TextBox* pTextBox, sal_Int32 nTextHAlign ) const;
206 const ::oox::vml::ShapeBase& rShape ) const;
210 ::oox::vml::TextFontModel maListBoxFont;
[all …]
/trunk/main/oox/
H A DLibrary_oox.mk243 oox/source/vml/vmldrawing \
244 oox/source/vml/vmldrawingfragment \
245 oox/source/vml/vmlformatting \
246 oox/source/vml/vmlinputstream \
247 oox/source/vml/vmlshape \
248 oox/source/vml/vmlshapecontainer \
249 oox/source/vml/vmlshapecontext \
250 oox/source/vml/vmltextbox \
251 oox/source/vml/vmltextboxcontext \
H A DPackage_inc.mk39 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmldrawing.hxx,oox/vml/vmldrawing.hxx))
40 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmlshape.hxx,oox/vml/vmlshape.hxx))
/trunk/main/writerfilter/source/
H A Dgenerated.mk47 vml-main \
48 vml-officeDrawing \
49 vml-wordprocessingDrawing \
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx107 … mpDrawing.reset( new oox::vml::Drawing( *mxFilterBase, mxDrawPage, oox::vml::VMLDRAWING_WORD ) ); in getDrawingShapeContext()
110 (new oox::vml::DrawingFragment in getDrawingShapeContext()
242 if( const ::oox::vml::ShapeBase* pShape = mpDrawing->getShapes().getFirstShape() ) in getShape()
H A DShapeFilterBase.hxx53 virtual ::oox::vml::Drawing* getVmlDrawing();
H A DShapeFilterBase.cxx48 ::oox::vml::Drawing* ShapeFilterBase::getVmlDrawing() in getVmlDrawing()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.hxx48 namespace vml { class VMLExport; } namespace
76 oox::vml::VMLExport *m_pVMLExport;
188 oox::vml::VMLExport& VMLExporter();
H A Ddocxexportfilter.hxx44 virtual const ::oox::vml::DrawingPtr getDrawings() { return ::oox::vml::DrawingPtr(); } in getDrawings()
/trunk/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx41 namespace oox { namespace vml { class Drawing; } } namespace
108 oox::vml::Drawing* getDrawing() { return mpDrawingPtr.get(); } in getDrawing()
121 ::boost::shared_ptr< oox::vml::Drawing > mpDrawingPtr;
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx39 namespace oox { namespace vml { namespace
117 ::oox::vml::OleObjectInfo& setOleObjectType();
206 typedef ::boost::shared_ptr< ::oox::vml::OleObjectInfo > OleObjectInfoRef;
H A Dgraphicshapecontext.hxx31 namespace oox { namespace vml { struct OleObjectInfo; } } namespace
67 ::oox::vml::OleObjectInfo& mrOleObjectInfo;
/trunk/main/oox/source/drawingml/
H A Dshape.cxx110 ::oox::vml::OleObjectInfo& Shape::setOleObjectType() in setOleObjectType()
114 mxOleObjectInfo.reset( new ::oox::vml::OleObjectInfo( true ) ); in setOleObjectType()
565 if( ::oox::vml::Drawing* pVmlDrawing = rFilter.getVmlDrawing() ) in finalizeServiceName()
566 …if( const ::oox::vml::ShapeBase* pVmlShape = pVmlDrawing->getShapes().getShapeById( mxOleObjectInf… in finalizeServiceName()
/trunk/main/oox/inc/oox/core/
H A Dxmlfilterbase.hxx48 namespace vml { class Drawing; } namespace
89 virtual ::oox::vml::Drawing* getVmlDrawing() = 0;
/trunk/main/oox/source/ppt/
H A Dslidefragmenthandler.cxx63 getFilter().importFragment( new oox::vml::DrawingFragment( in SlideFragmentHandler()
128 ::oox::vml::ControlInfo aInfo; in createFastChildContext()
H A Dslidepersist.cxx51 : mpDrawingPtr( new oox::vml::Drawing( rFilter, rxPage, oox::vml::VMLDRAWING_POWERPOINT ) ) in SlidePersist()
/trunk/main/oox/source/token/
H A Dnamespaces.txt60 vml urn:schemas-microsoft-com:vml
/trunk/main/oox/inc/oox/vml/
H A Dvmldrawingfragment.hxx30 namespace vml { namespace
H A Dvmltextboxcontext.hxx31 namespace vml { namespace
H A Dvmltextbox.hxx32 namespace vml { namespace
/trunk/main/oox/source/vml/
H A Dvmltextbox.cxx29 namespace vml { namespace
H A Dvmldrawingfragment.cxx32 namespace vml { namespace

Completed in 112 milliseconds

123