Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx59 Sequence< Reference< XControl > >& rControls, in ImplCreateComponentSequence()
69 if (nModels != rControls.getLength()) in ImplCreateComponentSequence()
78 xCurrentControl = FindControl(rControls, *pModels); in ImplCreateComponentSequence()
83 rControls = aSeq; in ImplCreateComponentSequence()
86 …DBG_ASSERT( rControls.getLength() <= rModels.getLength(), "StdTabController:ImplCreateComponentSeq… in ImplCreateComponentSequence()
91 const Reference< XControl > * pControls = rControls.getConstArray(); in ImplCreateComponentSequence()
92 sal_uInt32 nCtrls = rControls.getLength(); in ImplCreateComponentSequence()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlforw.cxx1349 static void AddControl( HTMLControls& rControls, in AddControl() argument
1369 if( !rControls.C40_PTR_INSERT( HTMLControl, pHCntrl ) ) in AddControl()
1372 if( rControls.Seek_Entry(pHCntrl,&nPos) && in AddControl()
1373 rControls[nPos]->xFormComps==xFormComps ) in AddControl()
1374 rControls[nPos]->nCount++; in AddControl()
/aoo41x/main/toolkit/inc/toolkit/controls/
H A Dstdtabcontroller.hxx51 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > >& rControls, const ::com::su…
/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx2480 void SAL_CALL ODatabaseForm::setControlModels(const Sequence<Reference<XControlModel> >& rControls)… in setControlModels() argument
2485 const Reference<XControlModel>* pControls = rControls.getConstArray(); in setControlModels()
2488 sal_Int32 nNewCount = rControls.getLength(); in setControlModels()

Completed in 47 milliseconds