Searched refs:nNames (Results 1 – 10 of 10) sorted by relevance
894 sal_Int32 nNames = aNames.getLength(); in lcl_removeOtherNamespaces() local896 for( sal_Int32 i = 0; i < nNames; i++ ) in lcl_removeOtherNamespaces()922 sal_Int32 nNames = aNames.getLength(); in lcl_copyNamespaces() local924 for( sal_Int32 i = 0; i < nNames; i++ ) in lcl_copyNamespaces()981 sal_Int32 nNames = aNames.getLength(); in _setNamespaces() local983 for( sal_Int32 i = 0; i < nNames; i++ ) in _setNamespaces()
132 sal_Int32 nNames = aNames.getLength(); in disposeXForms() local133 for( sal_Int32 n = 0; (n < nNames); n++ ) in disposeXForms()
2315 sal_uLong nNames = (sal_uLong) aNames.getLength(); in IMPL_LINK() local2317 for (n = 0; n < nNames; ++n) in IMPL_LINK()2359 nNames = (sal_uLong) aNames.getLength(); in IMPL_LINK()2361 for (n = 0; n < nNames; ++n) in IMPL_LINK()2403 nNames = (sal_uLong) aNames.getLength(); in IMPL_LINK()2405 for (n = 0; n < nNames; ++n) in IMPL_LINK()2447 nNames = (sal_uLong) aNames.getLength(); in IMPL_LINK()2449 for (n = 0; n < nNames; ++n) in IMPL_LINK()
139 sal_Int32 nNames = aNames.getLength(); in lcl_findXFormsBindingOrSubmission() local140 for( sal_Int32 n = 0; (n < nNames) && !xRet.is(); n++ ) in lcl_findXFormsBindingOrSubmission()
100 sal_Int32 nNames = aNames.getLength(); in exportXForms() local102 for( sal_Int32 n = 0; n < nNames; n++ ) in exportXForms()
151 sal_uInt32 nNames = ( pNames != NULL ) ? pNames->Count() : 0; in GetRegisteredNames() local152 for( sal_uInt32 j = 0; j < nNames; j++ ) in GetRegisteredNames()
563 sal_uInt32 nNames = PropertyNames.getLength(); in getPropertyStates() local566 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > aStates( nNames ); in getPropertyStates()569 for ( sal_uInt32 n = 0; n < nNames; n++ ) in getPropertyStates()
90 sal_Int32 nNames = rSvcImplNames.getLength(); in GetAvailLocales() local91 if (nNames && xFac.is()) in GetAvailLocales()105 for (i = 0; i < nNames; ++i) in GetAvailLocales()
1036 ULONG nNames = PropertyNames.getLength(); in getPropertyStates() local1039 Sequence< PropertyState > aStates( nNames ); in getPropertyStates()
590 sal_Int32 nNames = aStyleNames.getLength(); in CopyTableStyles() local591 while( nNames-- ) in CopyTableStyles()
Completed in 8683 milliseconds