Home
last modified time | relevance | path

Searched refs:XclImpListBoxObj (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx308 … case EXC_OBJTYPE_LISTBOX: xDrawObj.reset( new XclImpListBoxObj( rRoot ) ); break; in ReadObj5()
365 … case EXC_OBJTYPE_LISTBOX: xDrawObj.reset( new XclImpListBoxObj( rRoot ) ); break; in ReadObj8()
2626 XclImpListBoxObj::XclImpListBoxObj( const XclImpRoot& rRoot ) : in XclImpListBoxObj() function in XclImpListBoxObj
2631 void XclImpListBoxObj::ReadFullLbsData( XclImpStream& rStrm, sal_Size nRecLeft ) in ReadFullLbsData()
2641 void XclImpListBoxObj::DoReadObj5( XclImpStream& rStrm, sal_uInt16 nNameLen, sal_uInt16 /*nMacroSiz… in DoReadObj5()
2655 void XclImpListBoxObj::DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSub… in DoReadObj8SubRec()
2667 void XclImpListBoxObj::DoProcessControl( ScfPropertySet& rPropSet ) const in DoProcessControl()
2699 OUString XclImpListBoxObj::DoGetServiceName() const in DoGetServiceName()
2704 XclTbxEventType XclImpListBoxObj::DoGetEventType() const in DoGetEventType()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx794 class XclImpListBoxObj : public XclImpTbxObjListBase class
797 explicit XclImpListBoxObj( const XclImpRoot& rRoot );
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx429 … case BIFF_OBJTYPE_LISTBOX: xDrawingObj.reset( new XclImpListBoxObj( rHelper ) ); break; in importObjBiff5()
489 … case BIFF_OBJTYPE_LISTBOX: xDrawingObj.reset( new XclImpListBoxObj( rHelper ) ); break; in importObjBiff8()

Completed in 44 milliseconds