Searched refs:nControls (Results 1 – 10 of 10) sorted by relevance
168 sal_uInt32 nControls = seqControlList.getLength(); in createPeer() local170 for ( sal_uInt32 n=0; n<nControls; n++ ) in createPeer()344 sal_uInt32 nControls = m_pControlInfoList->Count () ; in removeControl() local346 for ( sal_uInt32 n=0; n<nControls; n++ ) in removeControl()421 sal_uInt32 nControls = m_pControlInfoList->Count () ; in getControl() local424 for( sal_uInt32 nCount = 0; nCount < nControls; ++nCount ) in getControl()449 sal_uInt32 nControls = m_pControlInfoList->Count () ; in getControls() local450 Sequence< Reference< XControl > > aDescriptor ( nControls ) ; in getControls()455 for( nCount = 0; nCount < nControls; ++nCount ) in getControls()
1101 void UpdateHandler::showControls( short nControls ) in showControls() argument1108 nShiftMe = (short)(nControls >> i); in showControls()1112 nShiftMe = (short)(nControls >> THROBBER_CTRL); in showControls()1115 nShiftMe = (short)(nControls >> PROGRESS_CTRL); in showControls()1120 if ( ( nControls & ( (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ) ) != 0 ) in showControls()1126 if ( ( nControls & ( 1<<PROGRESS_CTRL ) ) != 0 ) in showControls()
147 void showControls( short nControls );
280 sal_Int32 nControls = m_aControlPaths.getLength(); in buildListFromPath() local282 for (sal_Int32 i=0; i<nControls; ++i) in buildListFromPath()
1428 sal_Int32 nControls = aControlsCopy.getLength(); in toggleAutoFields() local1435 for (sal_Int32 i = nControls; i > 0;) in toggleAutoFields()1463 for (sal_Int32 i = nControls; i > 0;) in toggleAutoFields()
1381 long nControls; member1388 return nBackShapes + nHeaders + nTables + nNoteParagraphs + nFooters + nForeShapes + nControls; in GetTotal()1401 nControls( 0 ) in ScPagePreviewCountData()1423 nControls = pShapeChilds->GetControlCount(); in ScPagePreviewCountData()
117 sal_uInt32 nControls = Controls.getLength(); in ImplSetControlModels() local118 for ( sal_uInt32 n = 0; n < nControls; n++ ) in ImplSetControlModels()
1546 sal_Int32 nControls = xCtrls.getLength(); in setDesignMode() local1548 for ( sal_Int32 n = 0; n < nControls; n++ ) in setDesignMode()
620 nControls = pDrawModel->GetLayerAdmin().NewLayer( sLayerNm )->GetID(); in InitDrawModel()962 SdrLayerID SwDoc::GetControlsId() const { return nControls; } in GetControlsId()
441 SdrLayerID nControls; member in SwDoc
Completed in 430 milliseconds