Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx306 … case EXC_OBJTYPE_SPIN: xDrawObj.reset( new XclImpSpinButtonObj( rRoot ) ); break; in ReadObj5()
363 … case EXC_OBJTYPE_SPIN: xDrawObj.reset( new XclImpSpinButtonObj( rRoot ) ); break; in ReadObj8()
2513 XclImpSpinButtonObj::XclImpSpinButtonObj( const XclImpRoot& rRoot ) : in XclImpSpinButtonObj() function in XclImpSpinButtonObj
2518 void XclImpSpinButtonObj::DoReadObj5( XclImpStream& rStrm, sal_uInt16 nNameLen, sal_uInt16 /*nMacro… in DoReadObj5()
2527 void XclImpSpinButtonObj::DoProcessControl( ScfPropertySet& rPropSet ) const in DoProcessControl()
2540 OUString XclImpSpinButtonObj::DoGetServiceName() const in DoGetServiceName()
2545 XclTbxEventType XclImpSpinButtonObj::DoGetEventType() const in DoGetEventType()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx734 class XclImpSpinButtonObj : public XclImpTbxObjScrollableBase class
737 explicit XclImpSpinButtonObj( const XclImpRoot& rRoot );
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx427 … case BIFF_OBJTYPE_SPIN: xDrawingObj.reset( new XclImpSpinButtonObj( rHelper ) ); break; in importObjBiff5()
487 … case BIFF_OBJTYPE_SPIN: xDrawingObj.reset( new XclImpSpinButtonObj( rHelper ) ); break; in importObjBiff8()

Completed in 40 milliseconds