Lines Matching refs:n
447 sal_Int32 n = 0; in lcl_findProp() local
448 for( ; !bFound && n < nLength; n++ ) in lcl_findProp()
450 bFound = ( pValues[n].Name == rName ); in lcl_findProp()
452 return bFound ? ( n - 1) : -1; in lcl_findProp()
459 sal_Int32 n = 0; in lcl_findInstance() local
461 for( ; !bFound && n < nLength; n++ ) in lcl_findInstance()
464 getInstanceData( pInstances->getItem( n ), &sName, NULL, NULL, NULL ); in lcl_findInstance()
467 return bFound ? ( n - 1 ) : -1; in lcl_findInstance()
653 for( sal_Int32 n = 0; n < nLength; n++ ) in renameNode() local
655 Reference<XAttr> xAttr( xMap->item(n), UNO_QUERY ); in renameNode()
691 for( sal_Int32 n = 0; n < mpBindings->countItems(); n++ ) in renameNode() local
694 mpBindings->Collection<XPropertySet_t>::getItem( n ) ); in renameNode()
719 for( sal_Int32 n = 0; n < mpBindings->countItems(); n++ ) in getBindingForNode() local
722 mpBindings->Collection<XPropertySet_t>::getItem( n ) ); in getBindingForNode()
996 for( sal_Int32 n = 0; n < nValues; n++ ) in getInstanceData() local
998 const PropertyValue& rValue = pValues[n]; in getInstanceData()