Searched refs:XclImpListBoxObj (Results 1 – 3 of 3) sorted by relevance
308 … 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 XclImpListBoxObj2631 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()
794 class XclImpListBoxObj : public XclImpTbxObjListBase class797 explicit XclImpListBoxObj( const XclImpRoot& rRoot );
429 … 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 50 milliseconds