Home
last modified time | relevance | path

Searched refs:xSlot (Results 1 – 17 of 17) sorted by relevance

/trunk/main/idl/source/objects/
H A Dslot.cxx1053 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 Dmodule.cxx346 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 Dobject.cxx688 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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodule.cxx128 REFERENCE< XDISPATCH > xSlot; in queryDispatch() local
130 xSlot = this; in queryDispatch()
132 return xSlot; in queryDispatch()
/trunk/main/idl/inc/
H A Dobject.hxx34 SvMetaSlotRef xSlot; member
37 : xSlot( pS ) in SvSlotElement()
/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx108 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 DBubbleChart.cxx182 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 DAreaChart.cxx217 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 DCandleStickChart.hxx47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DBubbleChart.hxx47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DBarChart.hxx47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DAreaChart.hxx55 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DVSeriesPlotter.cxx196 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 DPieChart.hxx52 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DBarChart.cxx350 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()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx739 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()
/trunk/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx155 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…

Completed in 161 milliseconds