/aoo42x/main/idl/source/objects/ |
H A D | slot.cxx | 1053 nPos = rList.GetObject(0)->xSlot->GetSlotId().GetValue() >= nId ? 0 : 1; in Insert() 1087 (sal_uInt16) rList.GetObject(nPos)->xSlot->GetSlotId().GetValue(), in Insert() 1090 (sal_uInt16) rList.GetObject(nPos-1)->xSlot->GetSlotId().GetValue(), in Insert() 1093 (sal_uInt16) rList.GetObject(nPos+1)->xSlot->GetSlotId().GetValue(), in Insert() 1168 if ( pEle && pEle->xSlot->pLinkedSlot == this ) in Insert() 1170 xEnumSlot->pNextSlot = pEle->xSlot; in Insert() 1171 xEnumSlot = pEle->xSlot; in Insert() 1321 pNextSlot = pEle ? &pEle->xSlot : NULL; in WriteSlot() 1328 pNextSlot = pEle ? &pEle->xSlot : NULL; in WriteSlot() 1337 pNextSlot = pEle ? &pEle->xSlot : NULL; in WriteSlot() [all …]
|
H A D | module.cxx | 346 SvMetaSlotRef xSlot = new SvMetaSlot(); in ReadContextSvIdl() local 348 if( xSlot->ReadSvIdl( rBase, rInStm ) ) in ReadContextSvIdl() 350 if( xSlot->Test( rBase, rInStm ) ) in ReadContextSvIdl() 353 aAttrList.Append( xSlot ); in ReadContextSvIdl() 355 rBase.AppendAttr( xSlot ); in ReadContextSvIdl()
|
H A D | object.cxx | 688 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotParamArray() 710 SvMetaSlot * pAttr = pEle->xSlot; in WriteSlots() 827 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotStubs() 879 SvMetaSlot *pSlot = pEle->xSlot; in WriteSfx() 932 SvMetaSlot* pAttr = pEle->xSlot; in WriteSfx()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unomodule.cxx | 128 REFERENCE< XDISPATCH > xSlot; in queryDispatch() local 130 xSlot = this; in queryDispatch() 132 return xSlot; in queryDispatch()
|
/aoo42x/main/idl/inc/ |
H A D | object.hxx | 34 SvMetaSlotRef xSlot; member 37 : xSlot( pS ) in SvSlotElement()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | CandleStickChart.cxx | 108 void CandleStickChart::addSeries( VDataSeries* pSeries, sal_Int32 /* zSlot */, sal_Int32 xSlot, sal… in addSeries() argument 111 VSeriesPlotter::addSeries( pSeries, 0, xSlot, ySlot ); in addSeries()
|
H A D | BubbleChart.cxx | 182 void BubbleChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlo… in addSeries() argument 184 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
|
H A D | AreaChart.cxx | 217 void AreaChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 230 xSlot=0; in addSeries() 233 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
|
H A D | CandleStickChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | BubbleChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | BarChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | AreaChart.hxx | 55 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | VSeriesPlotter.cxx | 196 void VSeriesPlotter::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 y… in addSeries() argument 229 if(xSlot<0 || xSlot>=static_cast<sal_Int32>(rXSlots.size())) in addSeries() 239 VDataSeriesGroup& rYSlots = rXSlots[xSlot]; in addSeries()
|
H A D | PieChart.hxx | 52 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | BarChart.cxx | 350 void BarChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 367 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 739 sal_Int32 xSlot=-1; in initializeCooSysAndSeriesPlotter() local 781 xSlot++; ySlot=-1; in initializeCooSysAndSeriesPlotter() 787 if(xSlot<0) in initializeCooSysAndSeriesPlotter() 788 xSlot=0; in initializeCooSysAndSeriesPlotter() 793 zSlot++; xSlot=-1; ySlot=-1; in initializeCooSysAndSeriesPlotter() 799 pPlotter->addSeries( pSeries, zSlot, xSlot, ySlot ); in initializeCooSysAndSeriesPlotter()
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 155 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|