Lines Matching refs:i

138         for ( sal_uInt32 i = 0; i < nCount; i++ )  in createPopupWindow()  local
140 rtl::OUString aLabel( m_aDropdownMenuList[i] ); in createPopupWindow()
141 aPopup.InsertItem( sal_uInt16( i+1 ), aLabel ); in createPopupWindow()
143 aPopup.CheckItem( sal_uInt16( i+1 ), sal_True ); in createPopupWindow()
145 aPopup.CheckItem( sal_uInt16( i+1 ), sal_False ); in createPopupWindow()
168 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
170 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
175 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
193 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
195 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
199 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand()
221 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
223 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
225 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
236 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
238 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
241 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
247 else if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
248 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
257 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
259 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
262 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
277 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
279 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
282 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()