Searched refs:nCtrls (Results 1 – 9 of 9) sorted by relevance
92 sal_uInt32 nCtrls = rControls.getLength(); in ImplCreateComponentSequence() local93 rComponents.realloc( nCtrls ); in ImplCreateComponentSequence()100 *pTabStops = Sequence< Any>( nCtrls ); in ImplCreateComponentSequence()104 for ( sal_uInt32 n = 0; bOK && ( n < nCtrls ); n++ ) in ImplCreateComponentSequence()223 sal_uInt32 nCtrls = aModels.getLength(); in getControls() local225 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in getControls()257 sal_uInt32 nCtrls = aCompSeq.getLength(); in autoTabOrder() local262 for ( n = 0; n < nCtrls; n++ ) in autoTabOrder()289 for ( n = 0; n < nCtrls; n++ ) in autoTabOrder()412 sal_Int32 nCtrls = rCtrls.getLength(); in FindControl() local[all …]
150 sal_uInt32 nCtrls = rCtrls.getLength(); in ImplWriteControls() local151 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in ImplWriteControls()178 sal_uInt32 nCtrls = InStream->readLong(); in ImplReadControls() local180 …equence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > > aSeq( nCtrls ); in ImplReadControls()181 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in ImplReadControls()
339 sal_uInt32 nCtrls = aCtrls.getLength(); in implUpdateVisibility() local341 for( sal_uInt32 n = 0; n < nCtrls; n++ ) in implUpdateVisibility()805 sal_uInt32 nCtrls = aCtrls.getLength(); in createPeer() local806 for( sal_uInt32 n = 0; n < nCtrls; n++ ) in createPeer()
1508 sal_uInt32 nCtrls = aNames.getLength(); in setModel() local1511 for( sal_uInt32 n = 0; n < nCtrls; ++n, ++pNames ) in setModel()
162 sal_Int32 nCtrls = aNames.getLength(); in implEnableDisableResourceForAllLibraryDialogs() local163 for( sal_Int32 j = 0 ; j < nCtrls ; ++j ) in implEnableDisableResourceForAllLibraryDialogs()1026 sal_Int32 nCtrls = aNames.getLength(); in renameStringResourceIDs() local1027 for( sal_Int32 i = 0 ; i < nCtrls ; ++i ) in renameStringResourceIDs()1057 sal_Int32 nCtrls = aNames.getLength(); in removeResourceForDialog() local1058 for( sal_Int32 i = 0 ; i < nCtrls ; ++i ) in removeResourceForDialog()1085 sal_Int32 nCtrls = aNames.getLength(); in resetResourceForDialog() local1086 for( sal_Int32 i = 0 ; i < nCtrls ; ++i ) in resetResourceForDialog()1112 sal_Int32 nCtrls = aNames.getLength(); in setResourceIDsForDialog() local1166 sal_Int32 nCtrls = aNames.getLength(); in copyResourceForDroppedDialog() local[all …]
425 sal_Int32 nCtrls = aNames.getLength(); in SetDialog() local429 for ( sal_Int32 i = 0; i < nCtrls; ++i ) in SetDialog()787 sal_uInt32 nCtrls = aNames.getLength(); in Copy() local789 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in Copy()1024 sal_uInt32 nCtrls = aNames.getLength(); in Paste() local1027 if( nCtrls > 0 && bSourceIsLocalized ) in Paste()1035 for( sal_uInt32 n = 0; n < nCtrls; n++ ) in Paste()
618 sal_Int32 nCtrls = aNames.getLength(); in TabIndexChange() local623 for ( i = 0; i < nCtrls; ++i ) in TabIndexChange()657 else if ( nNewTabIndex > nCtrls - 1 ) in TabIndexChange()658 nNewTabIndex = sal::static_int_cast<sal_Int16>( nCtrls - 1 ); in TabIndexChange()666 for ( i = 0; i < nCtrls; ++i ) in TabIndexChange()1631 sal_Int32 nCtrls = aNames.getLength(); in UpdateTabIndices() local1635 for ( sal_Int16 i = 0; i < nCtrls; ++i ) in UpdateTabIndices()
229 sal_uInt32 nCtrls = seqCtrls.getLength(); in dispose() local240 for ( nCount = 0; nCount < nCtrls; ++nCount ) in dispose()
2970 sal_uInt32 nCtrls = m_aControls.getLength(); in isInList() local2971 for ( sal_uInt32 n = 0; n < nCtrls && xPeer.is(); ++n, ++pControls ) in isInList()
Completed in 69 milliseconds