Home
last modified time | relevance | path

Searched refs:XclImpLabelObj (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxiescher.hxx592 class XclImpLabelObj : public XclImpTbxObjBase class
595 explicit XclImpLabelObj( const XclImpRoot& rRoot );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxiescher.hxx593 class XclImpLabelObj : public XclImpTbxObjBase class
596 explicit XclImpLabelObj( const XclImpRoot& rRoot );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxiescher.cxx284 …case EXC_OBJTYPE_LABEL: xDrawObj = std::make_shared<XclImpLabelObj>( rRoot ); bre… in ReadObj5()
347 …case EXC_OBJTYPE_LABEL: xDrawObj = std::make_shared<XclImpLabelObj>( rRoot ); bre… in ReadObj8()
2387 XclImpLabelObj::XclImpLabelObj( const XclImpRoot& rRoot ) : in XclImpLabelObj() function in XclImpLabelObj
2392 void XclImpLabelObj::DoProcessControl( ScfPropertySet& rPropSet ) const in DoProcessControl()
2406 OUString XclImpLabelObj::DoGetServiceName() const in DoGetServiceName()
2411 XclTbxEventType XclImpLabelObj::DoGetEventType() const in DoGetEventType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxiescher.cxx284 … case EXC_OBJTYPE_LABEL: xDrawObj.reset( new XclImpLabelObj( rRoot ) ); break; in ReadObj5()
347 … case EXC_OBJTYPE_LABEL: xDrawObj.reset( new XclImpLabelObj( rRoot ) ); break; in ReadObj8()
2376 XclImpLabelObj::XclImpLabelObj( const XclImpRoot& rRoot ) : in XclImpLabelObj() function in XclImpLabelObj
2381 void XclImpLabelObj::DoProcessControl( ScfPropertySet& rPropSet ) const in DoProcessControl()
2395 OUString XclImpLabelObj::DoGetServiceName() const in DoGetServiceName()
2400 XclTbxEventType XclImpLabelObj::DoGetEventType() const in DoGetEventType()