Home
last modified time | relevance | path

Searched refs:nControls (Results 1 – 10 of 10) sorted by relevance

/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx168 sal_uInt32 nControls = seqControlList.getLength(); in createPeer() local
170 for ( sal_uInt32 n=0; n<nControls; n++ ) in createPeer()
344 sal_uInt32 nControls = m_pControlInfoList->Count () ; in removeControl() local
346 for ( sal_uInt32 n=0; n<nControls; n++ ) in removeControl()
421 sal_uInt32 nControls = m_pControlInfoList->Count () ; in getControl() local
424 for( sal_uInt32 nCount = 0; nCount < nControls; ++nCount ) in getControl()
449 sal_uInt32 nControls = m_pControlInfoList->Count () ; in getControls() local
450 Sequence< Reference< XControl > > aDescriptor ( nControls ) ; in getControls()
455 for( nCount = 0; nCount < nControls; ++nCount ) in getControls()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx1103 void UpdateHandler::showControls( short nControls ) in showControls() argument
1110 nShiftMe = (short)(nControls >> i); in showControls()
1114 nShiftMe = (short)(nControls >> THROBBER_CTRL); in showControls()
1117 nShiftMe = (short)(nControls >> PROGRESS_CTRL); in showControls()
1122 if ( ( nControls & ( (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ) ) != 0 ) in showControls()
1128 if ( ( nControls & ( 1<<PROGRESS_CTRL ) ) != 0 ) in showControls()
H A Dupdatehdl.hxx147 void showControls( short nControls );
/trunk/main/svx/source/form/
H A Dfmexch.cxx280 sal_Int32 nControls = m_aControlPaths.getLength(); in buildListFromPath() local
282 for (sal_Int32 i=0; i<nControls; ++i) in buildListFromPath()
H A Dformcontroller.cxx1428 sal_Int32 nControls = aControlsCopy.getLength(); in toggleAutoFields() local
1435 for (sal_Int32 i = nControls; i > 0;) in toggleAutoFields()
1463 for (sal_Int32 i = nControls; i > 0;) in toggleAutoFields()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx1381 long nControls; member
1388 return nBackShapes + nHeaders + nTables + nNoteParagraphs + nFooters + nForeShapes + nControls; in GetTotal()
1401 nControls( 0 ) in ScPagePreviewCountData()
1423 nControls = pShapeChilds->GetControlCount(); in ScPagePreviewCountData()
/trunk/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx117 sal_uInt32 nControls = Controls.getLength(); in ImplSetControlModels() local
118 for ( sal_uInt32 n = 0; n < nControls; n++ ) in ImplSetControlModels()
H A Dcontrolmodelcontainerbase.cxx1546 sal_Int32 nControls = xCtrls.getLength(); in setDesignMode() local
1548 for ( sal_Int32 n = 0; n < nControls; n++ ) in setDesignMode()
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx620 nControls = pDrawModel->GetLayerAdmin().NewLayer( sLayerNm )->GetID(); in InitDrawModel()
962 SdrLayerID SwDoc::GetControlsId() const { return nControls; } in GetControlsId()
/trunk/main/sw/inc/
H A Ddoc.hxx441 SdrLayerID nControls; member in SwDoc

Completed in 89 milliseconds